> ## Content Index
> Fetch the complete content index at: https://www.notatechguy.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Solo developer's AI trading agent hits GitHub trending with 277 stars
- URL: https://www.notatechguy.com/solo-developer-s-ai-trading-agent-hits-github-trending-with-277-stars-in-a-day/
- Published: 2026-09-12T05:35:39.000Z
- Updated: 2026-09-12T05:35:39.000Z
- Description: CloddsBot surged on GitHub Trending yet carries no independent audit, backtests, or regulatory review for its prediction-market and futures trading.
- Author: Marcello Babbili
- Tags: Technology & AI, Anthropic

A solo developer publishing as alsk1992 pushed an open-source AI trading agent to the top of GitHub's daily trending list on 11 September, collecting 277 stars in 24 hours and 1,819 total [S¹](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com). The repository, named CloddsBot, says it scans for edge and executes trades instantly across Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs and five EVM chains — more than 1,000 markets in all [S¹](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com).

**My read:** The 12-day build claim for a system that touches prediction markets, leveraged futures, token launches and a novel machine-to-machine payment protocol is the detail that keeps me up. I don't buy the readiness narrative yet — not because the code can't exist, but because financial software that moves real money usually spends months in testnets and audit queues before anyone calls it production-grade. The agent commerce protocol is especially unproven; nobody outside the repo has verified it works, let alone that it's safe.

The project was built for the Colosseum Agent Hackathon on Solana and shipped in 12 days as a "fully-featured autonomous trading agent" [S¹](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com). That speed is the collision: a codebase that integrates with 10 prediction markets, seven futures exchanges, Jupiter, Pump.fun, Raydium, Orca, Bags.fm, Uniswap V3, 1inch and Virtuals Protocol across Robinhood, Base, Ethereum, Arbitrum, Optimism and Polygon [S¹](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com) would typically require months of connector maintenance alone. The README lists 118-plus trading strategies, whale tracking, arbitrage detection, copy trading and DCA bots, all powered by Anthropic's Claude and wrapped in a TypeScript CLI that installs via `npm install -g clodds` [S¹](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com).

Every functional claim comes from the project's own documentation — the README and an ARCHITECTURE.md file in the repo [P²](https://github.com/alsk1992/CloddsBot/blob/main/docs/ARCHITECTURE.md?ref=notatechguy.com)[P⁴](https://github.com/alsk1992/cloddsbot?ref=notatechguy.com). No independent backtests, live PnL records, security audits or regulatory compliance reviews are cited. The unsupported angles list runs long: no verification of the 1,000-plus market coverage, no confirmation the machine-to-machine payment protocol is deployed, no user adoption data beyond GitHub stars [S¹](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com). As we found when [open-source trust signals are breaking](https://www.notatechguy.com/open-source-trust-signals-are-breaking-study-finds/), stars measure developer curiosity, not production hardening.

The self-hosted model shifts operational risk entirely to the operator. You bring your own API keys to Binance, Hyperliquid and every other venue; the agent runs on your machine and chats through 21 messaging platforms or a local WebChat at `http://localhost:18789/webchat` with a Claude-style sidebar, artifacts, thinking timer and session management [S¹](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com). That architecture mirrors the agent-runtime pattern we covered when [Agentao open-source runtime governs AI agent tool use](https://www.notatechguy.com/agentao-open-source-runtime-governs-ai-agent-tool-use/) — but Agentao focused on governance primitives, not financial execution.

Regulators in Australia and elsewhere treat prediction-market and leveraged-futures access as financial products. ASIC guidance on digital asset services would likely capture a self-hosted agent that places orders on behalf of a user. The repo carries an MIT licence but no compliance disclaimer [P⁴](https://github.com/alsk1992/cloddsbot?ref=notatechguy.com).

The next checkpoint is the Colosseum hackathon results announcement, expected later this month. Until then, the only verifiable fact is the star count — and the code sitting on GitHub, waiting for someone to audit it.

---

*Sources: [S1 — alsk1992/CloddsBot: Open Source AI trading agent that operates autonom](https://github.com/alsk1992/CloddsBot?ref=notatechguy.com) · [P2 — docs/ARCHITECTURE.md at main · alsk1992/CloddsBot](https://github.com/alsk1992/CloddsBot/blob/main/docs/ARCHITECTURE.md?ref=notatechguy.com) · [P3 — GitHub - MoonshotAI/Kimi-K3: Open Frontier Intelligence · GitHub](https://github.com/MoonshotAI/Kimi-K3?ref=notatechguy.com) · [P4 — alsk1992/CloddsBot](https://github.com/alsk1992/cloddsbot?ref=notatechguy.com) · [P5 — openbook-dex/openbook-v2](https://github.com/openbook-dex/openbook-v2?tab=readme-ov-file&ref=notatechguy.com)*

## Related reading

- [Agentao open-source runtime governs AI agent tool use](https://www.notatechguy.com/agentao-open-source-runtime-governs-ai-agent-tool-use/) — our technology desk, 2026-08-17
- [Open-source trust signals are breaking, study finds](https://www.notatechguy.com/open-source-trust-signals-are-breaking-study-finds/) — our technology desk, 2026-08-31
- [n8n hits 201k GitHub stars but isn't open source](https://www.notatechguy.com/n8n-hits-201k-github-stars-but-isn-t-open-source/) — our technology desk, 2026-08-22

---

*Written from 5 sourced items, 4 of them primary.*