Calathea
38 subscribers
1 photo
20 links
Curated daily round up on all things AI
Download Telegram
/loop used to mean Ralph-style retry loops.

Now it’s starting to mean continuous orchestration via cron jobs: agents supervising agents, spawning threads, checking work, recovering state, and looping until verified.

Basically, AI systems building themselves. Great read.

https://x.com/mvanhorn/status/2063865685558903149
Claude Code just added nested subagents

Anthropic’s Boris Cherny says Claude Code can now let agents launch other agents, with an initial nesting depth capped at 5.

The goal is context management: instead of forcing one agent to carry the whole task, child agents can handle isolated workstreams in their own context.

Worth testing today if you use Claude Code for agentic coding workflows.

Source: https://x.com/bcherny/status/2064327225504403752
FYI for Claude subscription users on CLI:

Use /model claude-fable-5[1m] manually — otherwise you may be defaulted to the 200k context version instead of 1M.

Fable 5 is only included for subscriptions until June 22; after that Anthropic says usage credits will be required unless capacity improves.

Source: https://www.anthropic.com/news/claude-fable-5-mythos-5
👍2
Tried Claude Fable 5 with this approach and it works well.

The model seems better when you stop over-prescribing the steps. Give it the objective, define what done looks like, add verification criteria, then let it find the path.

A lot of old Claude.md files may now be too restrictive.

Source: https://x.com/alexalbert__/status/2064467657483829441
👍1
No Calathea headlines today. We are using the window to rebuild the crawler properly with Claude Fable 5.

The reason is simple: Fable looks like a completely new tier of coding model, not just an incremental upgrade. On FrontierCode Main, Fable 5 scores 46.3, ahead of Claude Opus 4.8 at 34.3 and GPT-5.5 at 25.5. That is roughly 35% above the previous Claude frontier baseline on a benchmark designed to test whether code is actually good enough to merge.

This radically changes the economics of technical debt.

The old rule was to avoid rewrites unless absolutely necessary, because rewrites were slow, expensive, and risky. That tradeoff is changing. Anthropic says:
“During early testing, Stripe reported that Fable 5 compressed months of engineering into days. In a 50-million-line Ruby codebase, the model performed a codebase-wide migration in a day that would otherwise have taken a whole team over two months by hand.”

Conservatively, that is a 98% reduction in elapsed time. When the cost of rewriting falls that much, the opportunity cost flips. Calathea is only about a month old, but counterintuitively, the bigger risk is not rewriting too early. The bigger risk is letting brittle crawler assumptions, weak freshness checks, and patched source logic harden into the foundation.

So today we are taking the time to rebuild the crawler, source coverage, freshness checks, and claude -p automation path properly. The new system will also track sources that normal news crawlers miss: changelogs, release notes, docs diffs, SDK updates, app changes, and decompiled product surfaces.

The goal is to catch not just AI news, but also strong writeups, opinion pieces, and the actual product changes behind them, then curate those into snippets that hold up for technical readers and everyday readers alike. The timing matters because Anthropic says Agent SDK and claude -p usage on subscription plans will move to a separate monthly Agent SDK credit starting June 15, 2026.

Hopefully, we’ll be back tomorrow evening. Until then.
🔥21
Tragic and sad day. This is a terrible display of hegemonic power through the weaponisation of intelligence. Intelligence is the new hegemony.

Original Anthropic post:
https://x.com/AnthropicAI/status/2065597531644743999

My TED talk here:
https://x.com/pokeapallascat/status/2065687739702587642
🗒 Calathea Daily AI Roundups · 16 Jun 2026

1. SpaceX says it exercised its option to acquire Cursor in an all-stock deal to advance frontier AI models
2. DeepSeek becomes China’s most valuable AI startup after over $7.4 billion fundraise, WSJ reports
3. Alibaba unveils robotics AI models as it shifts from chatbots to agentic systems
4. Microsoft turns to AWS for GitHub AI capacity as internal cloud crunch hits coding tools
5. Fin joins Salesforce to scale its AI customer agent through Salesforce distribution
6. METR tests no-CoT task-completion horizons to gauge frontier model monitoring risk
7. Meta rolls out Facebook AI Mode search using public posts for AI-generated results
8. Zibianliang open-sources XRZero-G0 robotics data box, cutting collection cost to 1/20
9. NVIDIA details fusion kernels to boost MoE training throughput for large-scale AI systems
10. Artificial Analysis v4.1 shifts Intelligence Index toward agentic workloads and adds per-task cost, time and token metrics
11. Tensordyne announces Napier AI Processor using logarithmic math for AI compute
12. Microsoft launches Discovery on Azure to support agentic AI workflows for Majorana 2 quantum-chip R&D
13. U.S. startups drew nearly 88% of 2026 AI funding, Crunchbase says, with $319 billion led by OpenAI and Anthropic
14. Snowflake makes AIM migration agent its recommended path for enterprise migrations with validation workflows
15. Anthropic’s developer API can now separately flag some Claude refusals as frontier-model safety cases, instead of grouping them under older generic refusal labels

Follow Calathea for all things AI: https://t.me/calatheaai
1
1🔥1