AI++ // MCP's birthday presents, prompt caching, LLM JSON output, and much more


Happy birthday MCP! 🥳 The world's fastest growing protocol was released on 26th November 2024 and has captivated developers and users alike. I am certain that everyone reading this newsletter has used MCP in one way or another, and will be happy to hear that there is plenty of work going on to keep improving and evolving the protocol.

In the newsletter this week we have stories on prompt caching, JSON outputs, product evals, and the evolution of LLM extensions that has brought us to the state of MCP today.

Phil Nash
Developer relations engineer for
Langflow

🛠️ Building with AI, Agents & MCP

MCP's anniversary brings new features

The MCP blog celebrated one year since the original spec release with an updated spec including support for task based workflows for long-running tasks, simplified authorization flows, and extensions. One of the new extensions is MCP Apps, which builds on MCP-UI and the OpenAI Apps SDK to bring interactive interfaces to your agents.

Simplifying authorization is important for MCP servers, as this extensive article on MCP Auth shows.

Data ingestion for LLMs

This week on the Langflow blog we look at how the open-source document processor Docling can be used in Langflow to easily turn PDFs into Markdown with just one component. Docling is awesome and it comes out of the box with Langflow, making it easy to parse files, chat with them, ingest them into vector databases, or anything you choose to do with the parsed data.

How to work with LLMs

This deep look into prompt caching will help you to understand both how it works and how you can take advantage of it to decrease latency and costs.

Here's a bunch of tips about getting accurate JSON output from models. Note, sequential calling is no more accurate, but way slower, and pay attention to output order and naming.

Agents beat workflows and single loops beat subagents. These are just two of the eight learnings from one year of agents at PostHog.

Label some data, align an LLM evaluator, run the eval harness with each change. Those are the steps for using product evals.

New models!

There are so many releases, this might need a permanent section in the newsletter. In the last two weeks we've seen the release of Claude Opus 4.5, DeepSeek 3.2, and Mistral 3.

Mistral 3 is a multi-modal model that includes a 3B size that can run in the browser, check out the demo on HuggingFace here.

🗞️ Other news

🧑‍💻 Code & Libraries 

  • MCP Bundles (MCPB) was previously known as DXT (Desktop Extensions) and has been taken over by the MCP team.
  • Tokenflood is a load testing tool for LLMs, allowing you to test latency across a number of different parameters. Careful when running against hosted LLM providers where you pay per token, it could cost you!
  • LLM Council is a project built by Andrej Karpathy that uses multiple LLMs as a council to answer questions and critique each others answers.

🔦 Langflow Spotlight 

Once you've launched an agent, observability is really important to ensure that agent is behaving. Langflow supports sending tracing data to 6 different services, Arize, Langfuse, LangSmith, LangWatch, Opik and Traceloop, all you need to do is set the correct environment variables for your chosen service and you'll be able to observe the behavior of your agents in production.

🗓️ Events 

December 4th, Sao Paulo, Brazil

Get down to the Langflow Meetup Sao Paulo to meet the founders of Langflow and learn about how people are using Langflow in production today.

Enjoy this newsletter? Forward it to a friend.

New Orchard Road, Armonk, NY 10504
Unsubscribe · Preferences

AI++ newsletter

Subscribe for all the latest news for developers on AI, Agents and MCP curated by the Langflow team.

Read more from AI++ newsletter

There is a lot of breathless writing in this industry about how AI is a great leveller, a tool that erases the gap between the expert and the beginner. Sean Goedecke's post LLMs reward expertise — which was Hacker News's top story this week — argues the opposite, and I think he's right. The quality of what you get back from a model scales with the quality of what you bring to the conversation. The gap between an expert and a novice wielding the same model is wider now, not narrower. That's...

A study from Capraro, Marcoccia and Quattrociocchi, written up by The Next Web, gave people AI assistance on a reasoning task and watched their accuracy fall from 27% to 9%. Confidence went the other way, from 30% to 76%, and willingness to say "I don't know" collapsed from 44% to 3%. That gap between being wrong and feeling right is the same failure mode we keep building into our agents, and the mood is showing elsewhere too: Alec Scollon reckons he has LLM burnout, Yael Grauer would like...

The AI Engineer World’s Fair was in San Francisco last week. No, I wasn’t there, and yes, I was feeling all of the FOMO. If you’re in the same position, then you can catch up with what went on with Latent Space’s write-ups from the event and subscribe to the YouTube playlist as it starts to to publish the talks. You can also check out the talks from the online track while you wait. In this edition of AI++ we take a look at the skills it takes to build great Skills, get hands-on with some...