Inspiration

AI agents are becoming capable of researching, planning, writing code, and acting through tools. Yet many agentic workflows emphasize the final output more than explicit decision provenance.

A human can formally remain “in the loop” even after AI has already defined the route, assumptions, and exact action.

Operator Method was created to make declared decision provenance and the allocation of authority procedurally inspectable without requiring the operator to disclose a private history or decision archive.

What it does

Operator Method is an open-source skill for Codex and a local control layer for significant AI-assisted work.

The operator defines:

  • the desired outcome;
  • values and constraints;
  • exceptions;
  • prohibited changes;
  • the conditions for an acceptable result.

Codex can then research, challenge assumptions, compare causal routes, test ideas, and prepare an action.

The system explicitly separates:

  • human intention;
  • human constraints;
  • AI proposals;
  • AI critique;
  • external evidence;
  • human decisions;
  • tool actions;
  • observations;
  • corrected rules;
  • unknowns.

An AI proposal cannot silently become a human decision.

Before execution, the version 0.1 local executor presents the full bounded action and creates its deterministic action-preview hash. Separately, it presents the decision bundle—including the selected route, critique review, responsibility acknowledgement, and approved action hash—and creates a decision-bundle hash. The operator reviews the presented material and explicitly confirms the unchanged hashes.

Changing either the approved action preview or the decision bundle invalidates the previous authorization and blocks execution until a new human decision is recorded.

After approval, Codex may invoke the unchanged version 0.1 reference action once: one bounded, reversible text-file write inside the isolated case workspace. The result is observed and compared with the expectation. Any rule revision remains a separate, explicitly confirmed human decision.

Each event links to the hash of the preceding event and to the resulting state snapshot. This verifies internal sequence consistency and detects one-sided modification; it does not prove truth or identity.

How I built it

I am a self-taught, non-technical operator with no formal software-engineering education; I do not present myself as a professional developer. I developed the underlying method intuitively through repeated practice. I defined the intended outcome, values, constraints, decision rules, and acceptance conditions, detected semantic substitutions, and made the final decisions. Codex translated my free-form input into technical specifications, implemented the code, and ran the tests.

The human contribution was intention, meaning, constraints, correction, and final decision-making. The AI contribution was technical specification, implementation, testing, and bounded execution.

Before Build Week, the method had already produced a private project package. Its contents, recipient, external evaluation, and outcome remain outside this submission and unknown. A general OpenAI developer newsletter about the already-running competition arrived about four days before the deadline. The reason for that timing is unknown. That external event changed the immediate route: the private project was paused, and one bounded public layer of the method was converted into Operator Method version 0.1.

The method’s correction loop existed before I read the newsletter. I later recognized an independent structural match with its public example: practitioner corrections becoming targeted evaluations, scoped engineering tasks, and explicit regression checks. This is a chronology statement, not a claim that the newsletter caused the method or proof that the method is unique.

The frozen public snapshot passes 88 automated tests.

A recurring failure was that a technically correct result could still change the original meaning of the task. The critical failures observed during development were execution mismatches between the approved human intention and AI-produced results—not proof that the method itself had failed.

This produced the central rule:

Working code does not prove that the intended product was created.

The method made these execution mismatches visible and converted them into explicit provenance fields and regression tests.

Challenges

The main challenges were:

  • preserving human intention when the initial context is incomplete or freely expressed;
  • separating a model proposal from a human decision;
  • preventing silent changes to approved content;
  • giving AI useful autonomy without transferring authorship;
  • distinguishing a defect in the method from a defect in its technical execution;
  • separating the private source and subsequent development of the method from its public implementation.

What I learned

Human-in-the-loop is insufficient when the human merely approves a route produced by AI.

Meaningful human decision authority requires a traceable connection:

intention → alternatives → critique → decision → approval → action → observation → corrected rule.

The research question is not whether AI influences human decisions—it already does—but whether that influence can remain observable and bounded. I am investigating when AI-assisted execution expands agency without substituting for autonomy, decision authorship, responsibility, or effective human oversight.

Agency is the capacity to act and influence an outcome. Autonomy is the capacity to preserve one’s own goals and choose. Authorship identifies who originates the decision. Responsibility means accountability for its consequences. Oversight means effective human control over what the AI is permitted to do.

Operator Method makes this boundary inspectable through a repeated cycle: human intention → AI proposal → critique → human decision → bounded execution → observation → corrected rule. It also helps distinguish a defect in the method from a defect in its technical execution.

The project does not claim to create error-free decisions. It makes declared decision provenance procedurally inspectable while keeping private experience under the operator’s control. It does not authenticate identity, prove that a decision is correct, or guarantee that the represented meaning was preserved.

What’s next

Version 0.1 is the complete public scope of this submission and remains reproducible under the repository’s MIT license. Later method development, operator data, internal rules, and implementation paths are not part of this submission and remain private.

Further validation is required, but any future publication, real-world study, integration, support, or research access requires a separate purpose, scope, terms, and explicit operator approval. This submission is not a commitment to ongoing public content, unpaid support, or open-ended participation.

Built With

Share this project:

Updates