AI++ // write better skills and get hands-on with agent harnesses today


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 agent harnesses, and find out what happened when a developer invited 2,000 people to hack their AI assistant.

Phil Nash

Developer relations engineer for IBM

🛠️ Building with AI, Agents & MCP

Fable returns

Anthropic and the US government have sorted out their issues (until the next jailbreak, I guess) and access to Fable 5 and Mythos 5 (for those in Project Glasswing) has been restored! If you’re looking to work better with Fable 5, check out this post or talk by Thariq Shihipar from the Claude Code team.

OpenAI fans should watch out on Thursday as GPT-5.6 Sol, Luna and Terra will be launching.

Harnesses

Two teams showed practical examples of working agents using their harnesses that you can get inspiration from and build upon. First, the IBM Research team wrote about how to build real agentic apps with CUGA and the team at Coral showed how they adapted their Reef harness to beat benchmarks.

For an in-depth look into the theory of harnesses check out Lilian Weng’s Harness Engineering for Self-Improvement.

Skills

Matt Pocock presented on the AI Engineer World’s Fair online stage on building great Agent Skills, my favorite tip was that you can hide Skills from the agent unless you invoke them directly. Laurie Voss also shared tips on writing good Skills with a couple touching on testing and evaluation. On theme with this is Microsoft’s SkillOpt that can help you benchmark and train your Skills.

While not directly Skill focused, the VS Code team wrote about how they optimized the system prompt in GitHub Copilot.

🧠 New models

  • As mentioned up top, OpenAI will be releasing GPT 5.6 this week. If you want to know what’s coming, check the preview of GPT-5.6 Sol and system card for GPT-5.6
  • Amidst all the excitement around Fable, we can’t ignore that Anthropic also released Claude Sonnet 5
  • On the other side of the scale equation, LFM2.5-230M is a small, 250m parameter model that is good at tool calling. It’s not to be used for reasoning heavy workloads, but is good at skill selection, and is built for on-device agentic workloads
  • In the world of image and video generations, Google released Nano Banana 2 Lite and Gemini Omni Flash

🗞️ Other news

🧑‍💻 Code & Libraries

🔦 Langflow Spotlight

Agents often need to work with large collections of files, but loading every file directly into the prompt does not scale well. These File Processing components help separate file discovery from file retrieval inside Langflow workflows.

When you’re smart about your context like this, your agents will thank you.

🗓️ Events

On the 9th July, David and Tejas are using IBM Bob to build a NotebookLM Clone powered by OpenRAG. Check in on their past streams to see what they’ve been up to and join them this week to see how they get on.

If you’re in the Boston area on 28th July, head along to Hacking Agents to learn more about OpenRAG, Unstructured, IBM Bob and PyData. And if you can spend the whole day, check out the Agentic AI Coding workshop.

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...

When we last published AI++ Anthropic had just launched Fable 5 and everyone was very excited about another step-change in the quality of models. That excitement didn’t last long as the US government issued an export directive that effectively meant Anthropic had to withdraw access. If you missed out, Ethan Mollick wrote about what it was like to work with Fable 5. I found two interesting looks at the world of AI this week. First, Anthropic published the results of 81,000 interviews with...