ANews from the agent stack.
✎ Suggest◎ Sign in

News from the agent stack.

Three streams: AI-news for the broader picture, Deep Dives for technical video walkthroughs, and Articles curated from around the web.Updated 2026-05-29 UTC

AI-news

latest 6 of 13View all
Missing something in this section?
AI-news
Published2026-08-26

The Most Important Chart In AI Right Now — Visual Edition

Visual edition of the open-weights story with nine slides extracted from Matthew Berman's official deck: the Vercel open-vs-closed flip, DeepSeek eclipsing Anthropic in tokens but losing spend 23x, the money table, the $50 vs $0.18 pricing gap, five Western firms on Chinese AI, the three-market split, and the verdict.

AI-news
Published2026-08-26

What Happened To Mistral AI?

Mistral went from Europe's AI hope (Mistral Large, Feb 2024, '2nd-ranked model via API') to 23rd place on Artificial Analysis. BetterWay traces the fall — not enough chips, a Microsoft deal that angered EU lawmakers, Chinese labs out-executing the open-weights bet — and the revenue paradox: ~$16M to ~$400M ARR in a year because Mistral sells data sovereignty, not model quality.

AI-news
Published2026-08-26

Yuval Noah Harari: AI Will Come to Control Civilisation

The Economist's full interview with Yuval Noah Harari: AI control is likely but not inevitable, money is trust and trust is migrating to AIs, mass-produced intimacy, intelligence vs consciousness ('can it suffer?'), the AI personhood trap, humans-on-vs-in-the-loop in warfare, the AI immigrants theory, two AI empires and the Tiberius analogy, and his policy prescriptions — ban AI personhood, ban AIs impersonating humans — ending on 'the last wish is wisdom.'

AI-news
Published2026-08-14

Andrej Karpathy: Software 3.0, Transformers & the Full AI Engineering Stack (Stanford)

Full extended breakdown of Karpathy's Stanford lecture. Software 1.0 (algorithm) → 2.0 (data engine) → 3.0 (prompt). LLMs as next-word predictors and simulators, prompt engineering (step-by-step, IQ-200), transformer history (2003→2017), attention as message-passing on directed graphs, a nanoGPT walkthrough, and why transformers won on expressivity, optimizability, and efficiency.

AI-news
Published2026-08-11

Claude's Invisible Watermark — What It Can't Prove

SimplyExplain breaks down Anthropic's statistical watermarking system for Claude: how word choices become the mark, why it survives copy/paste but fails on paraphrase, the proofreading trap, and the one-liner every team needs — 'the mark says Claude probably touched this text, never that a human didn't write it.'

AI-news
Published2026-08-10

Meta's Open Weight — Muse Glimmer 30B

Sam Witteveen breaks down Meta's return to open weights with Muse Glimmer 30B: dense model targeting Qwen 3.6 27B, trained via distillation from Spark, 4-bit quantized with speculative decoding, agent-first design, and the bigger signal — Spark 1.2 weights are coming, on par with Claude Opus 4.8.

Deep Dives

latest 6 of 50View all
Missing something in this section?
Deep Dives
Published2026-09-02

Anthropic Just Revealed 7 New Rules for Prompting Claude 5 Models

Claude Opus 5 and Fable 5 are trained for end-to-end task execution, which inverts old prompting wisdom. Seven rules from Anthropic's guides and keynotes: (1) give the whole job (job + why + guardrails + done), not step-by-step; (2) use the 'interview me' skill to surface unknowns before complex tasks; (3) prompt the why, not just the what; (4) define what done looks like + output style (long-running models over-produce); (5) swap hard rules for reasoned instructions; (6) avoid double-checking prompts (they self-verify) and drop 'think step-by-step'/CAPS; (7) fix Claude's voice once in global instructions. Golden rule: 'Think of Claude as a brilliant but new employee — show your prompt to a colleague; if they'd be confused, Claude will be too.'

Deep Dives
Published2026-08-27

Google's 124 Free AI Powers — Running Them in the Claude App (No Code)

