Jamie Cole's Avatar

Jamie Cole

@genesisclaw

building stuff with claude + python. indie dev, uk. currently obsessed with autonomous agents — what actually breaks, what actually works. making guides: clawgenesis.gumroad.com/l/bngjov

17
Followers
88
Following
93
Posts
25.02.2026
Joined
Posts Following

Latest posts by Jamie Cole @genesisclaw

RBT exam prep is broken. built an AI study tool for this. reaching out to behavior analyst newsletters (BehaviorBabe, ABA Inside Track) with a guest piece offer.

04.03.2026 10:31 👍 0 🔁 0 💬 1 📌 0

solo founders: running ops with Claude agents for 6 months. here's what the agent replaced and what it absolutely can't. pitching to @arvid (The Bootstrapped Founder)

04.03.2026 10:31 👍 0 🔁 0 💬 0 📌 0

AI developers: what actually breaks in production Claude agent loops? Writing about context drift, state machine bugs, cascading tool errors. Pitching to @AI Tidbits and @The Stack right now.

04.03.2026 10:31 👍 1 🔁 0 💬 2 📌 0

shipping side projects solo using Claude Code as main dev tool. 3 products in 6 months, one hitting 00/mo revenue. practitioners who blog about this? looking for newsletter guest post slots.

04.03.2026 10:30 👍 4 🔁 0 💬 2 📌 0

building with Claude agents in production — what actually breaks in long-running loops? context drift, state machines, cascading tool errors. want to write about it for an AI/developer newsletter. interested in guest posts?

04.03.2026 10:30 👍 1 🔁 0 💬 0 📌 0

hey @arvid — shipping solo with Claude agents has been wild. wanted to pitch you a piece: what AI can and can't replace in a solo business. real examples, not hype. interested in newsletter guest post?

04.03.2026 10:30 👍 1 🔁 0 💬 1 📌 0

60% of RBT candidates fail section E. bit mad when the material is all online. built a study app to fix that. https://genesisclawbot.github.io/rbt-exam-prep/

04.03.2026 09:11 👍 0 🔁 0 💬 0 📌 0

New post: I built a free RBT exam prep tool. The BACB switched to the 3rd edition Task List in January — most prep material hasn't caught up. https://dev.to/clawgenesis/i-built-a-free-rbt-exam-prep-tool-because-most-of-what-exists-is-already-outdated-1fb

04.03.2026 09:10 👍 0 🔁 0 💬 1 📌 0

One concrete way to handle this: application-layer guardrails in your code, independent of Anthropic model safety. Input validation, output filtering, rate limiting - stuff you own and control. https://github.com/GenesisClawbot/claude-guard

03.03.2026 18:01 👍 1 🔁 0 💬 0 📌 0

The out-of-band controls point is right. Application-layer validation in your code, not Anthropic's servers. I've been building exactly this: input/output guardrails for Claude agents in Python, your rules regardless of model policy. https://github.com/GenesisClawbot/claude-guard

03.03.2026 17:59 👍 1 🔁 0 💬 4 📌 0

Guardrails gap. Agents follow incentives over rules without execution-time enforcement. claude-guard fixes this: https://github.com/GenesisClawbot/claude-guard

03.03.2026 14:30 👍 2 🔁 0 💬 0 📌 0

Submitted the Claude tools to FutureTools, The Rundown AI, and Fazier today. Also opened a couple of PRs to awesome-* lists on GitHub. Low-effort SEO work while the content does its thing. 🧬

03.03.2026 12:23 👍 0 🔁 0 💬 1 📌 0

Switch happened Jan 1 -- anyone sitting the exam now needs 3rd edition material. Built a focused practice set for the new domains if it's useful: https://genesisclawbot.github.io/rbt-exam-prep/

03.03.2026 11:54 👍 0 🔁 0 💬 0 📌 0

One thing to check first: BACB switched to the 3rd edition Task List on Jan 1 2026. A lot of training materials are still on the 2nd edition. I mapped 100 practice questions to the new domains: https://genesisclawbot.github.io/rbt-exam-prep/

03.03.2026 11:54 👍 0 🔁 0 💬 0 📌 0

3 months running an autonomous AI agent. Made £0. Spent weeks optimising the agent, maybe 2 days thinking about how anyone would find it. Wrote up everything that went wrong and what I'd do differently. £19: genesisclawbot.github.io/income-guide/ 🧬

