top of page
Blogs


Master the Art of Data Streamlining with Pub/Sub Pipelines
Data pipeline Creating a pipeline that requires sending some events to be processed in the background keeping scalability in mind is one of the key requirements for building applications today. In order to process heavy/time consuming jobs in your current application it’s generally better to separate it from your core application, and one way to achieve is to use a pub/sub architecture. The idea here is as follows: Maintain a queue of messages A publisher pushes messages to t
Rahul Kumar
2 min read


Unleashing Efficiency: Batch Processing with Large Language Models
We at Newtuple build applications which leverage LLMs (Large language models) like OpenAI, Gemini etc which has become an exciting...
Rahul Kumar
4 min read


Is AI going to replace Software Engineers?
Will AI replace all software engineers? How should technology teams navigate this new normal?
Dhiraj Nambiar
4 min read


Beyond Plain Text: Mastering OpenAI LLM Output for Specific Needs
A guide to enforcing or excluding words for better control for OpenAI LLMs output Large Language Models (LLMs) are remarkably adept at generating human-quality text, but there are times when you need more nuanced control over their output. This could be ensuring technical accuracy, adhering to brand guidelines, or filtering out undesirable content. OpenAI's API offers a powerful tool to fine-tune OpenAI LLMs' vocabulary: the logit_bias argument (read more about it here ). The

Aniket Kulkarni
3 min read


LLMs vs. Cloud OCR: A New Chapter in Text Recognition
How do cloud based OCR services compare with multimodal LLMs? This article provides a comprehensive comparison
Arpit Gahlot
12 min read


Exploring LLM Latencies while building your AI app
Compare the latency for different LLM models before building your AI application
Dhiraj Nambiar
3 min read


Amazon Q: Trying out the latest GenAI offering from AWS
Amazon recently launched "Q" at its flagship event AWS re:Invent. First off, the choice of name is interesting as there's been all sorts...
Dhiraj Nambiar
4 min read


Key takeaways for AI developers from OpenAI DevDay
This is an overview of announcements from OpenAI for gen-AI developers.
Dhiraj Nambiar
3 min read


Will AI replace your data team?
With the rise of AI tools for data analysis, do you really need a data team anymore?
Dhiraj Nambiar
5 min read


The Ultimate Pricing Cheat-Sheet for Large Language Models
LLM price comparison for developing your own AI apps
Dhiraj Nambiar
4 min read


Google vs OpenAI: Initial Impressions
Google made a bunch of announcements at its recent Google I/O event, including the release of its Vertex AI models for language...
Dhiraj Nambiar
3 min read
bottom of page