Switch language한국어
Back to the list

We decreased our LLM costs with Opus | Hacker News

TL;DR AI

Key summary

2 min read
  1. A Hacker News discussion highlights an LLM routing pattern that uses cheap Haiku for triage and reserves Opus for unresolved cases.

  2. The setup aims to cut inference costs by avoiding premium-model calls for issues already known or easy to resolve.

  3. Commenters debated whether the approach is truly about reasoning, RAG, or just clever prompt and context management.

  4. The thread also discussed how to build similar routing and harness systems in Claude Code and other agent workflows.

Read the original