← Back to news

Show HN: CleverCrow: give tokens to your favorite projects

clevercrow.io|39 points|58 comments|by zhubert|Jun 21, 2026

🐦 CleverCrow: Empowering Maintainers via Community-Funded AI

CleverCrow Banner

Stop the AI slop. We've all seen it: a flood of low-effort, AI-generated Pull Requests from random contributors that just add more noise to your queue.

CleverCrow reverses this dynamic. Instead of strangers pushing junk, your community funds the specific issues they need, and you steer the AI agent. Nothing enters your codebase without your explicit consent.

"Little by little does the trick." — Inspired by Aesop's The Crow and the Pitcher


🛠️ How the Ecosystem Works

Maintainers can integrate CleverCrow into their repositories for free. The actual compute costs are covered by backers who pledge funds toward specific issues.

The Workflow Loop

The Step-by-Step Process

  1. Funding: Community members back a public issue. CleverCrow maintains a live comment in the thread to track the pool.
  2. Direction: You choose which funded issues to tackle. The agent stays idle until you hit Start.
  3. Planning: The agent creates a strategy in a credential-less sandbox. It has no git access and no push rights.
  4. Execution: Once you greenlight the plan, the agent writes the code and opens a draft PR on an agent/* branch.
  5. Validation: Your standard CI pipeline runs. If it breaks, you send the agent back to the drawing board.
  6. Settlement: Any remaining funds from the pool are returned to the backers' wallets.

🔍 Case Study: syrinxian/pitcher Issue #19

Issue: Pebble queue is eventually consistent; crow is immediately thirsty

StatusFunding PoolSpentBackers
🟢 Funded & Ready$5.00$0.001

The Agent's Execution Path

  • Delete the pebblebus distributed queue
  • Implement synchronous pitcher.Drop calls
  • Create table-driven tests for water level rises
  • Remove 14 unnecessary dependencies

Code Diff Example:

// BEFORE: Eventually consistent
go pebblebus.Publish(ctx, pebble) 

// AFTER: Synchronous and immediate
pitcher.Drop(pebble) 
// The crow waits for no queue

Review Feedback: @syrinxian: "There's still a goroutine retrying the old queue. The crow does not have a retry budget; it is a thirsty bird, not a microservice." \rightarrow Agent iterates to fix.


💰 The Economics of Compute

Why use this instead of traditional human bounties? Human bounties cost hundreds of dollars and often go unclaimed.

With CleverCrow, you aren't paying for a stranger's weekend; you are paying for compute and maintainer attention.

The Cost Formula

The total cost CC for a run is calculated as: C=Token Cost+(Token Cost×0.10)C = \text{Token Cost} + (\text{Token Cost} \times 0.10)

  • Token Cost: The raw cost from the AI provider.
  • Platform Fee: A 10% fee to keep CleverCrow running.
  • Refunds: If the run costs less than the pool, the remainder is returned to backers.

❓ Why not just run a local agent?

You might wonder: Why use a platform when I can run an AI on my own machine?

FeatureLocal AI AgentCleverCrow
CostYou pay for other people's bugsBackers pay for the fix
WorkflowManual prompt wrangling & copy-pastingEnd-to-end integrated loop
SecurityAgent has your local SSH/Git keysCredential-less sandbox

Three Key Advantages:

  1. Financial Alignment: You never reach for your wallet; the people who want the feature fund the tokens.
  2. Operational Ease: No terminal babysitting. One click handles the loop from Plan \rightarrow Code \rightarrow CI \rightarrow Merge.
  3. Hardened Security: Because the agent lives in a locked-down environment, it cannot touch your repo directly. A separate service applies the diff, providing a stronger boundary than local keys.

🚀 Get Started

  • Maintainers: Add it to your repo. Your first five dry-runs are free—watch the agent plan and code without pushing anything.
  • Backers: Pledge a few dollars to a specific issue or back an entire repository to cover all future needs.

Pro Tip: Backing an issue provides a "credible" invite for the maintainer. A funded pool is the most persuasive onboarding pitch a maintainer can receive.

app.clevercrow.io \rightarrow Back an issue today.