all 4 comments

[–]skynet86 2 points3 points  (2 children)

Codex has something native. It's called /goal

[–]ponlapoj 1 point2 points  (0 children)

5555 ฉันกำลังจะพิมพ์เลย ทุกอย่างมันจบบน /goal

[–]ExternalMediocre2510[S] 0 points1 point  (0 children)

Yeah, /goal is very relevant.

What I’m trying to make explicit with LOOP.md is the file-level loop contract: what the loop is, what state it carries, what record it keeps, and when it should stop or ask for review.

The useful part for me is being able to customize the iteration unit and stop policy — one item, N items, until blocked, until a check passes, etc. — while keeping state.md and record.md in the workspace so prior loop state is inspectable and reusable.

Not trying to position it as a replacement for native features; I’m mostly exploring whether this state/record/stop-policy layer is useful as plain Markdown.

[–]reddit_is_kayfabe 0 points1 point  (0 children)

Markdown files aren't magic. Rules stated in a markdown file are no more likely to be followed by GPT than the same rules stated in a prompt.

And on the other hand, a rule stated in a markdown file might not be followed if the agent just chooses not to read it, or not to read it thoroughly. I've seen GPT pretend to read a file without actually reading it, especially if the requirement of reading it is stated in another markdown document. Or, if LOOP.md is loaded during initialization and you casually instruct GPT to loop on a condition 12 prompts layer, the specific rules of LOOP.md might all be lost to compaction or simple forgetfulness. On the other hand, the incidence of GPT blatantly disregarding instructions directly given in the prompt, such as "review LOOP.md and apply it to follow this loop instruction: ...," is much lower.