Replies: 3 comments 6 replies
-
|
I don't know if it is normal, but it happens. |
Beta Was this translation helpful? Give feedback.
-
|
Sharing a month of real-world Forge usage in case it helps anyone hitting the same wall. Context What I learned about timeouts
I initially had 300s as the cap. Raised to 600s. That helped the medium cases but did not solve the large ones — the failure mode just moved later. Raising further (1200s) helps individual runs but burns budget on calls that are still over-scoped. What worked Decomposing big tasks into slices ≤600s each, where every slice:
For a recent maker-checker refund feature, the natural split was 4 slices (DDL, backfill, trigger, app pre-check + tests). All four landed cleanly under cap, with verifiable evidence per slice, instead of one timed-out monolith. Second failure mode I had to name After a few timeouts, my orchestrator silently started skipping Forge and substituting read-only auditors (Cato, Gemini, Grok). Audits without a producer = nothing gets built. I added an explicit rule: past timeouts are not a reason to skip Forge — they are a reason to slice. Skip = critical failure logged. Where I'd love guidance The PAI 5.0 post documents Forge as "GPT-5.4 via codex exec, auto-included on coding tasks at E3+", which is the right shape. Everything operational — timeout, reasoning_effort, slice protocol, no-silent-skip — I had to figure out by hand. Is there an intended canonical doctrine that just hasn't been published yet, or is the operational layer deliberately left to the implementer? Happy to share my full local config if useful for anyone else hitting this. Not a PR proposal — just field data. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @stephtara, thanks for raising this, and sorry it sat for a while. We're changing how LifeOS ships. Instead of cloning a full That's aimed right at what you hit here. The old "one directory, one layout, hope it matches your setup" approach is exactly what broke for so many people, and the new model should handle it far better because your AI does the integration per machine instead of us guessing. So we're closing this in prep for that release. If it still bites you once the skill-based version is out, reopen or file a fresh one and we'll jump on it. Appreciate you taking the time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My DA keeps bumping against this on certain tasks: want to invoke Forge or Cato agents or both and then complains that it's missing the API key for codex, or needs access to codex. Is this normal? I don't have an OpenAI subscription -- isn't PAI supposed to run on Claude Code and that's it?
Beta Was this translation helpful? Give feedback.
All reactions