Claude Code "model overloaded": what to do
Claude Code shows an overloaded message when Anthropic's API returns HTTP 529. Tell that apart from a 429 rate limit and from a plan usage limit.
Filtering by topic #claude-code · clear
Claude Code shows an overloaded message when Anthropic's API returns HTTP 529. Tell that apart from a 429 rate limit and from a plan usage limit.
How the unlazy skill stops an agent declaring done early: the Depth Tree, gates files, the PLAN.md contract, install steps, and what the depth costs you.
Claude Code is Anthropic's terminal coding agent. What it does, where it runs, what a plan costs, and why it is not a chat window or an IDE.
An Obsidian vault is a folder of markdown, so Claude Code can refile and audit notes. Here is the VPS setup and the permission rules that stop bulk rewrites.
An output style edits Claude Code's system prompt, so it shapes every reply. What the built-in styles do to your transcript, and how to write your own.
You paid for a higher Claude plan and still hit the same wall. Work through the checks in order: billing timing, account mismatch, org seats, stale CLI login.
An agent harness is the program around the model: the loop, the tools, the permissions and the session state. How it differs from a model and a framework.
Claude Code on Team and Enterprise: what each seat includes, the seat prices published in August 2026, and when paying per token costs less.
Cowork runs in an Anthropic sandbox and touches folders you connect. Claude Code runs on your machine or VPS. Where each one fits, checked August 2026.
DeepSeek Harness, Claude Code and Omnigent compared on architecture, model coupling, licence and maturity, plus what each one takes to run on a VPS.
Resume a Claude Code session by name or from the picker, and find the plaintext transcripts it leaves behind on the machine where the agent ran.
Claude Code hooks run whether the model agrees or not. Where they live, which events fire, what exit code 2 does to a tool call, and the security cost.
Point Claude Code at Amazon Bedrock or Google Vertex AI: the environment variables, where credentials come from, who gets billed, and what you give up.
Convert a PDF, EPUB or folder of internal docs into an agent skill your coding agent loads on demand: install, token budget, headless runs, licensing.
Write your own agent skill by distilling one real failure: the SKILL.md anatomy, the description line that decides when it fires, and how to test it.
Your instruction file says stop and the agent does it anyway. The mechanics behind that, and a diagnosis you can run before you rewrite the rule again.
What a Claude Code plugin is, where it lives, how to install one, and what it really costs: nothing for the mechanism, tokens for everything it loads.
Auto mode becomes the Claude Code default on 14 August 2026. What each permission mode does, and which one a server you cannot watch deserves.
One Claude Code session can send text to another on the same VPS. What ListAgents and SendMessage do, when a second session helps, and why messages get held.
Three ways to give a coding agent context, and one rule for picking. See what a skill, an MCP server and a rules file each cost in tokens and upkeep.
A Claude Code plan pays for itself in recovered hours. Here is the arithmetic at your own rate, the cases where it fails, and the VPS cost nobody counts.
What runs natively on Linux today: the beta desktop app from apt, the Claude Code CLI, editor plugins, and which paid plan covers each one.
Yes, on Pro, Max, Team and Enterprise, and no on the free plan. See what shares your usage window, and when an API key quietly bills you instead.
Copy a skill into eight repos and the copies drift. Treat skills like dependencies: one shared repo, and a version each project pins and reviews.
Claude Code spend trackers answer different questions. Compare local log parsers against the built-in usage screens and your own OpenTelemetry stack.
Hit a Claude usage limit? Work out which window you are waiting on, then pick a route: smaller model, smaller context, usage credits, or the API.
Anthropic lists Claude Code in US dollars. Your bill adds a card conversion markup and local VAT or GST. Here is the arithmetic, country by country.
An agent skill is a folder with a SKILL.md file that loads only when your request matches it. Why that beats one giant prompt, and how it differs from MCP.
The statusLine setting runs a script and prints its stdout under the prompt. Show hostname, directory, git branch and model, so you edit the right server.
Claude Code costs $20 a month on Pro, $100 or $200 on Max, or per token with API credits. Prices as of August 2026, with a worked monthly estimate.
Claude Max sells at two prices: 5x Pro usage or 20x. The models and features match. Here is what the multiplier means and which tier fits your work.
What MiMo-Code actually is: Xiaomi's MIT-licensed terminal coding agent, forked from OpenCode. Read the self-reported benchmark claims before you switch.
Ponytail makes a coding agent take the smallest change that works. What it ships, what its own benchmarks show, and how to copy the rule today.
Recall is a fully local plugin that logs each Claude Code session and condenses it into a resumable summary. Set it up on a VPS and measure the saving.
An agent holding your API keys can leak them in one tool call. Give it scoped short lived tokens behind a credential gateway, never the real keys.
Claude Code runs in tmux on a VPS and your phone is only the window. SSH keys, mosh for flaky mobile data, tmux attach, and the keyboard fixes that matter.
Loop engineering means designing the trigger, boundary, verification and budget an AI agent repeats, instead of writing one clever prompt. A plain definition.
Seat math for a 3 to 15 person team as of July 2026: standard and premium seat prices, when an API key beats a seat, and worked examples at 5 and 12 people.
AGENTS.md is the README your coding agent reads. What belongs in one, what never does, how CLAUDE.md fits, and a starter template to copy.
AI coding agents belong on a machine you can destroy. Blast radius, clean state per task, snapshots, and the VPS pattern that keeps it cheap.
Terminal agent, editor assistant or cloud agent? Compare Claude Code, Cursor, Codex and Copilot by how each one works, what they cost, and where a VPS fits.
Metered API billing or a flat plan? Here is the break-even arithmetic on current per-token rates, and what moves it further than the plan fee does.
Opus 4.8, Sonnet 5 or Haiku 4.5? The July 2026 rates per model, a worked cost comparison on 100,000 jobs, and the settings that move a bill most.
Every turn re-sends your whole context, so a long session slows down and costs more. Read /context, cut the fixed tax, then clear and compact with intent.
Switching models does not restore access. How Claude subscription session and weekly limits differ from API 429 rate limits, and what to do next.
Claude Code can run any command your user can. What the skip permissions flag changes, and how to contain the blast radius, from sandbox to disposable VPS.
Run Model Context Protocol servers on your own VPS so AI agents get real tools: stdio and remote HTTP transports, systemd, TLS, auth, and every failure mode.
A Claude token is about 3.5 characters of text. Here is why one Claude Code turn bills 80,000 of them, and why five idle minutes make the next turn cost 5x.
Free, Pro, Max, Team or Enterprise? Match the 2026 tiers to the way you work: which plans include Claude Code, and when Team beats five Pro accounts.
Run Claude Code on an always-on Linux VPS inside tmux so agent sessions survive a dropped SSH connection. Install, harden, and the failure modes to expect.