Back home

Blog

Thoughts on software engineering, architecture, and building things that matter.

aug 2026·4 min read·virality: very high

the reported $12.9b nvidia and hugging face deal is really about distribution

why a reported nvidia acquisition of hugging face would reshape model discovery, deployment, and open ecosystem governance.

nvidiahugging faceopen modelsai infrastructure
aug 2026·4 min read·virality: very high

qwen3.8-flash makes the agent harness more expensive than the model call

open weights and aggressive token pricing shift the hard part of ai economics toward retries, tools, caching, and review.

qwenopen weightsllm pricingai agents
aug 2026·4 min read·virality: very high

the open-source ai ceo needs a decision ledger

openexecutive turns executive automation into a repository and exposes the missing evals for management decisions.

ai agentsopen sourcemanagementevals
aug 2026·4 min read·virality: high

claude's load-bearing vocabulary is becoming an infrastructure dependency

model-specific language patterns show how ai tools reshape technical writing across public repositories.

claudelanguage modelsgithubtechnical writing
aug 2026·4 min read·virality: high

code is the database for agent-built creative tools

creative agents become easier to trust when every edit survives as inspectable, diffable, reversible code.

creative toolsai agentsgitvideo editing
aug 2026·4 min read·virality: high

frontier model evals are becoming double-blind security protocols

deepmind's pilot protects private tests and model assets while raising new questions about auditability and reproducibility.

ai evalsdeepmindfrontier modelsai safety
aug 2026·4 min read·virality: medium-high

automated alignment research can optimize the measurement trap

research agents accelerate measurable safety work while risking deeper blindness to failures with no benchmark.

anthropicalignmentresearch agentsmeasurement
aug 2026·4 min read·virality: high

one-minute agent deployment is useful because the output is a git repository

vercel's fast agent deployment points toward git-owned agents with reviewable permissions, budgets, traces, and evals.

vercelai agentsgitmcp
aug 2026·4 min read·virality: medium-high

local qwen gets interesting when it becomes a physical appliance

carwatch turns local ai into a parts receipt with a raspberry pi, dashcam, runtime, power budget, and real failure modes.

qwenlocal airaspberry piedge inference
aug 2026·4 min read·virality: medium-high

nvidia wants to own the full agent workload

vera, nemotron, gpus, networking, and inference runtimes reveal nvidia's whole-system strategy for always-on agents.

nvidianemotroninferenceai infrastructure
Apr 2026·8 min read

the hidden cost of opus 4.7's tokenizer

opus 4.7 shipped with the same $5/$25 rate card as 4.6. but the new tokenizer means the same text creates more tokens — and community testing suggests the official 35% ceiling may be underselling the gap.

LLMsAIEngineering
Mar 2026·10 min read

the model is not the product

claude opus 4.5 scores 42% on core-bench with one scaffold. 78% with another. same model, same weights. the gap between the best and worst scaffolds for any given model frequently exceeds the gap between models.

AI AgentsLLMsEngineering
Feb 2026·10 min read

what happens when an ai thinks twice? looped language models explained

a 1.4b parameter model matching 4b models on reasoning benchmarks. looped language models reuse the same layers multiple times instead of stacking more parameters.

AILanguage ModelsLLMs
Feb 2026·12 min read

why ai agents need observability

your agent failed at step 9 of a 10-step chain. traditional monitoring shows you a 500 error. what it doesn't show you is why the reasoning drifted at step 4.

AI AgentsObservabilityDeveloper Tools
Jan 2026·11 min read

building developer tools for llms

llm tooling has moved past simple api wrappers. function calling, mcp servers, structured outputs, agent frameworks. here's what the landscape actually looks like.

LLMsMCPDeveloper Tools