Building an Autonomous Reddit Karma Loop
AI Jasongo watch the original →
the gist
An agentic workflow for warming up founder accounts on Reddit by using a personal wiki for grounded content generation, thread filtering, and automated self-reflection.
Grounding Agents in Personal Knowledge
To avoid generic AI responses that trigger Reddit's anti-bot filters, the author uses a personal wiki to ground agent outputs. This wiki aggregates the author's past content, bookmarks, and specific viewpoints. An automated ingestion loop continuously scans new bookmarks and personal content to keep the knowledge base current. The agent is strictly enforced to only post comments that align with these documented positions, ensuring the tone and perspective remain consistent with the founder's actual voice.
Filtering and Execution Strategy
Rather than relying on global Reddit search, which often returns high-karma noise, the system targets a specific list of subreddits to fetch fresh threads. The agent applies a strict three-part quality gate to every potential thread: the post must be less than 48 hours old, the subreddit must have a neutral or positive sentiment, and the agent must have a pre-existing, grounded position in the wiki to answer the prompt. To mimic human behavior and avoid detection, the agent uses randomized posting times throughout the day rather than a fixed schedule. The system uses the OpenCRI tool to interface with Reddit via a real browser and credentials, bypassing common API restrictions.
Self-Correction and Evolution
To improve performance over time, the system implements an automated 'evolve' loop. After a set number of runs, the agent reviews its past posts and their associated engagement metrics. It uses this data to adjust its strategy, such as proposing new subreddits or refining the type of content that receives the most traction. This feedback loop allows the agent to accumulate knowledge and optimize its behavior without manual intervention.