@​monokern's viral post this week repackaged real Stanford CS 224G lecture slides as a fabricated "Stanford Systems Intelligence Lab" survey, a lab that does not exist, a paper that was never published. Multiple observers flagged it in the thread. It was caught. But the same week, 404 Media found Research Gold selling peer-review-ready medical manuscripts under a "100% human-written, never AI" guarantee, staffed by PhD reviewers who are AI-generated personas. That one is still running. The credibility layer is being faked at both ends, and the detection rate is not symmetric.

The gap is structural. Viral AI content farms are repackaging legitimate institutional work because the source signal, a Stanford name, an Anthropic "leak", does the trust work before anyone checks. Anthropic's actual orchestrator-worker-judge pattern, documented publicly since December 2024, got rebranded as a secret $21 cost-cutting setup and spread faster than the original. One group is building real infrastructure: Anthropic publishes the pattern, Stanford teaches the course, Scale AI ships RL environments. The other group is strip-mining the credibility those institutions built and reselling it as proprietary signal. That arbitrage closes when the cost of being caught exceeds the engagement upside. It has not closed yet.

Top developments

Videos worth watching

Announcements & releases

Worth reading

  • DeepLearning.​AI's free Agentic AI course by Andrew Ng teaches how to build self-improving multi-agent systems with LangGraph: The ~10-hour free course, taught by DeepLearning.​AI founder Andrew Ng, walks from a single agent loop through feedback-driven learning, graph-structured workflows, and agents that rewrite their own instructions, covering the design patterns needed to run complex agent pipelines without human intervention.

  • My Agent Setup: Chad Arimura describes running a small personal staff of six specialized AI agents, executive admin, ops, dev, GTM, research, and a nonprofit agent, with shared memory and inter-agent communication built on open tools rather than Slack or Discord. Agents communicate over Buzz, Block's open-source "hive mind" messaging platform built on the Nostr protocol, which made spinning up a new agent a matter of minutes. Shared state is handled through a Mnemosyne bank (a zero-cloud, SQLite-backed AI memory store) and a shared Obsidian wiki. The whole stack runs privately over Tailscale. A candid "Has it been worth it?" section at the end keeps the post honest about early-stage tradeoffs.

Discussions & takes

  • Anthropic's published "Building Effective Agents" guide covers the orchestrator-worker-judge pattern being circulated as a "leaked" cost-cutting setup: A viral post claimed to expose a secret Anthropic "3-seat setup" that cuts costs from $100 to $21 and triples speed, but the pattern, routing cheap models (Claude Haiku) for bulk tasks through workers and using a smarter model as a quality-checking judge, is documented in Anthropic's own December 2024 engineering post on building effective agents and its companion Claude Cookbook. There is no leak. As one commenter noted, repackaging standard multi-agent router-worker patterns as a secret "fleet graph" is engagement farming.

  • Your Agent Doesn't Have a Model Problem: Vanja Petreski's essay argues that almost every AI agent failure blamed on the model is actually a problem with one of four layers: the harness (tools and permissions), the loop (self-verification and retry rules), the graph (which tasks run in parallel vs. in sequence), and the context (exactly what each node sees on its ticket). @0xwhrrari's write-up on graph engineering synthesizes this into a full playbook for building agents that run reliably at scale without constant human prompting.

  • AI is removing the middle class of software engineering: Engineer Florian Herrengt argues that AI coding tools have removed the natural "speed limit" on software teams: junior developers now ship massive PRs faster than seniors can review them, compressing the feedback loops that once grew mid-level engineers into senior ones. The result is a barbell market where companies need one strong architect and a handful of AI-assisted juniors, squeezing out the middle tier that used to be the career ladder. Critics push back that past productivity booms didn't cause mass layoffs, and that gutting knowledge layers tends to bite organizations years later.

  • What sort of maths are LLMs good at?: Fields Medal-winning mathematician Timothy Gowers, writing just after OpenAI announced solutions to ten major open problems (including the first construction of a non-sofic group and a superexponential bound on multicolour Ramsey numbers), asks where exactly LLMs beat human mathematicians and where they still don't. His answer: they excel at tasks with cheap, clear verification, like generating counterexamples or solving well-posed competition problems, but struggle to invent new proof tools or abstractions from scratch. Observers debate whether the remaining gap is really about test-time scaling and how much ARC-AGI-3's context-window constraints unfairly limit model performance.

  • The Human Is the Loop: Brent Fitzgerald returned from a vacation-forced AI break and found eleven half-finished agent sessions waiting, each a "stub of guilt" over outsourced thinking. His essay argues AI has made him intellectually weaker, less curious, and less confident, and that its real danger is not replacing humans but making it frictionless to say yes to everything, piling up impulse-driven projects instead of sharpening focus. The tension he identifies, that AI lowers the cost of starting so much that it raises the cost of finishing, has resonated widely in discussions among developers and technologists.

  • Why vibe code in Common Lisp?: A veteran Lisper makes the case for targeting Common Lisp when AI writes the code. The argument: decades of familiarity lets a human architect validate generated code instantly, and choosing a language for its training-set size is "what middle managers do." One structural claim, that Lisp's homoiconicity (code represented as a data structure, i.​e. an AST) makes it easier for LLMs to generate correct code, draws skepticism from some readers who found frontier models already handle paren-counting well, while others note the miscounting problem is largely gone with current models.

Funding & deals

  • Cognition is in early talks for a new funding round at a $40B+ valuation (paywalled): Bloomberg's Rebecca Torrence reports the AI coding startup behind Devin is approaching $1B in annualized revenue run rate, roughly double what it was three months ago when it raised at a $26B valuation. The round is not yet closed, and some observers note the figures are ARR estimates rather than audited GAAP revenue.

  • Lovable raises $400M Series C at $13.3B valuation, doubling down on AI-powered software creation: The AI "vibe coding" platform, which lets non-developers build and run web apps through natural language, doubled its valuation from $6.6B to $13.3B in a single year. The round is led by Menlo Ventures and co-led by EQT's Scaleup Europe Fund, with Tencent, Balderton, and returning backers Accel and CapitalG also participating. Observers note Lovable fits a long-standing niche occupied by low-code tools like Outsystems and Power Apps, though critics flag that complexity and cost tend to mount once projects grow beyond simple prototypes.