In our previous post, we introduced the Model Context Protocol (MCP) and how it transforms our dear Claude from a knowledgeable yet impotent AI into a helpful digital butler who can actually interact with your files, apps, and services. Now it’s time to draw back the curtain and have a gander at the magic behind […]| Sid Bharath
Over the past few years large language models (LLMs) have shown remarkable capabilities on various tasks, such as reasoning, knowledge retrieval, and generation. However, it is still challenging for LLMs to solve tasks that require long inputs, because they typically have limitations on input length, and hence, cannot utilize the full context. This issue hinders long context tasks, such as long summarization, question answering, and code completion.| research.google
I’ll be honest with you, I don’t actually like the term “vibe coding” because it makes it sound easy and error-free. Like oh I’m just going with the vibes, let’s see where it takes us. But the reality is it takes a lot of back and forth, restarts, research, repeats, re-everything to build and ship […]| Sid Bharath
At the start of this year, Jensen Huang, CEO of Nvidia, said 2025 will be the year of the AI agent. Many high-profile companies like Shopify and Duolingo have reinvented themselves with AI at it score, building internal systems and agents to automate processes and reduce headcount. I spent the last 3 years running a […]| Sid Bharath
I first tried out Amp Code a few months ago around the same time I started getting into Claude Code. Claude had just announced a feature where I could use my existing monthly subscription instead of paying for extra API costs, so I didn’t give Amp a fair shake. Over the last couple of weeks, […] The post Diving into Amp Code: A QuickStart Guide appeared first on Sid Bharath.| Sid Bharath
I was talking to a VC fund recently about their investment process. Part of their due diligence is doing thorough and deep research about the market, competition, even the founders, for every startup pitch they receive. They use OpenAI’s Deep Research for the core research (Claude and Gemini have these features too) but there’s still […] The post Building a Deep Research Agent with LangGraph appeared first on Sid Bharath.| Sid Bharath
I have been a heavy user of Claude Code since it came out (and recently Amp Code). As someone who builds agents for a living, I’ve always wondered what makes it so good. So I decided to try and reverse engineer it. It turns out building a coding agent is surprisingly straightforward once you understand […] The post Build a Coding Agent from Scratch: The Complete Python Tutorial appeared first on Sid Bharath.| Sid Bharath
Ah yes, another Claude Code convert. Welcome. We have much to discuss. Claude Code is a CLI (Command Line Interface) that uses Anthropic’s latest models, Sonnet 4 and Opus 4.1, to generate code for you. You give it instructions in your terminal, and the built-in coding agent with its tools executes those commands. If you’ve […]| Sid Bharath