Autoresearch: Execution engine optimization (large in-memory query) - #4348
Autoresearch: Execution engine optimization (large in-memory query)#4348dondonz wants to merge 3 commits into
Conversation
…ptimization Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Test ReportTest Results
Code Coverage (Java 25)
|
| echo "--- Asking Claude to make an optimization ---" | ||
| CLAUDE_OUTPUT=$(claude \ | ||
| --model sonnet \ | ||
| --dangerously-skip-permissions \ |
There was a problem hiding this comment.
Yolo again!
I gave it a try with Opus and it was fine too
Use --permission-mode plan with explicit --allowedTools whitelist instead of bypassing all permissions. The agent can read files, edit source code, and run gradle (for profiling), but cannot run tests, git commit, or perform other destructive operations. The outer harness handles those. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Trying a similar concept with https://github.com/kunchenguid/gnhf (Autoresearch meets Ralph loop) |
|
Results in master...gnhf/improve-performance-2fa5e3 |
|
Hello, this pull request has been inactive for 60 days, so we're marking it as stale. If you would like to continue working on this pull request, please make an update within the next 30 days, or we'll close the pull request. |
|
Hello, as this pull request has been inactive for 90 days, we're closing this pull request. We always welcome contributions, and if you would like to continue, please open a new pull request. |
This is a bit of fun to see what Autoresearch can do
Summary
LargeInMemoryQueryPerformance.benchMarkSimpleQueriesThroughputApproach
graphql.execution.*) for fast iterationTest plan
🤖 Generated with Claude Code