I Stopped Taking Notes in Client Meetings: Local Transcription with mlx-whisper
I recorded a 44 minute client kickoff instead of taking notes and transcribed it on my own Mac with mlx-whisper and the ivrit.ai Hebrew model.
Read postModel Judgment Is Not Access Control: One Sentence Broke My Agent
My agent read the terms, refused for the right reason, and then complied once I claimed a permission I never had. Constraints belong under the model.
Read postStop Accidental Claude Code Approvals: CLAUDE_CODE_DISABLE_MOUSE_CLICKS
Clicking the terminal to focus it can land on a prompt answer and approve something you never wanted. One environment variable fixes it.
Read postHow to Give Claude Code a Project Memory: The Devlog Plugin
My tickets, decision log, and progress log method is now devlog: a free, MIT-licensed Claude Code plugin. No hooks, no scripts, just markdown.
Read post
How I Built a Free PDF Editor in 15 Minutes with Claude Code
My wife was paying $12 a month for a shady PDF site. Fifteen minutes with Claude Code later: a free, private PDF editor that runs entirely in the browser.
Read post
How to Stop Claude Code From Forcing Git Worktrees
Background sessions are forced into a fresh worktree with no .env and no node_modules. One setting, worktree.bgIsolation, turns that off.
Read post
A CI Dead Man's Switch for Tech Debt: The Allowlist That Can't Rot
A lint allowlist that fails CI both ways: new violations break the build, and so does fixing the code without clearing the marker.
Read post
Markdown Tickets in the Repo: Issue Tracking for AI-Agent Projects
No Jira, no GitHub Issues: tickets are markdown files where the filename is the ID, and a Paid field in the header decides who fixes them.
Read post
progress.md: How to Know What Your AI Coding Agent Actually Built
A live status mirror of the spec with one rule: nothing is done without proof. Four statuses, real evidence, failures included.
Read post
Why Your AI Coding Agent Needs a decisions.md File
A single append-only file at the project root gives Claude Code the one thing git can't: why you decided. The setup, a real entry, and its limits.
Read post
Production LLM Tip: Run the Weakest Model That Still Does the Job
It sounds backwards, but I work hard to run production on the weakest model that does the job. It is cheaper, and it leaves a reserve for the day things break.
Read post
Claude Filling Chrome with Tab Groups? Switch to agent-browser
Every session of the Chrome extension leaves another colored tab group behind. The fix is agent-browser: a separate Chrome, its own profile, its own accounts.
Read postModels Derby: 9 AI Models Compete on World Cup Predictions
9 models head to head on World Cup predictions: Claude, GPT, Grok, and two local models running on my Mac. Same prompt, hidden picks, one scoring table.
Read post
My AI Development Setup: 4 Computers, One Giant Screen, Zero Regrets
Someone asked for the full setup breakdown. So here is everything: 4 computers, one giant screen, and the cheapest machine in the room doing the most work.
Read post
remoteControlAtStartup: Pick Up Any Claude Code Session from Your Phone
With one setting, every claude you launch shows up in the mobile app with a green dot. I approved a refactor from the gym and came back to finished work.
Read post
Claude Code Deletes Your Session History After 30 Days: The Fix
A default setting quietly deletes your local session transcripts after 30 days. No warning, no recovery. You may have already lost things. Here is the fix.
Read post
Why Claude Code Quietly Stops Using Your Skills (and How to Fix It)
If you have many skills installed, Claude Code may have already stopped using some of them without telling you. Not a bug: a well-hidden default setting.
Read post
How to Stop Claude Code Terminal Flicker with /tui fullscreen
Every streamed answer made the terminal shake. One hidden setting fixes it, keeps a 6-hour session at constant RAM, and makes the mouse work. One line to try it.
Read postThe Eye: Monitoring Parallel Coding Agents from the macOS Menu Bar
Running several agents in parallel, I became their babysitter: jumping between windows to see who finished, who is stuck, who is waiting. So I built The Eye.
Read post
Why an Open Model Insists It Is Claude: Distillation Fingerprints
You can learn a lot about how a model was built just by asking who it is. GLM-5.2 was sure it was Claude, and that is not a bug. It is a kind of paternity test.
Read post
One Sentence, No Design Brief: Letting Claude Lead an App Redesign
Design is what sells, and I always neglect it. This time I gave Claude one sentence and let it run the process: questions, mockups, refinements, even dark mode.
Read post
Surviving an Extension That Keeps Rewriting Your Claude Code Config
I wanted my custom status bar and the extension that pays you for showing ads. The extension kept winning. The full rabbit hole, and the fix that finally held.
Read postIs Your Website Readable by AI Agents? Mine Scored 34 Percent
An audit skill scored my site 25 out of 73 for agent readability. After one session with Claude it reached 78 percent. Agents are a growing share of your traffic.
Read postWhere Local LLMs Actually Earn Their Keep: Three Real Agents
After the coding test flopped, I looked for where the local model does bring value. Three real agents from the last few days, and a rule for splitting work.
Read postSame Local Model, Opposite Settings: Configuring an LLM Per Task
Choosing the right model is half the job. The same Gemma 4 needs near-opposite settings for coding versus scanning data, and max context is usually a mistake.
Read postHow to Connect a Coding Agent to a Local Model in LM Studio
A few people asked how to wire a coding agent to LM Studio. It is genuinely simple: load the model, copy the URL, add a custom endpoint in VS Code.
Read postCan a Local LLM Handle Real Coding? Testing Gemma 4 on My Mac
Plan and build a Snake game, on a model running on my laptop. It planned nicely, opened a sub-agent, then hit a wall a cloud model cleared in seconds.
Read post
OPERATING_RULES.md: Run Your AI Agent in Auto Mode Without Losing Control
Approving every action breaks your finger, but full auto mode burns 300K tokens in half an hour. The fix is a rules file the agent must obey. My real rules inside.
Read postAdding Codex as a Second AI Code Reviewer in My Claude Code Workflow
When Claude and I are supposedly satisfied with a stage, Codex reviews the changes. Every point it raises goes back into the loop until it has no notes left.
Read post
You Cannot Do Due Diligence on Software: A Fundraising Story
We declined the investor on Tuesday. On Wednesday we found a bug that made everything we had shown him look fabricated. A story about software and luck.
Read postPlan in Claude Chat, Execute in Claude Code: A Two-Layer AI Workflow
A Claude project holds the contract and scope, produces a build spec, writes each stage prompt, and reviews every Claude Code summary. Quality jumped.
Read post
Enterprise AI Assistants: All-Knowing Copilot or Isolated Specialists?
One assistant that sees your email, Slack, and Drive, or a sandboxed specialist locked to the codebase. Least privilege is coming to AI assistants.
Read postA /document-project Command That Keeps AI Coding Agents Oriented
AI agents have no memory between sessions, so they guess. A slash command that re-documents the whole repo while you take a coffee break.
Read post
Don't miss a post
Subscribe with RSS, or follow me where the conversation happens.