A model whose weights you can download is now part of the performance conversation that usually belongs to Claude and GPT. That is what makes Kimi K3 exciting. It does not mean K3 wins every benchmark or matches every Claude and GPT configuration. The title means something narrower and still important: this open-weights release is close enough to be compared seriously with current frontier…
Yesterday, July 24, Anthropic released Claude Opus 5 . The headline facts are easy to repeat: it is cheaper than Claude Fable 5, stronger than the older Opus model, and designed for everyday use. But the more interesting question is not how quickly it can answer. It is what happens when an AI agent can keep working after the first answer. An AI agent is not only a chatbot. It can take several…
Does Claude have a subconscious ? Anthropic’s new research cannot answer that question. But it does reveal a striking division inside Claude. A small internal workspace can hold concepts, use them for reasoning, and sometimes report on them without writing them down. Most internal processing remains automatic. Anthropic calls this workspace the J-space . It is not Claude’s written answer or its…
I believe AI can improve humanity . But in healthcare, that future may start with something less glamorous: removing administrative friction . That was the idea behind PA-Trace , my submission to Google Research's MedGemma Impact Challenge on Kaggle , which ran from January 13, 2026 to February 24, 2026 . An estimated $35 billion of annual US healthcare administrative spending is tied to…
Anthropic says it suspended Fable 5 and Mythos 5 because it had no reliable way to verify nationality in real time after new US export controls took effect. In plain English, the first bottleneck was not just model capability. It was the system deciding who should be allowed through the gate. That is why this detail matters. Anthropic's redeployment post is not just a status update about Fable 5…
GPT-5.6 Sol matters because the performance story is strong. OpenAI says Sol is its strongest cyber model yet . On ExploitBench , it says Sol is competitive with Claude Mythos Preview while using about one-third of the output tokens . On ExploitGym , Sol leads the rest of the GPT-5.6 family as reasoning budgets rise. And on OpenAI's internal capture-the-flag tasks, Sol is close to saturation. That…
On May 22, June 3, and June 8, 2026 , Anthropic published three cyber research posts that looked like different stories. One was about exploit benchmarks. One mapped malicious AI use to the MITRE ATT&CK framework, which is a common way security teams describe attacker behavior. One tested how fast models could turn published patches into working exploits. Read together, they point to a simpler…
On June 1, 2026 , Anthropic said it had confidentially submitted a draft S-1 to the SEC. On June 8, 2026 , OpenAI said it had recently submitted a confidential S-1 too. For frontier AI , that matters. But this is not really an IPO timing story. The better question is what Anthropic and OpenAI are starting to look like. Last week, I wrote that Anthropic’s Series H and Draft S-1 Point to a Bigger…
Anthropic has released its strongest public Claude yet , and that alone is big news. Claude Fable 5 is clearly a capability story. Anthropic says Fable 5 is its most capable model ever made widely available, and Google Cloud describes it as strong at multi-step reasoning, software work, and document analysis. That is a real jump. But what caught my attention is not only the model. It is the way…
On May 28, 2026 , Anthropic announced a $65 billion Series H at a $965 billion post-money valuation . On June 1, 2026 , it said it had confidentially submitted a draft S-1 to the SEC, which means it now has the option to go public later if conditions are right. Those look like normal company-building signals. But the more interesting story is not the valuation, and not the IPO option by itself. It…
The Vatican was the dramatic setting. The more important signal came from Chris Olah's remarks : every frontier AI lab is trapped inside incentives that can conflict with doing the right thing. That is the part builders should pay attention to. A lab at the frontier is saying, in public, that it cannot be its own final critic. This Is Not Really a Church Story You do not need to be Catholic to…
Last month, I wrote that Project Glasswing mattered less as a model announcement and more as a deployment signal . Anthropic had a frontier model with unusually strong cyber capability, and instead of shipping it broadly, it wrapped it in a controlled defensive program. The new initial update for Project Glasswing makes that decision easier to understand. It does not prove vulnerability research…
Last month, I shared the open survey for the State of AI 2026, asking you to help replace the endless industry hype with actual, ground-level field data. The results are finally out, collected from 7,258 web developers . After reviewing the deep breakdown across every section—from models and agents to demographics and real-world pain points—the verdict is clear. AI-assisted coding is no longer a…
I just added another feature to Kino , my educational, cinema-themed distributed systems project. The LangGraph-based agent service is one part of that platform. This time the feature was memory . But not the vague, hyped kind. I did not want Kino to pretend it knows a user's taste forever. I wanted something much narrower and much more useful: Short-term conversational memory for follow-up turns…
I just added a new feature to Kino , my educational movie-discovery project built with LangGraph: a prompt-driven discovery flow that finds grounded titles from a local catalog. The easy label would be RAG . More precisely, it is not classic RAG . What I built is closer to a structured-retrieval agent : the model interprets the request, a narrow service returns structured facts, and deterministic…
Last week, on April 23, 2026, Canonical released Ubuntu 26.04 LTS "Resolute Raccoon" . The interesting part is not GNOME 50 or the normal LTS cadence. It is that Ubuntu 26.04 moves more of the hard platform work into the supported distro path: TPM-backed full-disk encryption , CUDA via apt , ROCm in Ubuntu's repositories , Wayland with NVIDIA support , and Rust-based sudo and core utilities . For…
On April 23, 2026, OpenAI introduced GPT-5.5 . The obvious story is performance: better coding, stronger tool use, more persistence, fewer tokens, and GPT-5.4-class latency. But the more important story is what came with it. OpenAI did not just ship a benchmark table. It shipped a system card , a long deployment-safety write-up on misalignment and internal deployment , and a public Bio Bug Bounty…
The AI hardware conversation has spent the last year obsessed with wearables—smart pins and pendants trying to replace your smartphone. But for developers, the real operational bottleneck isn't checking the weather on the go. It is the physical friction of constant context-switching at the desk: jumping between IDEs, GitHub, terminals, and back-to-back meetings. This week, Project Mirage —a…
Anthropic’s most important signal this month is not a benchmark chart. It is the fact that the company published a full system card for Claude Mythos Preview and then explicitly said it does not plan to make the model generally available. That is a very different kind of launch. If Anthropic’s own materials are directionally right, then we are moving from “AI can help security teams” to something…
It's true. A team at OpenAI spent five months building and shipping a complex internal product with 0 lines of manually-written code . Let's dive into their recent breakdown of Harness Engineering , how they pulled off shipping a million lines of agent-generated code, and why it fundamentally redefines what it means to be a software engineer. 🐎 The Horse and the Harness We need to stop thinking…
In my previous posts, we explored the magic of Agentic AI . We built agents with LangChain and LangGraph , and we saw how amazing it is when an AI can actually do things: like searching the web, running code, or managing workflows. It feels like the future. And it is. But usually, when we talk about "Agents," we talk about the capabilities (what they can do). This month, the conversation shifted…
What is Agentic AI App? Following Hands-on Agentic AI: LangChain 1.0 post , A simple way to think about Agentic AI is: model + tools + web-service = agentic AI app . With LangGraph 1.0 now stable , building them is straightforward. Let's build a 'Weather Poet' agent app that: Runs as a web service, accessible via UI and API. . Uses a web search tool to find a forecast. Write a poem about it. 1.…
What is Agentic AI? A simple way to think about Agentic AI is: model + tools = agentic AI. With LangChain 1.0 now stable , building them is straightforward. Let's build a 'Weather Poet' agent that: Uses a web search tool to find a forecast. Write a poem about it. Quick Setup Get Your Google AI API Key for free (LLM): Go to https://aistudio.google.com/api-keys . Click "Create API key". Create a new…
Quick update on last week's AI news: Google launched Gemini 2.5 Pro Generative AI model, ranked #1 on https://lmarena.ai/ ! 🚀 If you tried the code from my Gemini 2.0 post , there's an easy upgrade: Just 1 line change to try the new leader: Update MODEL from "gemini-2.0-flash-thinking-exp" to: "gemini-2.5-pro-exp-03-25" Experience its enhanced 'thinking', reasoning, and coding power compared to…