Benchmarks
Real measurements, real tasks
10 runs × 2 conditions × 2 task types, all with Claude Opus 4.6. No cherry-picking — every run is shown.
Single-Issue Task
Investigate one issue, implement a fix
Given an issue requesting i18n (internationalization) support, the AI investigates the codebase and produces an implementation plan. A focused task that represents typical day-to-day AI-assisted development.
Token consumption per run
ghfs makes AI behavior more stable and efficient
With ghfs, the AI skips the tool call to fetch the issue and reads it directly from disk. This reduces token consumption by 14% on average while making behavior significantly more consistent across runs (CV 37.3% → 22.2%).
Multi-Issue Task
Cross-cutting research across all open issues
The AI reads all open issues, analyzes priorities, and produces a roadmap report. This is where ghfs changes the game — because issues are pre-fetched in the background, the AI makes zero API calls during the task.
Token consumption per run
Tokens increase by 49% — here's why that's a trade-off, not a problem
ghfs provides all issue data at once, which uses more tokens than selectively fetching a subset via CLI. However, it delivers complete coverage (26 vs 23 issues), more consistent behavior (CV 28.9% → 15.3%), and zero external API calls.
Want even fewer tokens? We're already on it.
Our roadmap includes features that let the AI load only the issues it needs — dramatically reducing this trade-off.
See what's coming ↓Coming Next
The best of both worlds
Planned features that will eliminate the multi-issue token trade-off while keeping all the benefits.
Query Files
Load only the issues you need with condition-based filtering. Query for specific labels, states, or keywords — solving the multi-issue token increase.
Semantic Search
Find related issues intelligently using embeddings and vector search. Instead of reading every issue to find connections, the AI asks a question and gets the relevant issues back — no full scan needed.
Methodology
| Model | claude-opus-4-6 (Claude Code default) |
| Version | Pre-release |
| Runs | 10 per condition |
| Conditions | ghfs enabled vs disabled |
| Task 1 | Single-issue: given an i18n request, investigate and produce implementation plan |
| Task 2 | Multi-issue: analyze all open issues and produce priority roadmap |
| Fair conditions | Clean working state, identical prompts, no cached conversations, prompt cache warmed before measurement |