As with any tool, understanding how coding agents work under the hood can help you make better decisions about how to apply them.
A coding agent is a piece of software that acts as a harness for an LLM, extending that LLM with additional capabilities that are powered by invisible prompts and implemented as callable tools. — Read More
Daily Archives: March 17, 2026
AI Model Basics for Beginners
Free AI/ML Resources Everyone Should Learn From in 2026
AI and ML have gained a lot of popularity. Every company wants to stay ahead of the curve and introduce AI in its daily operations. Although we have multiple models from ChatGPT, Claude, Cursor, DeepSeek, and other models available in the market today, which amaze the world with their knowledge and data that they share.
However, to learn and grow, we need resources that can help us understand the basics, the technicalities, and most importantly, how to apply these concepts in real-world scenarios.
Below are multiple free resources I’ve gathered to help you master AI/ML concepts effortlessly. — Read More
The Future of Software Engineering with Anthropic
Sivesh and I recently hosted a roundtable on the future of software engineering with Anthropic’s Ash Prabaker and we were joined by engineering leaders from Stripe, NVIDIA, Microsoft, Google DeepMind, xAI, Apple, Scale AI, as well as the legend Peter Steinberger of OpenClaw/OpenAI.
… A major thread throughout the discussion was “closed-loop” development. One participant described a setup at their company where bug reports are automatically triaged by an agent, bucketed by severity, checked against an eval set, and then a fix PR is opened — much of it running with minimal human touch. The room broadly agreed that this kind of loop is where compounding gains actually come from: better coding tools improve the models, better models improve the coding tools. Several people noted their companies are prioritizing coding specifically because of this dynamic.
… The room converged on long-horizon tasks as the real frontier problem. One participant noted that product engineering has started to go exponential for them, but closing the loop on more complex research workflows isn’t there yet. The open questions everyone shared: what do you actually assign an agent for a four- or five-hour run? How do you observe it? How do you keep a human in the loop without babysitting? Nobody had a clean answer. — Read More