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

The open AI ecosystem had a rough fortnight. NVIDIA agreed to acquire Hugging Face for $13 billion, which is the kind of headline that makes you do a double take at your coffee. Hugging Face is where most of us go to pull models, browse papers, and host inference endpoints. Jensen Huang now owns it. The community reaction on Hacker News ran nearly 2,000 points and ranged from “open source wins” to genuine concern about platform neutrality, and I don’t think either camp is entirely wrong....

There is something poetic about the fact that an AI security agent found a critical vulnerability that an AI coding assistant introduced. Wiz Research's autonomous Red Agent identified and fully exploited a script-injection bug in one of Snowflake's GitHub Actions workflows, gaining access to an internal Jira instance. The bug had been sitting there for five days. It was introduced by GitHub Copilot Autofix in a pull request, which removed an existing sanitised input pattern and replaced it...

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