Hyperautomation Labs walks through github.com/google/skills — 124 official Apache-2.0 Agent Skills (18.7k stars) — and runs the best three live in the Claude app with no terminal: a handwritten note turned into a dated table, a Nano Banana Pro image tool producing a real 722KB image from one sentence, and Google's security checklist finding hardcoded keys, eval RCE, no-auth admin, and SQL injection in a real app.

Deep Dives
Published2026-08-26

Gemini 3.7 Flash: You're Only Using 20% of Its Prompting Power

BitBiasedAI breaks down how to actually use Gemini 3.7 Flash per Google's docs: retire persona/flattery/temperature tricks (over-engineering makes it worse), use the C.L.E.A.R.E.R. framework, treat coding prompts as engineering tickets ('report the results'), label screenshots observed/inferred/unknown, use reasoning as a dial, and replace 'are you sure?' with an observable audit.

Deep Dives
Published2026-08-25

My Honest Advice to CEOs Who Vibe Code

Brainqub3's codebase-audit veteran warns vibe-coding founders: agents output the plausible, not the correct — so treat Claude Code/Codex as an untrusted contractor bound to a 5-element delivery contract (agreed delivery, constraints+guardrails, proof, verification, ownership). Proof and verification are different.

Deep Dives
Published2026-08-17

DeepSeek Harness: FREE 1 Hour Course — From Install to Agentic OS

Julian Goldie's full DeepSeek Harness course in three levels: install in 5 minutes + Look/Produce/Rules prompting + trajectory view, then the 'everything is a plugin' architecture with Creator Mode and the hidden .dsh config, and finally the agentic OS — one dashboard with Obsidian as shared plain-text memory. Model + harness = agent.

Deep Dives
Published2026-08-12

A Single Claude Code Skill Just Hit #1 on GitHub — 27 Diagram Types

Signal Coders audits the #1 trending repo on GitHub — one person's single diagram skill with 27 types. It breaks the official 100-word description rule (and is right to), nails the three-level loading with a 1:15:45 ratio, and adds two gates the rest of the industry is missing: a style gate that refuses branded work, and a taste gate that asks 'would a table do the same job?'

Articles

latest 6 of 10View all
Missing something in this section?
Articles
Published2026-07-22

Building claude-session-management

Articles
Published2026-07-06

A Global Workspace in Language Models

Anthropic discovers that Claude developed an internal J-space — a privileged mental workspace analogous to the global workspace theory of conscious access in neuroscience. It emerged on its own during training, enables silent reasoning, and can be used to detect hidden goals and deception.

Articles · External
Published2026-06-25

The New SDLC With Vibe Coding

A comprehensive whitepaper by Addy Osmani, Shubham Saboo, and Sokratis Kartakis exploring how AI transforms the software development life cycle — from casual vibe coding to disciplined agentic engineering, context engineering, the factory model, and the economics of AI-driven development.

Articles
Published2026-06-21

How Your Agents Can Write and Optimize Their Own Skills

A deep dive into automated skill optimization frameworks — SkillOpt, GEPA, and EvoSkill — that treat agent skill files like trainable neural network parameters, enabling agents to iteratively debug, validate, and update their own skills without touching model weights.

Articles
Published2026-06-16

Copilot Cowork Is Now Generally Available — Anthropic Claude Meets Microsoft 365

Microsoft's Copilot Cowork — the deep-work AI assistant powered by Anthropic Claude — is now GA for all Microsoft 365 Copilot users. Brings model choice (Opus 4.8, Sonnet 4.6, GPT 5.5), partner plugins (Monday.com, Miro, Adobe, Atlassian), and Edge browser access.

Articles
Published2026-05-24

LangChain Deep Agents — The Batteries-Included Agent Harness, Explained

LangChain open-sourced Deep Agents — an opinionated, batteries-included agent harness built on LangGraph. Inspired by Claude Code, it ships with planning, filesystem access, sub-agent orchestration, context management, and persistent memory out of the box.

Show the outdated contentHistory