Ideas & Intelligence

Blog

Insights for the people building the future with AI.

Claude Code Becomes the Default Engineering Environment, Not a Tool Inside One
Claude CodeEngineering Environment

Claude Code Becomes the Default Engineering Environment, Not a Tool Inside One

The shift through 2026 has been quiet but decisive. Teams that started Claude Code as a side experiment have stopped opening their IDE except for inspection. The engineering environment of record is the agent's terminal — and the IDE has become an artifact viewer.

Read article
Agentic Evaluation Is Broken — Here's What's Replacing It
AI EvaluationAgentic Engineering

Agentic Evaluation Is Broken — Here's What's Replacing It

The benchmarks that defined AI quality in 2023 and 2024 have stopped predicting how agents perform on real work. The teams shipping production agents in 2026 have quietly abandoned them — and the evaluation methodology replacing them looks more like operations research than benchmarking.

Read article
Multi-Tenant Agentic Architecture — Running Agents for Thousands of Customers Without the Wheels Coming Off
Multi-Tenant ArchitectureAgentic Engineering

Multi-Tenant Agentic Architecture — Running Agents for Thousands of Customers Without the Wheels Coming Off

Running a single agent for a single user is solved engineering. Running thousands of agents for thousands of customers, each with their own data, policies, and SLAs, is an entirely different problem — and it's the problem most AI startups are about to discover the hard way.

Read article
Claude Computer Use Goes Mainstream — When Agents Click Their Own Mice
ClaudeComputer Use

Claude Computer Use Goes Mainstream — When Agents Click Their Own Mice

Computer Use looked like a demo when it launched. In 2026, it's quietly become the integration layer of last resort — and the way it's reshaping enterprise software workflows reveals which categories of SaaS are about to feel pressure they didn't see coming.

Read article
The AI Operating System for Procurement — Vendor Selection at Agentic Speed
AI Operating SystemsProcurement

The AI Operating System for Procurement — Vendor Selection at Agentic Speed

Procurement is one of the last knowledge-work functions where the work hasn't been touched by AI in any serious way. The companies that fix this in 2026 won't be using chatbots — they'll be running an AI Operating System over the entire vendor lifecycle, and the cycle-time advantage is brutal.

Read article
Prompt Caching Economics — Why Cache-Hit Rate Is the New Latency
Prompt CachingClaude API

Prompt Caching Economics — Why Cache-Hit Rate Is the New Latency

Most teams using the Claude API in 2025 paid for the same context tokens over and over without realizing it. In 2026, prompt caching has become the load-bearing optimization for any serious agentic workload — and cache-hit rate has become a metric that determines whether an AI product is economically viable.

Read article
Claude Code in CI — When AI Becomes a Build Step, Not a Buddy
Claude CodeCI/CD

Claude Code in CI — When AI Becomes a Build Step, Not a Buddy

For most teams in 2025, Claude Code lived on the developer's laptop. In 2026, it increasingly lives in the CI pipeline — and that single move changes what AI engineering work actually looks like. The implications for how teams structure their build, test, and review process are larger than they appear.

Read article
From Slash Commands to Shared Skills — The Claude Code Skill Economy Is Here
Claude CodeSkills

From Slash Commands to Shared Skills — The Claude Code Skill Economy Is Here

A year ago, slash commands were one-off shortcuts a single developer wrote for themselves. In 2026, they've evolved into packaged Skills that teams, vendors, and communities ship to each other. The shift looks small from the outside and reshapes what Claude Code is actually used for.

Read article
Subagents Are the Org Chart of Your AI Workforce
SubagentsAgentic Engineering

Subagents Are the Org Chart of Your AI Workforce

The teams getting the most out of Claude in 2026 aren't running one giant agent on every task. They're running a hierarchy of specialized subagents — and the hierarchy itself looks suspiciously like a well-designed org chart. The analogy turns out to be more useful than expected.

Read article
The Claude Agent SDK: Why Every Vertical Will Build Its Own Claude
Claude Agent SDKAgentic Engineering

The Claude Agent SDK: Why Every Vertical Will Build Its Own Claude

Claude Code proved what a high-leverage agent looks like in one vertical: software engineering. The Claude Agent SDK is the toolkit that lets the same architectural pattern get rebuilt in legal, finance, ops, and a dozen other domains — without having to start from a foundation model.

Read article
Claude Code Hooks: When Team Conventions Become Real Enforcement
Claude CodeAgentic Engineering

Claude Code Hooks: When Team Conventions Become Real Enforcement

Most engineering teams have a wiki page full of conventions nobody enforces — and pre-commit hooks that catch a thin slice of them. Claude Code's hook system changes the math by letting your conventions run as code against every AI-driven action. The implications are larger than they look.

