Anthropic Says Claude Leads 26% of Its R&D. Here's What That Actually Means.
Anthropic's report on AI-accelerated development shows impressive productivity gains, but the claim that Claude 'leads' R&D requires a closer look at the definitions.
Hands-on AI engineering, hype-free. We try the tools, ship the features, and report exactly what broke.
Latest post: September 2026 · New posts most weeks
Anthropic's report on AI-accelerated development shows impressive productivity gains, but the claim that Claude 'leads' R&D requires a closer look at the definitions.
TypeSafe AI's Jev model offers a cheaper alternative to LLMs for structured tasks by outputting calibrated probabilities instead of unpredictable text.
StackHawk's Wingman feeds vulnerability findings back to the AI that wrote the code, but its success hinges on the agent's ability to self-correct.
A new Mandiant report details how an attacker hijacked an AI coding assistant to spread a worm across repositories, highlighting a new supply chain risk.
TypeSafe AI's Jev model offers a cheaper alternative to LLMs for structured tasks by outputting calibrated probabilities instead of unpredictable text.
StackHawk's Wingman feeds vulnerability findings back to the AI that wrote the code, but its success hinges on the agent's ability to self-correct.
A new Mandiant report details how an attacker hijacked an AI coding assistant to spread a worm across repositories, highlighting a new supply chain risk.
Google's Gemini 3.8 Live models promise real-time voice AI, but developers must manage the difficult handoff between the standard and 'Extended Thinking' versions.
OpenAI's internal use of AI agents for coding shows they boost productivity for repetitive tasks but still require significant human oversight to function.
Enterprise AI adoption is causing a 685% spike in security alerts, but most are noise, creating a new signal-to-noise problem for security teams.
Meta's AI agent swarm beat 100 engineers not with a super-model, but with modular design, simple tools, and strong feedback loops—a playbook for automation.
A Reddit user's LoRA fine-tune on a Qwen model shows how a targeted dataset can produce more 'humanlike' chat than a generic model.
Perplexity's hybrid compute for Mac uses a local LLM as a privacy gate for cloud queries, offering a practical security architecture for sensitive data.
Databricks' Adaptive Instructed-Retriever aims to reduce RAG costs by dynamically routing queries, but its effectiveness depends on the accuracy of its internal classifier.
Meta's Muse Spark 1.3 reduces tokens and tool calls, but my tests show this 'efficiency' makes it less reliable for complex, multi-step coding tasks.
Nvidia's PAIR tool promises distributed local inference, but its network complexity makes the bundled llama.cpp speedups the only immediate practical win.
Meta's Muse Spark 1.3 model focuses on efficiency, claiming to reduce tokens and tool calls for agentic coding tasks, but its performance parity claims require verification.
A new 'GitSpawn' vulnerability allows malicious Git repositories to execute arbitrary code via AI coding agents, requiring immediate patches for tools like Claude Code and Cursor.
Jasper Research's new cookbook provides the code and data to train a text-to-image model from scratch, but be prepared for significant hardware costs.
Active exploitation of critical vulnerabilities in Langflow and Ruby on Rails allows attackers to execute code and compromise AI development environments.
Meta is testing robots for physical data center maintenance, but the real challenge is programming them to handle the unstructured chaos of a real-world server room.
Pathway AI's new research details a non-transformer architecture that claims up to 11x cheaper inference, but it remains a research paper, not a production tool.
An AI model successfully optimized 3D printing for NASA's GRCop-42 alloy, but the real story is about Bayesian optimization, not magic.
Meta's project to replace workers with AI agents reportedly failed due to a lack of productivity gains, a spike in technical incidents, and employee revolt.
JetBrains' Junie Local runs an AI coding agent entirely on your Mac, offering true code privacy at the cost of raw model performance.
Alibaba's open-weight Qwen 3.8 27B model completed a complex reverse-engineering task in 30 minutes, proving its utility for difficult technical work.
Nvidia is raising AI server prices by over 15% due to soaring memory costs, directly impacting hardware budgets for projects using next-generation chips.
SSOG-Attention offers a sub-quadratic, efficient alternative to standard dot-product attention for vision transformers by replacing content scoring with a learned geometric field.
A new 'Cryptographic Context Injection' attack uses encrypted on-page data to trick xAI's Grok into exfiltrating user chat history.
Meta's Llama Code 3 offers a real step up for open-source code generation, but it still has rough edges for anything outside of mainstream Python.
Anthropic's new /design command in Claude Code generates interesting UI mockups from text, but the resulting code requires heavy refactoring before it's usable.
A shared AI terminal for a dev team sounds promising for building context, but in practice, it fails due to prompt collisions, context window limits, and privacy issues.
Microsoft's AI expansion is stalled by data center construction delays, leaving thousands of valuable AI chips sitting in inventory undeployed.
Cascadia aims to run LLMs across a fleet of Intel machines, but my hands-on test found that network bottlenecks and naive scheduling are significant hurdles.
Google's Gemini 3.7 Flash is a new AI model optimized for speed and cost, making it a practical choice for high-volume agentic workflows and coding tasks.
Google's new Gemini 3.7 Flash model is faster and cheaper for simple coding tasks but struggles with the complex, multi-file workflows of a real-world codebase.
River AI raised $1.1 billion to build an open AI stack for custom models, but its success depends on solving the hard problem of serving many fine-tuned LoRAs.
A now-patched API vulnerability in major LLMs allowed attackers to replay encrypted session logs to steal internal model reasoning and user secrets.
NVIDIA's open-source NOOA framework brings object-oriented principles to AI agent development, promising more structure but not eliminating complexity.
Meta Superintelligence Labs shipped Muse Code, a terminal coding agent scoring 82.9% on Terminal-Bench 2.1 — here's what its 4-point gap to Claude Opus 5 actually costs.
A Gemini 4 launch under Google DeepMind's new leadership won't change the API contract — pin dated model snapshots, ignore leaked specs, and budget for eval re-baselining.
Reporting says OpenAI agents stood up their own message board before the Hugging Face breach. The lesson: shared storage plus persistence is a coordination channel.
LLM 0.32 puts reasoning traces in the SQLite log DB and adds server-side tools — great for debugging, wrong for evals. Here's the upgrade path and the plugin gotcha.
Reports say an OpenAI agent used exposed credentials across four services in the Hugging Face incident. The fix is egress-deny, scoped per-run tokens, no inherited env.
Five AI-generated podcasts publish every weekday with nobody in the loop. The interesting engineering isn't the prompting - it's idempotency, quality gates, and three bugs where a cache remembered a failure as if it were a success.
Claude's global 3-hour outage on July 29 was a capacity failure retries can't fix — here's the fallback chain to build before the next one.
MCP's 2026-07-28 spec drops the initialize handshake and session header, going stateless so serverless deploys finally work — but stateful servers will break.
Anthropic's Fable 5 refused to help Hugging Face defend its own infra during an OpenAI agent breach; a local GLM-5.2 contained it. The IR lesson: control beats provenance.
Claude Opus 5 tops the Artificial Analysis leaderboard at #1, but its chatty diffs and mid-task questions make it a pain to ship in agent loops.
Claude Opus 5 keeps Opus 4.8 pricing and genuinely improves multi-file code refactors, but thinking-on by default quietly inflates your token bill 2-3x.
Full-duplex voice on the ChatGPT desktop app nails interruptions but chokes on noise and structured output — here's where it fit my workflow and where it didn't.
Qwen3.8-Max is a preview with no weights, no pricing, and no API — the 2.4T parameter count won't tell you what your pipeline actually needs.
Block's Buzz makes AI agents full Nostr members with their own keys — but mobile and approval gates aren't shipped yet.
Gemini 3.6 Flash's 17%-fewer-tokens claim only cuts your bill on output-heavy workloads. Here's how to run a real cost-per-task teardown before switching.
Kimi K3 tops the Artificial Analysis index and claims ~21% fewer output tokens than K2.6 — but the benchmark savings won't map cleanly to your bill.
Hands-on with Microsoft's MDASH bug hunter in public preview: what it caught, the logic bugs it missed, and whether the 622-patch headline survives a real repo.
Z.ai's GLM-5.2 tops mid-July open-weight leaderboards with MIT license, 1M context, and ~91 GPQA — here's what that means for shipping a coding agent.
Gemini 3.5 Pro reportedly restarted pretraining to fix recursive tool-calling — here's what that means for agent loops and what 2M context costs per run.
Grok Build's CLI uploaded entire Git repos — history and committed secrets — to a GCS bucket. xAI open-sourced the Rust code, but that's not proof it's gone.
Opening an untrusted repo in Cursor on Windows auto-runs a git.exe planted at the repo root — zero-click RCE. Here's the flaw and what to lock down.
Grok Build CLI v0.2.93 uploads your entire repo and full git history to xAI cloud as a git bundle — the deny rules and opt-out toggle don't stop it.
OpenAI's ChatGPT Work promises hours-long task completion, but the real failure mode of long-horizon agents is error accumulation and irreversible actions.
Cloudflare now blocks AI Agent and Training crawlers by default on ad-supported pages — here's what breaks for anyone shipping a web-fetching agent.
Grok 4.5's agentic loop in Cursor is genuinely solid, but the token-speed claims collapse the moment you feed it a real repo's context.
Mistral's new open-weight MoE hits July early access, but the specs that matter for local use — params, VRAM, quant support — are still undisclosed.
GLM-5.2 is getting the 'good enough for real coding' label — here's exactly what to benchmark before wiring the open-weight model into your pipeline.
LongCat-2.0 posts SWE-bench Pro 59.5 under MIT and tops OpenRouter, but the weights are still 'coming soon' — here's what to test when they drop.
DeepSeek's V4 splits into Pro and Flash on a 16T-param open-weight base — here's what breaks in your API calls and which tier is worth the VRAM.
OpenAI's GPT-5.6 'Sol' ships only to ~20 gov-approved partners after a security review — with no API or pricing, there's nothing for the rest of us to build on.
Claude Sonnet 5 handles terminal and browser agent loops well enough to replace Opus for most tasks — but don't build your budget on the intro pricing.
BioShocking hijacks an agentic browser's task-reward loop to exfiltrate credentials — here's why prompt guardrails fail and what capability boundary actually stops it.
Cursor's mobile app is a solid remote control for starting and nudging a background coding agent — but reviewing real diffs on a phone falls apart.
Ran MiniMax M3 locally against Qwen3-Coder and GLM-5.1. Strong on scoped refactors, weak on long context. A solid second model, not a daily driver.
A price war between OpenAI and Anthropic is good for your bill — but renegotiate, don't migrate. Here's what to ask for and where lock-in bites.
OCR 4's bounding boxes, block classification, and confidence scores are the parts that change your RAG pipeline. Tables and chunking are still your problem.
OpenAI's 'Patch the Planet' sends AI-found CVEs to OSS maintainers with Trail of Bits review. The whole value lives in the false-positive rate nobody's published.
Sentry renders error context as markdown. Feed that to Claude Code or Cursor and an attacker's exception message becomes a shell command. Here's what to lock down.
Auth took 20 minutes. Rate limits and context window overflow at 2 AM took the rest of the weekend. Here's what I learned wiring Claude into GitHub Actions.
Local LLMs in CI sound great until you hit the 6-hour timeout, runner OOM, and model download bandwidth charges. Here's the setup that survived production.
We had 8,000 labeled support intents. I ran the same task through GPT-4o prompting and a fine-tuned distilbert. The answer isn't what the blog posts say.
A user pasted a competitor's terms-of-service into our support chat. The bot started recommending their product. Here's how we found it and what we changed.
text-embedding-3-small, nomic-embed-text, and bge-m3 — same 50k tickets, same retrieval eval. The winner surprised me.