AI Coding
Posts tagged with AI Coding.
Categories
Tags
Filters1
Categories
Tags
Showing page 1 of 4 (31 total posts)

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.

What Opus 5's Novel-Level Reasoning Benchmark Actually Means
Opus 5 novel reasoning rests on one number, 30.2% on ARC-AGI-3, and it scores action efficiency, not problems solved. Here are the four config lines to change.

7 Free Ways to Stop ChatGPT From Eating Your CPU, RAM, and Disk
Fix ChatGPT performance without spending a cent: diagnose high CPU, reduce RAM-heavy threads, stop disk churn, trim Git load, and disable unused MCP servers.

6 Critics Grade My Post, Then Fix the Skill That Wrote It
Six critics grade the draft, then patch the SKILL.md that wrote it. The merge code, verdict ladder, and guardrails behind a self-improving Claude Code skill.

Finding Domains Is Simple With Gemini and Antigravity
How to find an available domain name with AI: describe it to a terminal agent and let Gemini check every candidate against a live registry. No more guessing.

How to Write Claude Code Skills That Actually Trigger
Write Claude Code skills that actually trigger: fix the description-as-router, structure for progressive disclosure, and test in fresh sessions.