Table of contents Here’s something that bothered me for quite a while before I found a fix: every time an AI coding agent runs a shell command, the full output gets dumped into the context window. All of it. The 262-line test suite output where every single test passed. The verbose git log with commit metadata you’ll […]

Read More →

Chrome shipped something quietly huge. Your real, signed-in browser can now be natively accessible to any coding agent. No extensions. No headless browser. No screenshots. No separate logins. One toggle. Here’s the official blog post from the Chrome team. The actual unlock people are glossing over I keep seeing reactions focused on “browser control” and […]

Read More →

Why the biggest problem with MCP isn’t the protocol — it’s the context window tax. And how Code Mode solves it. Table of Contents What Is MCP? A Quick Refresher Model Context Protocol (MCP) is an open standard that lets AI agents connect to external tools and services. Think of it as a universal adapter: […]

Read More →

If you’ve tried running a local model through Ollama with Claude Code and been greeted by this message: There’s an issue with the selected model (qwen3-coder:30b). It may not exist or you may not have access to it. Run /model to pick a different model. …even though the model is clearly installed and runs fine […]

Read More →

Claude Code isn’t a chatbot that suggests code. It’s an autonomous agent that inhabits your terminal, reads your entire codebase, runs commands, edits files, commits changes, and iterates until the job is done — all from a single natural language instruction. Table of contents The Fundamental Shift: From Autocomplete to Autonomous Agent To understand what […]

Read More →