News from the agent stack.

Kimi K3 Just Revealed The Worlds Most Powerful AI (Beats Fable 5 and GPT-5.6)
Moonshot releases Kimi K3: 2.8 trillion parameter open-weight model rivaling Fable 5 and GPT-5.6. #1 Frontend Code Arena, #1 writing benchmarks, top 3 overall. $3/$15 per million tokens (half Sol, third of Fable). MoE with 896 experts (16 active), 2.5x scaling efficiency. Native multimodal: motion graphics, video editing, scientific research (2hrs vs 2 weeks). First open-weight frontier model raises export control questions.

Jensen Huang: Why Companies Need Open Agent Systems
NVIDIA CEO Jensen Huang and Harrison Chase (LangChain) discuss why companies need domain-specific super agents on open harnesses. They announce Deep Agents + Nemotron 3 Ultra inside OpenShell — a secure open runtime. Nemotron 3 Ultra hits 86% vs Opus 87% at 10x lower cost.

AI Has Hacked the Code of Human Civilization — Yuval Noah Harari
Historian Yuval Noah Harari argues in his 2026 Oxford Tanner Lecture that AI is not a tool but an agent, and its natural habitat is the bureaucratic systems humans built using language — making it uniquely positioned to take over law, finance, religion, and even personal relationships from within.

Linus Torvalds Speaks on AI's Flood of Bugs & Linux's Future
In a fireside chat at the Open Source Summit, Linus Torvalds reveals that AI tools have driven a 20% spike in Linux kernel commits, flooded the security mailing list with duplicate reports, and killed security through obscurity — but he remains optimistic that finding bugs beats not finding them.

The Pope Is Into AI — Matthew Berman
Pope Leo XIV released a 40,000-word encyclical entirely dedicated to artificial intelligence. Matthew Berman walks through the key arguments — from consciousness and human dignity to the concentration of technological power in private hands.

Most Enterprise Agentic Projects Are Doomed, Here's Why — Jess Grogan-Avignon & Jack Wang, Accenture
Jess Grogan-Avignon and Jack Wang from Accenture deliver a brutally honest talk on why most enterprise agentic projects fail — and it has nothing to do with the technology. They built the app in 2 weeks; getting it to production took 6 months.

Did Kimi K3 Really Beat Fable? — Matthew Berman
Matthew Berman analyzes Moonshot AI's Kimi K3 (2.8T params, biggest open-source model ever) which tops Arena AI's front-end benchmark at 76% vs Fable 5's 63%. Half the price but twice the tokens. Covers industry reactions, Anthropic's distillation accusation, why US labs are still 8-10 months ahead, and why Chinese open source benefits the entire AI stack.

Codex vs Fable: Which AI Agent Picked the Better Problem?
Nate B Jones gave Fable and Codex the same open brief: inspect his real business and build the automation that matters. Fable chose the higher-leverage strategic problem; Codex chose the safe, finishable one. Neither was wrong — they optimized for different things. The real unlock: letting AI help choose the problem, not just the tool.

mattpocock/skills: Learn the Whole Flow, End-to-End
First proper tutorial for the 162K-star skills repo (7.5M downloads, 38 skills). Complete main flow walkthrough: install via npx, configure issue tracker (GitHub/Jira/Linear/local), grill-with-docs interview, to-spec compression, to-tickets breakdown (each ticket = one context window), implement with auto code review via sub-agents. Smart zone concept (~140K tokens). Only 660 tokens context load despite 38 skills.

Don't Ship Skills Without Evals — Philipp Schmid, Google DeepMind
Philipp Schmid (Staff Engineer, Google DeepMind) reveals that almost none of 50,000+ indexed skills have evals. Covers the full lifecycle: capability vs preference skills, 8 writing tips, a practical eval harness (117 test cases, ~90% accuracy for Gemini Interactions API), and Google DeepMind's CI-style eval workflow where skill changes don't merge without improving tests.

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.

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.

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.

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.

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.

How to Build a Software Factory with Claude Code: From Vibe Coding to Agentic Development
Comprehensive freeCodeCamp handbook by Qudrat Ullah on building a structured AI-assisted development workflow. Covers the five layers of AI-assisted development (context, knowledge, agents, workflows, delivery), seven specialized subagents (codebase-researcher, story-writer, spec-writer, backend-builder, frontend-builder, test-verifier, implementation-validator), orchestrator design, CLAUDE.md best practices, skills, hooks, and a complete PR review checklist. Includes hands-on setup for Next.js/Node.js projects.

