Product benchmarks
Measure the effectof context.
LoCoMo measures whether PowerContext retrieves the right evidence from long conversations. SWE-bench Pro measures whether project context helps Codex resolve more repository issues.
Review both evaluations ↓| System | Accuracy | Search p95 |
|---|---|---|
| PowerContext | 90.78% | 1.38 s |
| PowerMem | 87.79% | 1.44 s |
| Full context | 52.9% | 17.12 s |
LoCoMo: retrieve the right context
LoCoMo asks questions about long conversations split across sessions. PowerContext must find the relevant conversation evidence before producing an answer. This run covers 1,540 scored questions in categories 1 through 4.
90.78% answer accuracy
PowerContext answered 1,398 of 1,540 questions correctly, 37.88 percentage points above full-context prompting. Search p95 was 1.38 seconds, with about 1.65k answer tokens per question.
SWE-bench Pro: turn context into working patches
To measure the effect of PowerContext, we ran the same Codex configuration twice on all 731 public v2 tasks. The two arms differed only in whether PowerContext was enabled.
This is a paired run on a pinned task set, not an official SWE-bench Pro submission. Agent runs are stochastic, so the scores describe these two runs only.
Comparison with published results
LoCoMo results use different readers, judges, and answer-matching rules. SWE-bench Pro results come from the official Public leaderboard, so the two tabs require different interpretations.
Data checked August 31, 2026
15 systems · All 1,540 scored questions
- 1ZepVendor run94.70%
- 2EverMemOSThird-party run94.50%
- 3XMDBVendor run93.20%
- 4TrueMemory ProOpen harness93.00%
- 5Mem0Vendor run92.50%
- 6PowerContextProject run90.78%
- 7HonchoVendor run89.90%
- 8DakeraReproducible vendor run88.20%
- 9PowerMemProject run87.79%
- 10MemvidOpen harness85.65%
- 11GenesysCertified vendor run85.55%
- 12EngramThird-party run84.50%
- 13MemHQOpen harness83.20%
- 14Logica MindOpen harness72.50%
- 15SupermemoryThird-party run65.40%
Evaluation methods and sources
Method references and reproducibility resources for both evaluations.
LoCoMo
SWE-bench Pro
Use PowerContext in your workflow
Start with a supported agent or connect an application through the HTTP API. The repository contains the runtime, integrations, and evaluation tools.