Your tech and programming news

Café con codely
Friday, July 10, 2026codely.com · Every Friday at 9h CESTyoutube.com/@CodelyTV · twitch.tv/codelytv · x.com/CodelyTV

GPT-5.6 Sol squares up to Fable 5: the same category, but much faster

OpenAI dropped GPT-5.6 overnight in three flavors —Sol, Luna and Terra— and the surprise is Sol. They let Anthropic create the category above Opus with the Mythos family (which Fable 5 comes from) and now they show up saying: that thing you see, I do it too, but much faster. Mitchell Hashimoto, with early access for almost a month, already runs it as his daily driver: «Sol is my default».

His take is sharp: Sol is that charismatic, efficient coworker you're jealous of; Fable is a reclusive genius, brilliant but with its fixations. For the day-to-day, Sol; when things get really hairy —debugging, security, performance— Fable remains unmatched. In Codex the default model is already Sol and the recommended effort is extra-high, and the speed has been a hit: what Fable did in 20 minutes, Sol solves in 5.

Big new features: native programmatic tool calling (the model writes scripts that batch several tools in one turn and drastically cut the back and forth), embedded multi-agents and explicit prompt caching with breakpoints, copied from Anthropic's cache management model. Mind the footnote in the table: cache writes are now billed too, at 1.25x the input price, just like Anthropic.

A prompting tip we loved: don't ask it to 'be concise' or for 'minimal text', because 5.6 is so sensitive to those instructions that it ends up thinking less. Replace it with prioritization: 'lead with the conclusion, include the evidence and the next action, omit secondary details'. Fewer magic spells, more natural prompts. Watch in the video.

Bun migrates from Zig to Rust in 11 days for $5,000

Jarred Sumner, creator of Bun (which Anthropic bought because Claude Code uses Bun internally), took the chance to migrate 500,000 lines of Zig to Rust. What a 5-person team in San Francisco would take one or two years to do, he did in 11 days. Anthropic API cost: $15,000 (although, with access to Fable before its release, he didn't pay it).

The methodology: a file-by-file to-do list, 64 Claudes in worktrees migrating in parallel, and for each migration two more Claudes reviewing the task before merging. Vercel, for comparison, took 14 months with 3-5 engineers migrating Turborepo to Rust.

Mind you: he didn't start by saying 'Claude, migrate this for me'; he spent 5 hours in conversation creating a PORTING.md on how to migrate from Zig to Rust: with top expertise, today this is already possible. Watch in the video.

The Outer Loop: where the engineer adds value

New post by Addy Osmani (former director of Google Cloud AI, Gemini). Agents run the inner loop (the agent loop: observe, plan, act, test); engineers manage the outer loop. «The engineer of the future will choose what is worth doing and take control of the evidence, the understanding and the verdict».

The boundary is the evidence: diff, tests, logs. The critical part is keeping your house in order —a good testing pipeline, linter, architecture rules validated programmatically— to take bigger and bigger steps. Code has always been an excuse: the goal is delivering value to the user. And mind you, that outer loop won't be 100% human either. Watch in the video.

The utility of the week

Entire (entire.io)

From GitHub's former CEO. It stores and leaves a trace of every prompt, session, tool call and action of an agent in your repository: like a git blame, but with the full session —prompt, responses, intermediate steps, checkpoints and rewind—. Traceability between every code change and its context. Looks very promising; you can already join the waitlist.

entire.io

The chat weighs in

MC Rufián: «I don't know if I fancy a future where I have to calculate all this crap every time a new model comes out»

The chat: On Notion Ship OS: «this sounds a bit like smoke and mirrors»… and that we'll be there within months.

The song of the week

Javi: «24/7» — Lia Kali con Chanela Clika (Very summery, he discovered it this week) Watch in the video.

Rafa: «Vive la vida» — Gusanito (Exit cumbia) Watch in the video.

The café's music playlist: cdly.to/playlist

The saying of the week

«No one can be both judge and party»

Apply it to AI: if you use AI to review code, spin up a fresh instance —another model, another PR— that isn't the same one that wrote it. Watch in the video.

More Codely

Programación agéntica

Practical foundations: models, harness, costs, cache, skills and AGENTS.md. Also ManagerPro for managers. And subscribe to the newsletter with the café's summary.

The joke of the week: Do you know the most respected database? Redis. Why? Because it has a lot of cache(t)!

All the news we covered