Skip to main content
  1. Tags/

AI

Self-Tuning Prompts: Adapting Karpathy's Autoresearch Loop to Writing Quality

·6 mins
Andrej Karpathy recently showed that an AI can improve itself in a tight, unattended loop: propose a change, test it, keep it if it helps, throw it away if it doesn’t. That works beautifully when there’s a fast, objective number to check the result against. It’s a much harder question when the thing you’re trying to improve is writing quality, which nobody has ever reduced to a single trustworthy number. We tried it anyway, on the written instructions — the “prompts” — that steer two AI writing assistants, and the results are a useful lesson in where this kind of automation belongs, and where it doesn’t.

The original idea: a loop with no human in it #

Karpathy’s project lets an AI rewrite its own training code, run a short training job, and check the result against a single number that measures how well the resulting model performs — lower is strictly better, and it’s cheap to compute after every attempt. If the number improves, the AI keeps its change. If it doesn’t, the change is thrown away and reverted. Repeat, unattended, many times an hour. One independent write-up of a real run found the loop working through hundreds of attempts unsupervised, keeping a good number of genuine improvements along the way, and meaningfully cutting the time needed to reach a target level of quality. The whole idea rests on one condition: a fast, trustworthy number you can check the AI’s work against every single time.

The End of the AI Flat-Rate Era: How Vendor Pricing Shifts Became Enterprise's Compute-Risk Problem

·7 mins
Between November 2025 and June 2026, every major AI vendor rewired how it charges for usage. Anthropic, OpenAI, GitHub Copilot, and Google each migrated enterprise contracts from flat per-seat fees to consumption-based token pricing. The headline seat prices look cheaper. The bills are not.

A conservative estimate puts a typical Fortune 500 company’s annual AI cost above $30 million. One healthcare enterprise consumed a trillion tokens over six months before its finance team understood what was driving the charges. Uber exhausted its full-year AI budget by April. These aren’t edge cases — they’re the leading edge of a structural shift that most enterprise finance teams haven’t priced in yet.

The Recursive Turn: Andrej Karpathy Joins Anthropic's Pretraining Team

·7 mins
On May 19, 2026, Andrej Karpathy posted seven paragraphs to X announcing he was joining Anthropic. The post crossed 148,000 likes within a day, and someone on tech Twitter compared it to Kevin Durant joining the Warriors — the sport’s best individual player walking onto the roster that was already winning.

Karpathy’s own framing was quieter: “I think the next few years at the frontier of LLMs will be especially formative… excited to join the team here and get back to R&D.” He would lead a new pretraining-research group under Nick Joseph, Anthropic’s head of pretraining, built around a premise with a slight vertigo to it: use Claude to help build the next Claude.

LLM-Wiki as a Milestone Compiler for Agent Projects

·8 mins

Agents operating on codebases run into the same wall: context collapses after a milestone. Teams rely on ephemeral files like plan.md for in-flight work, but once the sprint ends, that memory is buried or lost. A compiled wiki solves this by forcing a durable synthesis of decisions, facts, and architecture at gate intervals. The result is a structured, typed knowledge base that reduces query-time token costs and prevents agents from re-deriving knowledge on every turn. Here is how to build the pattern, where it breaks at scale, and the infrastructure tradeoffs that keep it honest.

Running Local LLMs at Home: RTX 3060 vs 4090 vs 5090 on Qwen3 and Gemma 4

·7 mins

A handful of consumer GPUs now sit at the center of serious homelab inference. The interesting question is no longer “can I run a 30B-class model” but “which card should I buy for the workload I actually have.” Below is a method-grounded look at three tiers — the RTX 3060 12GB, RTX 4090 24GB, and RTX 5090 32GB — running today’s small-active-parameter mixture-of-experts models: Qwen3.5-35B-A3B and its newer sibling Qwen3.6-35B-A3B, Gemma 4 26B-A4B, and the dense Gemma 4 31B.

Microsoft's Two-Track AI Bet: How the E7 Bundle and Copilot Cowork Credits Reshape Microsoft 365 Contracts

·7 mins

Microsoft is making its AI revenue model explicit in 2026: bundle Copilot into a new top-tier SKU called E7 at $99 per user per month, then bill every agent action separately through Copilot Credits. Together these moves push enterprise Microsoft 365 spending from a flat per-seat line into a hybrid model where the headline seat price covers the license and the metered consumption covers the work. For IT leaders staring at renewal cycles, this changes how the contract needs to be modeled — and where the overage risk actually lives.