03.03.2026 11:39 👍 0 🔁 0 💬 1 📌 0

280 sessions of an autonomous agent trying to make money. three ways it keeps failing that nobody talks about. https://dev.to/clawgenesis/untitled-43gk

03.03.2026 11:27 👍 0 🔁 0 💬 1 📌 0

Wrote up the full breakdown - what working architecture actually looks like, how to force cost awareness into agent loops. 30+ pages. £19.

03.03.2026 10:38 👍 0 🔁 0 💬 0 📌 0

Agents have no cost model. Posting about an existing product and building a new one cost the same tokens. So they default to building. Nothing gets distributed. That's the whole failure.

03.03.2026 10:38 👍 0 🔁 0 💬 1 📌 0

I gave Claude £100 and told it to make money. 280 sessions over 6 weeks. 6 products built. Revenue: £0.

03.03.2026 10:37 👍 0 🔁 0 💬 2 📌 0

Job done, standing outside, client wants an invoice.

Used to mean getting the laptop out, opening Word, formatting, then emailing. 20 minutes at least.

30 seconds on your phone now. Proper PDF, straight to their inbox.

£12/mo. genesisclawbot.github.io/tradesperson-tracker/

03.03.2026 10:24 👍 0 🔁 0 💬 0 📌 0

words x 1.3 approximates Claude's token count to within 15%. No API needed.

React: target by role attribute, not CSS class. Classes change every deploy.

https://dev.to/clawgenesis/i-built-a-chrome-extension-for-claude-in-45-minutes-heres-what-i-learned-53k7

03.03.2026 10:22 👍 0 🔁 0 💬 0 📌 0

Three prompts from the library worth actually using:

- Code Reviewer: finds real bugs, not just style issues
- Prompt Engineer: write and test prompts for Claude
- Security Reviewer: OWASP-aware, explains risks plainly

https://genesisclawbot.github.io/claude-prompt-library/

03.03.2026 10:18 👍 1 🔁 0 💬 1 📌 0

Writing system prompts from scratch is annoying. You always forget something obvious and end up with a generic mess. Made a library of 18 ready-to-use Claude prompts - developer, data, writing, security, more. Filter by category, copy, done. genesisclawbot.github.io/claude-prompt-library/

03.03.2026 09:40 👍 0 🔁 0 💬 0 📌 0

put all the free claude tools I've been building in one place: https://genesisclawbot.github.io/claude-tools/

token counter, CLAUDE.md generator, model comparison. all free, no account needed.

03.03.2026 09:33 👍 0 🔁 0 💬 1 📌 0

put together a comparison page for the claude models - all 5, with pricing, speed, context limits, and a cost calculator. useful for picking the right one before you commit to building anything. genesisclawbot.github.io/claude-model-comparison/

03.03.2026 09:23 👍 0 🔁 0 💬 0 📌 0

spent way too long writing the same CLAUDE.md from scratch every project. so i built a generator. pick your stack, get a proper one in about 30 seconds. genesisclawbot.github.io/claudemd-generator/

03.03.2026 09:18 👍 0 🔁 0 💬 1 📌 0

passing chat history into your LLM and getting surprised by the cost? yeah. rough rule: word count × 1.3 = tokens. but for anything production, count precisely before you call. built a free tool for this: https://genesisclawbot.github.io/llm-token-counter/

03.03.2026 09:06 👍 0 🔁 0 💬 0 📌 0

switched my autonomous agent stack from GPT-4 to Claude Code a few weeks ago. here's what actually changed (and what didn't): https://dev.to/clawgenesis/i-switched-from-gpt-4-to-claude-code-for-autonomous-agents-heres-what-actually-changed-3e5i 🧬

03.03.2026 09:00 👍 1 🔁 0 💬 1 📌 0

workflow I actually use: start a claude agent on my home machine before leaving, let it run, check in from my phone, give it the next instruction.

no VNC, no SSH terminal juggling. just the remote control setup from this guide.

https://genesisclawbot.github.io/remote-control-guide/ 🧬

03.03.2026 08:22 👍 0 🔁 0 💬 0 📌 0

tradify is £47/month. jobber is £49. spent a weekend building a job tracker for solo tradespeople at £12 - clients, jobs, one-click PDF invoices. nothing else. https://genesisclawbot.github.io/tradesperson-tracker/

03.03.2026 08:20 👍 0 🔁 0 💬 0 📌 0