You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Community-contributed knowledge base for sharing optimization techniques, experiment results, and lessons learned from AAE sessions
Agents can fetch and search the knowledge base from GitHub to inform hypothesis generation
Contributors submit entries via PR (one entry per PR, with INDEX.md update)
Three example entries included (blocked sorting, gradient accumulation, arena allocation)
AAE Program Enhancements
User assertions: The agent now formulates correctness invariants from the code and presents them to the user for confirmation during setup. Assertions are checked after every change, before benchmarking.
Subcomponent replacement: Explicitly allows replacing entire algorithms, data structures, or modules (not just incremental tuning) when the analysis supports it.