Skip to the content.

Local-first developer running models on their own hardware — BLOCKED

Runs models on a laptop or a single box, for privacy, cost, or because the network is not always there. They already have llama.cpp or Ollama working and they measure things in tokens per second. This is the segment where fak’s ambitions collide hardest with reality: it wants to be the engine, and on the engine’s own axis it loses to the thing they already run.

facet weight w_eff verdict β load vs
Run integrity 0.05 +1.00 CRUISE +1.00 +0.50 an agent loop that trusts its own completion report
Observability 0.05 +0.64 CRUISE +0.67 +0.17 OpenTelemetry GenAI tracing (LangSmith, Langfuse, OTel)
Session longevity 0.15 +0.45 DRIFT +0.76 +0.50 no context management – run until the window fills
Token economy 0.15 +0.42 DRIFT +0.75 +0.50 tuned warm per-agent KV cache
Portability 0.15 -1.20 REGRESSIVE -0.57 +0.50 llama.cpp serving GGUF locally
Steady-state ops 0.05 -1.52 REGRESSIVE -0.75 +0.50 llama.cpp serving GGUF locally
Raw speed 0.35 -4.35 REGRESSIVE -1.06 +0.50 llama.cpp serving GGUF locally
Injection control 0.05 ? NEVER MEASURED

Run integrity — +1.00 (CRUISE)

When you are not watching, does the run end in a state you can trust and resume?

Observability — +0.64 (CRUISE)

After the fact, from one artifact, can you reconstruct why it did what it did?

Session longevity — +0.45 (DRIFT)

How long can one session keep going before context forces you to start over?

Token economy — +0.42 (DRIFT)

For the same delivered work, how much of the input-token bill does it remove?

Portability — -1.20 (REGRESSIVE)

Once you adopt it, what can you still swap out – model, backend, agent, host?

Steady-state ops — -1.52 (REGRESSIVE)

After you have adopted it, what does it cost every month to keep it running?

Raw speed — -4.35 (REGRESSIVE)

How fast do tokens actually come out, against the hardware’s physical limit?

Injection control — never measured (weight 0.05)

the formal-isolation tier costs more to deploy than this buyer’s whole 12h tolerance, so it cannot be their next-best option, and nobody has measured ASR against what they would actually use.

Next: run AgentDojo with the local agent’s own approval prompts as the alternative arm