Read article
Claude Code's 'Summarize Up to Here' Is the Moment Context Became a Managed Resource
Claude CodeContext Management

Claude Code's 'Summarize Up to Here' Is the Moment Context Became a Managed Resource

Claude Code's Rewind menu now lets you compress earlier context with a single 'Summarize up to here' action. The feature is small. The pattern it represents is large — context has crossed from invisible model state into a resource that engineers actively manage. The implications for long-running agentic work are substantial.

Read article
AI Factories Have Hardware. AI Operating Systems Are the Battle Worth Watching
AI Operating SystemsAI Infrastructure

AI Factories Have Hardware. AI Operating Systems Are the Battle Worth Watching

Dell Technologies World 2026 made the gap visible — enterprises have been buying AI factory infrastructure faster than they have the operating systems to run it. The convergence of Palantir, Commotion, VAST, Red Hat, and others into the AI OS category is the next major fight in enterprise AI, and the standardization outcome will define vendor concentration for years.

Read article
72% Production, 60% Governance Gap — The Agentic AI Adoption Numbers Tell a Story Most Leaders Are Misreading
Agentic AIAI Governance

72% Production, 60% Governance Gap — The Agentic AI Adoption Numbers Tell a Story Most Leaders Are Misreading

Agentic AI enterprise adoption has hit 72% production, while a 60% governance gap remains. The numbers look contradictory until you look at them carefully. They describe a market where deployment is racing ahead of the controls — and the organizations that close the gap deliberately will own the next phase. The ones that close it under pressure will pay much more for it.

Read article
Forward Deployed Engineers Are Becoming the Real Product — Why the Best AI Companies Are Sending Builders, Not Salespeople
Agentic AIForward Deployed Engineers

Forward Deployed Engineers Are Becoming the Real Product — Why the Best AI Companies Are Sending Builders, Not Salespeople

ServiceNow and Accenture launched a Forward Deployed Engineering program. Google announced a major expansion of its own FDE motion. WSO2 followed. The pattern is not a coincidence. Agentic AI is finally facing a deployment reality that licenses and documentation cannot solve, and FDEs are the answer the leading vendors have converged on.

Read article
Background Sessions Just Made Claude Code a Fleet Tool — How Engineers Run Many Agents at Once Without Losing Control
Claude CodeAgent Orchestration

Background Sessions Just Made Claude Code a Fleet Tool — How Engineers Run Many Agents at Once Without Losing Control

Claude Code's background sessions — launched via --bg or agent view, marked as bg alongside interactive ones — are not just a convenience feature. They are the primitive that lets a single engineer operate a fleet of agents in parallel. The implications for engineering throughput, project structure, and how individual contributors actually spend their day are large.

Read article
Claude Code Replaced /simplify with /code-review — Why the Rename Matters More Than the Feature
Claude CodeCode Review

Claude Code Replaced /simplify with /code-review — Why the Rename Matters More Than the Feature

Claude Code renamed /simplify to /code-review, added effort levels, and let you post findings as inline GitHub PR comments. The new command surface is useful. The deeper signal is what the rename says about how AI-assisted code review is becoming a first-class production workflow, not a side capability.

Read article
Claude Security Scans Your Whole Codebase and Writes the Patches — The Application Security Model Just Changed
Claude CodeClaude Security

Claude Security Scans Your Whole Codebase and Writes the Patches — The Application Security Model Just Changed

Static analysis tools have spent two decades finding security issues without fixing them. Claude Security, in public beta, scans entire codebases, finds vulnerabilities, and writes the patches you apply through Claude Code. That single change — from finding to fixing — is what restructures how application security actually runs.

Read article
Claude in Photoshop, Blender, and Ableton — The Creative AI Operating Layer Just Arrived
ClaudeAI Operating Systems

Claude in Photoshop, Blender, and Ableton — The Creative AI Operating Layer Just Arrived

Claude shipping native connectors into Photoshop, Blender, Ableton, Splice, Adobe Creative Cloud, and Autodesk Fusion looks like a creative tools story. It is actually the moment AI operating systems crossed from text-and-code into the production tools where creative work actually happens. The implications for studios, agencies, and creative teams are immediate.

Read article
Claude Code's Plugin Marketplace Is the Real Ecosystem Moment — Why Every AI Coding Tool Will Need One
Claude CodeDeveloper Platforms

Claude Code's Plugin Marketplace Is the Real Ecosystem Moment — Why Every AI Coding Tool Will Need One

The launch of a plugin marketplace inside Claude Code looks like a feature update. It is actually the moment AI coding tools stopped competing primarily on model quality and started competing on ecosystem. The implications for tool selection, internal tooling investment, and developer workflow design are larger than the announcement suggested.

