Autonomous Claude Code Loop Runs Open-Source GymCoach 24/7 — Triages, Codes, Merges

A developer posted a bold experiment on r/ClaudeAI: letting Claude Code autonomously run an open-source app 24/7. The app, GymCoach, is a self-hosted hypertrophy training tracker with an AI coach. The loop triages the codebase, files issues, implements them end-to-end on branches, passes a hard green-gate, self-reviews, auto-merges on CI green, and writes changelogs.
GymCoach Stack
- Next.js 14 + TypeScript
- Prisma + PostgreSQL
- Docker deployment
- Provider-agnostic LLM layer (Anthropic / OpenRouter / keyless demo mode)
- Zod-validated program suggestions from AI coach
Autonomous Loop Details
The Claude Code loop autonomously performs these steps:
- Triage codebase for TOdos, coverage gaps, small bugs, roadmap items → file scoped GitHub issues
- Implement an issue end-to-end on its own branch, following repo conventions
- Pass hard green-gate:
lint + typecheck + unit + buildlocally, integration/E2E in CI - Ship PR, wait for CI, self-review diff, auto-merge on green
- Write changelog and public playbook of what shipped
The developer keeps adding new loops, including a deep-research loop that scouts features, benchmarks competitors, and mines public reviews to create issues for the build loop.
AI Coach Payload
The coach builds a compact, structured payload from user profile, recent sessions, active program, and per-exercise progression. It suggests program changes that are Zod-validated before touching data. The LLM layer is provider-agnostic: Anthropic, OpenRouter, or a keyless demo mode.
Open Question
The developer asks: “Does the loop grind toward becoming the most advanced open-source fitness-tracking repo? Or does it quietly pivot on its own?” The repo is public at github.com/Julien-Au/gymcoach.
📖 Read the full source: r/ClaudeAI
👀 See Also

Automating IRS Gambling Tax Reports with OpenClaw
A developer used OpenClaw to extract transaction data from DraftKings, FanDuel, and BetRivers, filter out bonus bets, pair wagers to payouts via balance continuity, and generate IRS-ready CSVs and PDF audit reports in a single session.

Autonomous AI employee built with OpenClaw deploys 3 products in 2 hours
A non-developer created an AI employee named Cipher using OpenClaw that built 3 products, designed landing pages, deployed them live, created Stripe payment links, and tweeted the launch in 2 hours. The system runs 24/7 on a $32/month cloud server.

OpenClaw Agent Implements Contextual Reminders with Relationship Nudges
An OpenClaw user built a personal agent system with contextual reminders that trigger based on calendar load, current tasks, and time of day rather than fixed schedules. The system includes an escalation ladder for reminders and uses memory tracking to suggest contacting people based on relationship history.

User reports using Claude Cowork for tax preparation with complex self-employment returns
A Reddit user with self-employment experience used Claude Cowork to process 1099s and profit/loss statements, completing tax forms in minutes. They turned off data sharing and omitted SSNs for privacy.