Skip to main content
Back to Blog

Notes from the ridge

Chasing AI Ops on Solana: My AgenC Adventure

March 24, 20265 min read
blink ops interface
Share:𝕏

The goal? A "control center" where agents handle crypto income streams like swaps, yields, or even memes while I'm on Pizza Hut shifts. AgenC caught my eye with its privacy-first ZK proofs: claim tasks privately, prove publicly, earn lamports. Perfect amid the Grok and OpenClaw buzz flooding X (API keys getting leaked left and right). Grok is really fast and my favorite model to experiment with.

Setup was a breeze at first:

  • Grabbed the @tetsuo-ai/sdk, wired in Anchor and web3.js.
  • pnpm dev fired up TSX with hot reloads.
  • Polling and claiming stubs ran smooth—operator ready to roll.
  • Sketched a Phase 2 plan: fund devnet wallet, stake small, scale to mainnet.

Then the wild west hit:

  • Fake IDL broke everything (needed the real SDK export).
  • Devnet RPC failed hard (AgenC lives on mainnet—rookie move).
  • Registration and proofs were stubs—no PDAs, no prover.ai magic.Stalled at 80%. Testing logs stacked up: "program not found," endless dry runs.

But the learnings? Pure gold.

  • PDAs for agent IDs, ZK proofs for private task magic.
  • Mainnet RPC (or Helius) is non-negotiable; prover costs add up quick.
  • AgenC shines for privacy tasks but needs multi-agent fleets for real income.

The small things count. Now git's clean, docs merged into STATUS.md and PROBLEMS-FIXES. Paused, but I'm proud. This is frontier work: testing builds the muscle.

Employer, fellow dev, or agent explorer.. thanks for reading! Share if it clicks, hit me up to chat. Most of all, keep spinning up projects that excite you. AI's wild, but builders thrive. ⚡

More Posts

September 9, 20263 min read

Case study: Shipping rbthompson.dev

Next.js 15 + Payload so I can ship copy without a deploy for every edit. Year and project counts stay off this page — not because they’re false, because they’re not verifiable here.

Case Study
Next.js
Payload
September 9, 20264 min read

Case study: Helix Hustle

Phone PWA for money and career. Describe-only: income, bills, expenses, job pipeline — and money math that never hits a model.

Case Study
PWA
TypeScript
September 9, 20264 min read

Case study: Helix Library

A localhost OPAC I actually run — files, catalog, Ask, Acquire. What I refused: social, forced cloud, marketplace.

Case Study
Next.js
SQLite