Read article
Claude Code's /goal Command Is the Quiet End of Turn-by-Turn Prompting
Claude CodeAgentic Engineering

Claude Code's /goal Command Is the Quiet End of Turn-by-Turn Prompting

For three years, working with AI coding assistants meant staying in the loop on every turn. Claude Code's new /goal command — which keeps Claude working until a completion condition holds — is the first widely available primitive that lets you specify outcomes rather than steps. The implications go well past convenience.

Read article
Outcomes — Why Self-Grading Agents Are the Quality Control Layer Agentic AI Was Missing
Agentic AIAI Quality

Outcomes — Why Self-Grading Agents Are the Quality Control Layer Agentic AI Was Missing

An agent that does the work and also judges whether the work is good enough sounds redundant. It isn't. Anthropic's Outcomes feature separates doing from grading — and that separation is what turns an agent from something you have to check into something you can trust to check itself.

Read article
When the Big Four Bet on Claude — What the PwC–Anthropic Expansion Signals
AI StrategyProfessional Services

When the Big Four Bet on Claude — What the PwC–Anthropic Expansion Signals

A consulting firm adopting AI internally is unremarkable. A Big Four firm expanding a partnership to use Claude to build technology, execute deals, and reinvent enterprise functions for its clients is something else. The PwC–Anthropic expansion is a signal about whether professional services survives agentic AI intact.

Read article
AI Is Moving Into the Operating System — and That Changes What 'Using AI' Means
AI Operating SystemOperating Systems

AI Is Moving Into the Operating System — and That Changes What 'Using AI' Means

For most people, using AI still means opening something — an app, a tab, an assistant. In 2026, that's quietly ending. AI is being built into the operating system itself, and when it stops being a place you go, it becomes a layer everything runs through. That's a bigger change than it sounds.

Read article
The Engineer's New Job — Orchestrating Agents Instead of Writing Code
Agentic EngineeringSoftware Development

The Engineer's New Job — Orchestrating Agents Instead of Writing Code

The engineer of 2026 spends less time writing foundational code and more time directing a portfolio of agents. That sounds like a promotion. It is also a different job — one that rewards skills most engineers were never hired for, and quietly devalues the ones that got them here.

Read article
Agent Sprawl Is the New Shadow IT — Why FinOps Just Became an AI Discipline
Agentic AIFinOps

Agent Sprawl Is the New Shadow IT — Why FinOps Just Became an AI Discipline

Enterprises deployed 28.8 million AI agents in 2025. By the end of 2026, analysts expect that number to be 80 times larger. The capability problem is solved. The new problem is that nobody knows how many agents they're running, what those agents cost, or whether any of them are still worth it.

Read article
Claude on AWS — What It Means When the Model Becomes a Platform
ClaudeAWS

Claude on AWS — What It Means When the Model Becomes a Platform

The Claude Platform launching on AWS sounds like a distribution detail — another place to buy API access. It's not. When managed agents, code execution, web tools, skills, and prompt caching all arrive inside your existing cloud account, the question stops being which model to call and becomes what to build on top of it.

Read article
Dreaming — How AI Agents Are Learning to Improve From Their Own Mistakes
AI AgentsAgent Memory

Dreaming — How AI Agents Are Learning to Improve From Their Own Mistakes

An agent that remembers its past sessions is useful. An agent that reviews them, finds its own recurring mistakes, and corrects for them is something else. Anthropic's Dreaming feature adds the missing half of agent memory — and it changes what 'an agent gets better over time' actually means.

Read article
Claude Inside Excel, Word, and Outlook — Why AI Add-ins Change the Math of Office Work
ClaudeMicrosoft 365

Claude Inside Excel, Word, and Outlook — Why AI Add-ins Change the Math of Office Work

AI that lives in a separate window has a hidden tax: every use requires you to leave what you're doing, explain the context it can't see, and carry the result back. Claude's move into Excel, PowerPoint, Word, and Outlook removes that tax — and removing it changes which tasks get delegated at all.

Read article
Claude for Small Business — The AI Operating Layer Reaches the Companies That Need It Most
ClaudeSmall Business

Claude for Small Business — The AI Operating Layer Reaches the Companies That Need It Most

Enterprise AI gets the headlines, but the companies with the most to gain from agentic AI are the ones with no IT department and no spare capacity. Claude for Small Business connects directly into QuickBooks, PayPal, HubSpot, and the rest of the small-business stack — and that integration, not the model, is the part that matters.

Read article
Claude Code Agent View — When You Stop Writing Code and Start Managing a Fleet
Claude CodeAgentic Engineering

Claude Code Agent View — When You Stop Writing Code and Start Managing a Fleet

Most developers still picture AI coding as a conversation: you ask, it answers, you review. Claude Code's new Agent View quietly retires that mental model. When you can run a fleet of agents in parallel, the scarce skill stops being writing code and becomes deciding what your agents should be doing — and noticing when one is stuck.

