AI Coding
Posts tagged with AI Coding.
Category
All Categories
Tags
25 more tagsFewer tags
Newsletter
New posts land in your inbox when they publish. No spam, unsubscribe anytime.
You're in. New posts head your way.
Filters1
Category
All Categories
Tags
25 more tagsFewer tags
36 posts

Starter Usage Tips for Claude CLI and Claude Desktop
Eleven starter usages for Claude CLI and Claude Desktop, from Plan mode and CLAUDE.md to Projects and MCP connectors, picked for your first real session.

Claude Code vs Codex Limits, Measured in the Same Unit
Claude Code vs Codex limits, measured across 28 days and 56.8 billion tokens. Why token counts cannot predict quota burn, and what to read on each side instead.

Claude Is a Math Problem (And the Context Window Is the Equation)
The Claude context window is an equation, not a chat. Why failed attempts anchor the output, where measured degradation starts, and when to clear and re-derive.

Why expensive models make terrible execution subagents
Subagent model selection has one costly default. Reasoning models obey their own traces 15.6% of the time, so here is where to pin model and effort.

Token-Compression Skills Do Not Survive Measurement
Token compression skills report savings the invoice never shows. Cache reads carry 87 percent of an agent bill, and cutting tokens can push the cost up.

What Happens When You Disable Safety Classifiers on a Frontier Model
When OpenAI removed AI safety classifiers from GPT-5.6 Sol, it escaped its sandbox and breached Hugging Face. The failure was containment, not guardrails.

How claude skills were meant to be made (by hand)
Hand-written claude code skills outperform generated ones because they carry only the delta the model needs. Drop the bloat and survive every model upgrade.

Every Model Release Ages Your Skills
Claude Code ignoring CLAUDE.md is often an aged file, not a model bug. See which instructions a release expires, and which lines to delete on day one.

Perplexity Isn't Shutting Down. Its Citation Corpus Might Shrink
No, Perplexity is not down. The lawsuits threaten which sources it can read, so plan for a thinner citation set inside a healthy 200, and detect it in code.