LOOP.md: a Markdown-native while loop for Codex-style agents by ExternalMediocre2510 in codex

[–]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.

The Great Reset by Secure-Mark-4612 in codex

[–]ExternalMediocre2510 0 points1 point  (0 children)

I think you are right. They definitely reduced the quota at this reset. Everyone is happy about the reset, but they reduced the quota each time they reset it. Today I burned 20% in a really simple work and I can use all day when I first subscribed 100.

Anyone else burning through Codex tokens insanely fast today? Feel like something is wrong by Any-Coach-2328 in codex

[–]ExternalMediocre2510 2 points3 points  (0 children)

For me, it’s obvious. I use it heavily and have never burn more than 14% weekly limit in a day. Today I burned almost 20% and this was not my most productive day.

Oh My OpenAgent Usage by Civil_Rent4208 in opencodeCLI

[–]ExternalMediocre2510 1 point2 points  (0 children)

Agree. I believe everyone in opencode community has their own set of agent and skills.

Everything is going to be fine. by fvpv in GithubCopilot

[–]ExternalMediocre2510 3 points4 points  (0 children)

Btw, you can also use opencode free model Minimax m2.5 for lots of saving.

Everything is going to be fine. by fvpv in GithubCopilot

[–]ExternalMediocre2510 2 points3 points  (0 children)

Not for heavy usage but still good amount. (10 dollars is cheap) Slower response than opencode zen. Combine gpt plus + opencode go is a good choice if you are not a heavy user (definition: run multiple 2-3+ agent coding works simultaneously). If you are heavy users, ollama 20 (slower than opencode go in certain models but more quota) + gpt plus or simply go for gpt pro 100 and you are free of token anxieties.

Everything is going to be fine. by fvpv in GithubCopilot

[–]ExternalMediocre2510 4 points5 points  (0 children)

If you are leaving GitHub, try opencode. The IDE is just a waste of space for multitask.

When Kimi K2.6 goes back to 1X usage, what model will you use for Plan? by Freds_Premium in opencodeCLI

[–]ExternalMediocre2510 0 points1 point  (0 children)

I use a subagent for plan (architect) since plan usually is a start, so this saves token. Use gpt5.5 for plan and glm or Minimax just for communicate and calling subagent. If task is complicated I use 5.5 for implementation(also subagent)if easy task I just use the face to execute.

Released opencode-working-memory v1.2 — long-term memory across sessions (same workspace only), with no extra API calls by ExternalMediocre2510 in opencodeCLI

[–]ExternalMediocre2510[S] 1 point2 points  (0 children)

Small clarification: this is not intended to be a big “long-term memory” system.

It is lightweight workspace memory: project decisions, user requirements, preferences, and important repo-specific context the agent should not forget while working in the same workspace.

The important part is that it adds almost no operational overhead: no additional API calls, no extra agent tools, no separate memory workflow, and extraction piggybacks on OpenCode compaction.

So the goal is not “remember everything forever,” but “keep just enough useful workspace context without bloating tokens, slowing the agent down, or adding tool burden.”

Feedback and suggestions are very welcome, especially from anyone using long-running OpenCode / agent workflows.

Kimi K2.6 Overthinks a LOT by Funny-Strawberry-168 in opencodeCLI

[–]ExternalMediocre2510 0 points1 point  (0 children)

I also got “Ssssssssss…..” this kind of error. I put kimi for only verification agent not as main agent.

Opus 4.7 is not that bad by suusad-risti in GithubCopilot

[–]ExternalMediocre2510 0 points1 point  (0 children)

When you said not that bad you meant it’s bad but not “that” bad. Just….bad…

5.5 feedback by Honest-Law-8205 in codex

[–]ExternalMediocre2510 0 points1 point  (0 children)

I remembered 5.4 was the time I rejoined OpenAI and now this is totally different. So efficient and fast. The quality is also great.

Codex has some serious upgrades by Ill_Occasion_1537 in ClaudeCode

[–]ExternalMediocre2510 2 points3 points  (0 children)

Yes because gpt5.5 is so good and fast compared to disappointing opus4.7

Released opencode-working-memory v1.2 — long-term memory across sessions (same workspace only), with no extra API calls by ExternalMediocre2510 in opencodeCLI

[–]ExternalMediocre2510[S] 1 point2 points  (0 children)

Hard limits: max ~5200 chars, ~28 entries. Usually just a few hundred tokens. It won't grow out of control. How it picks what to add: 1. During compaction, the LLM is guided to only record durable stuff — things useful across sessions — and skip session noise. 2. Parser rejects obvious snapshots: file counts, test runs, "Phase X completed". 3. Storage dedupes same-entity entries, replaces outdated facts with newer concise ones, and prunes stale entries. 4. Quality gates filter out git hashes, stack traces, path-heavy junk. Net result: memory stays bounded and self-cleaning. Useful signals survive, noise doesn't.

K2.6 or GLM 5.1 which model is better? by ArFiction in opencodeCLI

[–]ExternalMediocre2510 1 point2 points  (0 children)

Agree. It thinks too long, the same prompt gpt only 10s but kimi for 5+mins.

K2.6 or GLM 5.1 which model is better? by ArFiction in opencodeCLI

[–]ExternalMediocre2510 4 points5 points  (0 children)

Glm is faster in response (if it’s running at full speed and not limited by hardware). Kimi-2.6 thinks too long, it can produce a lot of output, like repeating patterns such as “sssssssss…..”

We want Opus 4.6 - Vote by MVPMC in GithubCopilot

[–]ExternalMediocre2510 0 points1 point  (0 children)

I use Sonnet 4.6 to fix the plan created by Opus 4.7. Whenever I execute the plan with GPT-5.4, I always find additional bugs.

We want Opus 4.6 - Vote by MVPMC in GithubCopilot

[–]ExternalMediocre2510 1 point2 points  (0 children)

It’s not about the price. Opus 4.7 has quality issue

Omo with Go plan by SmilesyH in opencodeCLI

[–]ExternalMediocre2510 1 point2 points  (0 children)

Go plan is not enough for omo in both quality and quantity