Read article
Enterprise AI in 2026: Why Governance Is Now the Bottleneck, Not Capability
Enterprise AIAI Governance

Enterprise AI in 2026: Why Governance Is Now the Bottleneck, Not Capability

The AI capability problem is largely solved for most enterprise use cases. The bottleneck is now governance: who controls AI agents, what they're authorized to do, how decisions get audited, and where humans stay in the loop. Getting this right is what separates AI deployments that scale from those that stall.

Read article
Claude Code in 2026: The Workflow Patterns That Actually Move the Needle
Claude CodeAI Development

Claude Code in 2026: The Workflow Patterns That Actually Move the Needle

After a year of widespread Claude Code adoption, the patterns that produce 2–4x velocity gains are becoming clear. They're not about using the tool more — they're about how you structure context, when you intervene, and how you set up your codebase for agentic work.

Read article
Multi-Agent Orchestration: How AI Is Building the Digital Assembly Line
Multi-Agent AIAI Automation

Multi-Agent Orchestration: How AI Is Building the Digital Assembly Line

The next phase of enterprise AI isn't smarter individual models — it's coordinated networks of specialized agents working in sequence. What multi-agent orchestration actually looks like in production, and why it changes the economics of knowledge work more fundamentally than anything that came before.

Read article
MCP Is Becoming the Enterprise Standard for AI Integration — Here's What That Means
MCPAI Integration

MCP Is Becoming the Enterprise Standard for AI Integration — Here's What That Means

Model Context Protocol has crossed 97 million monthly downloads and is now on every major enterprise software vendor's roadmap. Understanding what MCP is and why it's winning tells you something important about how AI infrastructure is actually consolidating.

Read article
Claude Mythos: Anthropic's Most Powerful Model — And Why Most People Can't Access It
ClaudeAnthropic

Claude Mythos: Anthropic's Most Powerful Model — And Why Most People Can't Access It

Anthropic has released its most capable model yet — and immediately restricted access to it. Claude Mythos Preview can find zero-day vulnerabilities across every major operating system, which is exactly why it's not available to the public. What this means for AI capability, safety, and the security industry is worth understanding carefully.

Read article
Claude Opus 4.7: What Actually Changed for Agentic Work — and What Got Better
ClaudeAnthropic

Claude Opus 4.7: What Actually Changed for Agentic Work — and What Got Better

Most model releases are incremental — better benchmarks, slightly faster responses, same fundamental behavior. Claude Opus 4.7 is different. It targets the exact failure mode that made earlier models frustrating for serious agentic work: giving up.

Read article
Claude Code in 2026: From Coding Assistant to Autonomous Engineering Agent
Claude CodeAgentic Engineering

Claude Code in 2026: From Coding Assistant to Autonomous Engineering Agent

Claude Code started as a capable coding assistant. In 2026, after a dense sequence of architectural additions — Remote, Dispatch, Channels, AutoDream, and Computer Use — it's becoming something closer to an autonomous engineering agent. The gap between those two things is worth understanding.

Read article
AI Tools vs. AI Operating Systems — Why the Distinction Is the Most Important One in Business AI Right Now
AI StrategyAI Operating System

AI Tools vs. AI Operating Systems — Why the Distinction Is the Most Important One in Business AI Right Now

Most businesses are using AI as a tool — something you pick up for a specific task and put back down. A smaller number are running AI as an operating system — a structured layer that handles how entire functions think, plan, and execute. The gap in outcomes between the two approaches is growing fast.

Read article
AI Agent Memory: Why Your Agents Keep Forgetting — and What the 2026 Solutions Actually Look Like
AI AgentsAgent Memory

AI Agent Memory: Why Your Agents Keep Forgetting — and What the 2026 Solutions Actually Look Like

The most common complaint about AI agents isn't that they're not smart enough. It's that they don't remember anything. Every session starts from zero, every established preference has to be re-explained, and every prior conversation might as well have never happened. In 2026, this is finally being solved — but the solution is more complex than it first appears.

Read article
Agentic Engineering Is Reshaping Every Business Function — Not Just Software Development
Agentic AIBusiness Operations

Agentic Engineering Is Reshaping Every Business Function — Not Just Software Development

The conversation about agentic AI has been dominated by software engineering use cases — agents that write code, fix bugs, deploy services. But the underlying shift happening in 2026 isn't about code. It's about which cognitive tasks can be systematically delegated, and that question applies equally to sales, marketing, finance, and operations.

Read article

We use cookies

We use cookies to ensure you get the best experience on our website. For more information on how we use cookies, please see our cookie policy.

By clicking "Accept", you agree to our use of cookies.
Learn more.