Skip to content

docs: fix README optimizer section accuracy#23

Open
vicarious11 wants to merge 1 commit intomainfrom
fix/readme-accuracy
Open

docs: fix README optimizer section accuracy#23
vicarious11 wants to merge 1 commit intomainfrom
fix/readme-accuracy

Conversation

@vicarious11
Copy link
Copy Markdown
Owner

Summary

README optimizer section was describing an older architecture. Updated to match actual implementation:

  • MAP uses batch LLM call (not concurrent per-session workers)
  • Top 100 sessions (not 30), max 50 uncached per run (not 10)
  • Added note about Ollama/cloud LLM options

🤖 Generated with Claude Code

MAP phase uses batch LLM call (not concurrent per-session workers),
top 100 sessions (not 30), max 50 uncached per run (not 10).
No ThreadPoolExecutor — single batch call with individual fallback.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vicarious11 vicarious11 requested a review from AbhilashSri April 14, 2026 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant