Fuck Big Tech vs OpenCode Manual Routing

OpenCode is an agent harness. Manual routing is a habit. Fuck Big Tech is the shared memory, policy, and telemetry layer around both.

Last updated:

OpenCode is a harness. Manual routing is a workflow habit. Fuck Big Tech is the operating layer that makes routing measurable and repeatable.

If you already use OpenCode and manually decide which model gets which task, you are doing the right instinctive thing. The problem is that instinct does not create an audit trail.

Fast comparison

CapabilityOpenCode / manual routingFuck Big Tech
Coding harnessYesWraps it
Human decides modelYesCan record and enforce policy
Shared memory across harnessesDepends on user disciplineBuilt into the workflow
Route telemetryUsually missingRequired
Memory freshness checksUsually missingBuilt into degradation tests
Cost lane auditManualStructured
Regression corpusManual or absentFirst-class

Manual routing can work for one person on one task. It gets fragile when you need consistency.

The core difference

OpenCode helps you do the work.

Fuck Big Tech helps your whole AI workflow remember:

  • what tool did the work
  • what model or lane was chosen
  • why that lane was chosen
  • what memory was read
  • what was written back
  • whether the outcome was good
  • whether future routing should change

That is the difference between a good session and a system that improves.

Why this matters for teams

Teams do not just need “use local when possible.” They need policy.

Examples:

  • routine summarization can go local
  • privileged legal documents cannot go to personal accounts
  • final external copy needs human review
  • browser actions need side-effect gates
  • paid model usage should explain itself

FBT turns those rules into checks and records instead of vibes.

The benchmark angle

The benchmark is the proof layer.

Before changing skills, routing, qmd, memory, or hook behavior, run the degradation suite. That catches cases where the system still “works” in the obvious demo but silently loses source truth, stale-index detection, or handoff precedence.

That is what manual routing usually misses.

Quick Answers

Does Fuck Big Tech replace OpenCode?

No. OpenCode is a coding harness. Fuck Big Tech is the memory, routing, and guardrail layer that can wrap OpenCode along with Claude, Codex, and local models.

Can I manually route tasks without FBT?

Yes, but manual routing usually lacks telemetry, regression tests, source verification, and shared memory across sessions.

What does FBT add to manual routing?

It records why a lane was chosen, whether the outcome worked, what memory was read or written, and whether the system degraded after changes.