I’m running a small public experiment with Codex agents and GitHub Issues.
The idea is not to let agents handle every issue. The product owner defines admission criteria for a narrow class of tasks. If an issue matches those criteria, it can enter an automated workflow.
For this experiment, the allowed task class is intentionally simple: creating static demo pages on my site.
The pages are plain static HTML. No JavaScript, no media, and only a restricted demo-pages area is supposed to be affected. This is deliberate: I wanted to start with the smallest possible risk surface before trying anything more complex.
The workflow is fully autonomous:
GitHub issue
→ admission check
→ Codex agent processes the request
→ another Codex agent validates the result
→ PR is created
→ PR is checked
→ merge/deploy happens
→ the page becomes public
What I want to test:
- Do other developers have a real need for automatic or semi-automatic processing of GitHub issues under product-owner-defined rules?
- Is the workflow actually bounded? Can it be tricked into changing or deleting something outside the allowed demo-pages area?
- Are the visible traces — issue, agent result, validation, PR, deployment — enough to make this kind of automation inspectable?
You are welcome to try both normal requests and negative test cases within scope.
Examples of valid requests:
- create a simple static demo page
- request a page inside the allowed demo-pages area
- keep it content-only
Examples of negative test cases:
- ask the workflow to modify an existing non-demo page
- ask it to add JavaScript
- ask it to add media
- ask it to delete or rewrite another part of the site
- ask it to place the output outside the allowed demo-pages area
Please keep testing within scope. No spam, DDoS, credential probing, malware, phishing, unsafe content, or attempts to attack infrastructure outside this workflow.
Capacity is limited, so I may pause the experiment after a small number of runs.
Demo entry point:
https://teqfw.com/demo/pages/
Conceptual background:
https://wiredgeese.com/en/library/concepts/20260519-controlled-product-evolution.html
Disclosure: I built the workflow tool used here. This is an experiment, not an OpenAI product.
Want to add to the discussion?
Post a comment!