Frontier
The cases ready for the next investigation step. Perfloop defines the proof plan, runs the experiments, and drafts the interventions; you review the evidence and authorize the change.
| ID | Hypothesis | Repo / workload | Pattern | State |
|---|---|---|---|---|
| b13a4n9k2p | Resolver fans out one query per cart line item | github.com/acme/platform cart-gateway checkout | N+1 | VERIFIED |
| 4d2axyq8mw | Voice loop awaits full LLM stream before first audio frame | github.com/acme/voice-runtime voice-orchestrator voice_loop | SYNC WAIT | OPEN |
| 77f2j3vh5z | Audit search scans by status without a composite index | github.com/acme/audit-api audit-query-api audit | MISSING INDEX | VERIFIED |
| 2c8e5pq1rk | Order persist issues one small PUT per storage fragment | github.com/acme/order-svc orders-write-worker order_write | CHATTY I/O | OPEN |
| 91eebt2n6m | Sandbox cold-start imports the full ML stack eagerly | github.com/acme/sandbox-runtime sandbox-launcher sandbox_start | COLD START | NO EFFECT |
| a4f1w9k7v3 | Prefill attention materialises the N×N score matrix in HBM | github.com/acme/ml-platform inference-router llm_prefill | AVOIDABLE COPY | PROPOSED |
| 9912dg4hz5 | Agent step awaits each independent tool sequentially | github.com/acme/agent-runtime agent-orchestrator agent_loop | SERIAL WORK | REJECTED |
