AI Learning Digest

Daily curated insights from Twitter/X about AI, machine learning, and developer tools

The AI Coding Stack Matures: From Tool-Calling Origins to Full Development Platforms

The Platform Wars Heat Up

Cloudflare made waves by open-sourcing VibeSDK, an AI coding platform that democratizes app development through natural language.

"Cloudflare just open-sourced an entire AI coding platform that lets anyone build and deploy apps with natural language. VibeSDK is basically Replit/Cursor but you can deploy your own version in one click." — @thisdudelikesAI

This release coincides with Anthropic's new "code mode" announcement, signaling that the major players are converging on similar visions for AI-native development environments.

A Brief History of Tool-Calling

Steve Krouse offered valuable perspective on how we got here, tracing the lineage from early JSON struggles to today's sophisticated tooling:

"Let's all remember where this started. LLMs were bad at writing JSON. So OpenAI asked us to write good JSON schemas…" — @stevekrouse

This reminder is important context as MCP (Model Context Protocol) becomes the de facto standard for agent-tool communication. The infrastructure we're building today stands on years of incremental improvements in structured output generation.

The Art of Context Engineering

Practitioners are discovering that the real skill in AI development isn't just prompting—it's managing what the model remembers and forgets.

"Context engineering doesn't have to be hard, there are so many low-hanging fruits. Just keep the memory a holy place and drop the bs messages." — @Hesamation

This insight from the Camel AI team points to an emerging discipline: treating agent memory as a carefully curated resource rather than a passive log. The blog post mentioned covers must-have techniques that are becoming table stakes for serious agent development.

The State of Coding Agents

Numman Ali highlighted a comprehensive resource on the current landscape:

"It felt like reading my own notes, I pretty much am on the same conclusions. He covers: the harnesses, models, MCP, prompting, additional tooling, etc." — @nummanali

The fact that experienced practitioners are reaching similar conclusions suggests the field is maturing past the experimental phase into established best practices.

Practical Tips for the Trenches

Jeffrey Emanuel shared a tactical recommendation for improving agent effectiveness:

"A useful addendum to your AGENTS dot md or CLAUDE dot md file. First ask codex or claude code to install ast-grep for you if you don't have it already. It's pretty handy for systematically finding general patterns in code that could be tricky to do using regular string matching." — @doodlestein

This highlights an important meta-pattern: augmenting AI coding assistants with specialized tools that handle tasks they struggle with natively.

Creative Applications Emerge

Beyond traditional coding, practitioners are finding unexpected joy in creative applications:

"I've gotten a lot of joy out of coding agents. But NOTHING comes close to making videos using Remotion + Claude Code + Elevenlabs. THIS SHIT IS MAGIC!!!" — @mattarderne

The combination of programmatic video generation, AI coding, and voice synthesis represents a new creative frontier that wasn't possible even months ago.

Looking Forward

Today's developments suggest we're at an inflection point. The infrastructure layer (MCP, VibeSDK, improved context handling) is solidifying, which will enable the next wave of applications. The winners will likely be those who master context engineering and agent orchestration—skills that are being documented in real-time by practitioners like those quoted above.

The question isn't whether AI will transform software development, but how quickly teams can adopt these emerging best practices before they become competitive requirements.

Source Posts

N
Numman Ali @nummanali ·
You need to read Peters' blog It's actually the best write up on the current state of play for Coding Agents It felt like reading my own notes, I pretty much am on the same conclusions He covers: - The harnesses - Models - MCP - Prompting - Additional tooling - etc https://t.co/fTXb3osadN
M
Mike P @mikepat711 ·
In 2015, I marched for Bernie and donated to his campaign. In 2019, after years of being a miserable democratic socialist who blamed everyone else for my sadness, I decided that I couldn’t stand being a miserable fuck anymore, and needed to start taking risks and aggressively… https://t.co/tDMxImeuty
Y
Yu Lin @yulintwt ·
This guy literally leaks how to actually code with AI https://t.co/G0gb8dpZVt
F
Financial Dystopia @financedystop ·
This man explains his "guide" to cheap electricity https://t.co/CzzXQTjSVE
J
Jeffrey Emanuel @doodlestein ·
A useful addendum to your AGENTS dot md or CLAUDE dot md file. First ask codex or claude code to install ast-grep for you if you don't have it already. It's pretty handy for systematically finding general patterns in code that could be tricky to do using regular string matching… https://t.co/2NeTxQoGzK
M
Matt Arderne 🌊 @mattarderne ·
I've gotten a lot of joy out of coding agents But NOTHING comes close to making videos using Remotion + Claude Code + Elevenlabs. THIS SHIT IS MAGIC!!! https://t.co/DdFodkrb1d
ℏεsam @Hesamation ·
brainwash your agents. context engineering doesn't have to be hard, there are so many low-hanging fruits. just keep the memory a holy place and drop the bs messages I just wrote a blog post on how we do it at @CamelAIOrg. these are simple to implement, must-have techniques for… https://t.co/s39KtlrJ0O
R
Ryan Hart @thisdudelikesAI ·
What the f*ck... 🤯 Cloudflare just open-sourced an entire AI coding platform that lets anyone build and deploy apps with natural language. VibeSDK is basically Replit/Cursor but you can deploy your own version in one click. Here's how it works: https://t.co/icyuY3s4MV
S
Steve Krouse @stevekrouse ·
*gets up on soap box* With the announcement of this new "code mode" from Anthropic and Cloudflare, I've gotta rant about LLMs, MCP, and tool-calling for a second Let's all remember where this started LLMs were bad at writing JSON So OpenAI asked us to write good JSON schemas…