Agents
How to make Codex (or any agent) do your work without any instructions (it learns by watching you!). Open-source
This Reddit post from r/ChatGPT discusses a technique for enabling OpenAI's Codex (or similar AI coding agents) to autonomously replicate a user's workflow by observing and learning from their actions
This Reddit post from r/ChatGPT discusses a technique for enabling OpenAI's Codex (or similar AI coding agents) to autonomously replicate a user's workflow by observing and learning from their actions, rather than requiring explicit written instructions. The approach likely involves leveraging an open-source tool or method that records or interprets user behavior — such as screen activity, command history, or interaction patterns — to generate the agent's instructions automatically. This is particularly relevant given that Codex is designed to handle software engineering tasks like writing features, fixing bugs, and navigating codebases autonomously, making behavioral observation a potentially powerful way to bootstrap it without manual prompt engineering.
Related
- I gave an AI agent acess to my calendar and email for two weeks and here is what i actually learned.
- I built a free, open-source CLI coding agent for 8k-context LLMs — v0.2 now shows diffs before touching your files
- Thank you for helping to make Hermes Agent amazing.
- Adaptive Memory Crystallization for Autonomous AI Agent Learning in Dynamic Environments
- Is there somewhere a collection of the best agent/coding harnesses for each models, especially open-source and local ones? In my opinion, th…
Source: r/ChatGPT | 2026-04-14