With OpenAI’s recent announcement of the ‘Canvas‘ interface for ChatGPT, many people, especially developers, have started comparing it with similar tools for coding tasks. One of these tools is the Cursor AI code editor, which offers an advanced code editor that provides insights or answers to questions about your code through a chat interface. So, […]
Tag: llm
Coding with AI is increasingly becoming the new norm among developers. One of the most popular platforms currently for AI-assisted coding is GitHub’s Copilot, but just because it’s the most popular doesn’t mean better options don’t exist. You will be surprised to see how many AI code generators are available now. From offering all the […]
2024 has proven to be a solid year for AI code generation. The DeepSeek models, often overlooked in comparison to GPT-4o and Claude 3.5 Sonnet, have gained decent momentum in the past few months. And with the recent announcement of DeepSeek 2.5, an upgraded version that combines DeepSeek-V2-Chat and DeepSeek-Coder-V2-Instruct, the momentum has peaked. DeepSeek-V2.5 […]
LLMs are large language models which have the ability to take natural language inputs and provide a response. This includes generating code, writing an essay, answering questions and much more. Recently, there have been several advanced models launched such as GPT-40, Claude 3 Opus, Claude 3.5 Sonnet, GPT-4, Gemini Pro. If you are building an […]
In our previous article, we talked about the foundational aspects for building LLM applications, such as models, knowledge base, embeddings, model refinement, vector databases. Now lets deep dive into how to build Conversational AI or AI Chatbots using Generative AI. What is an AI chatbot? Conversational AI chatbots are applications which can have human-like conversations […]