Discover and explore top open-source AI tools and projects—updated daily.
UditAkhouriiAgent ideation skill for escaping reasoning convergence
New!
Top 43.5% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> ADHD addresses premature convergence in autoregressive reasoning for coding agents by enabling parallel divergent ideation. It targets engineers and researchers working on creative, interdisciplinary, or complex design problems, offering a method to escape local minima and surface novel solutions.
How It Works
ADHD employs a two-phase architecture: divergence and focus. During divergence, it spawns multiple isolated reasoning processes, each exploring the problem from a unique "cognitive frame" (vantage point) without shared context. This prevents anchoring. The subsequent focus phase uses a separate critic pass to score, cluster, prune invalid ideas ("traps"), and deepen promising survivors. This separation of generation and evaluation, coupled with diverse framing, aims to uncover non-obvious, viable solutions.
Quick Start & Requirements
npx skills add UditAkhourii/adhd), a Node/TS library (npm install adhd-agent), or a CLI (npm install -g adhd-agent).npx or npm. Authentication typically relies on ANTHROPIC_API_KEY environment variable or inherited agent auth.adhdstack.github.io.Highlighted Details
npm run evals) demonstrating significant improvements over single-shot baselines in breadth, novelty, and trap detection.Maintenance & Community
@akhouriudit).researchudit@gmail.com, LinkedIn, X/Twitter.Licensing & Compatibility
Limitations & Caveats
1 week ago
Inactive
open-thought