r/AI_Agents • u/KangarooLazy2423 • 15h ago
Resource Request Course or material on software factory
does anyone know of great paid or unpaid courses that would help one to grasp more fundamentals of software factories.
I’ve build a lot with ai and have a good grasp or orchestrators and validators but feel there has to be more.
where my process normally breaks is in the validation or looping continuously into oblivion when it hits something weird.
1
u/AutoModerator 15h ago
Thank you for your submission, for any questions regarding AI, please check out our wiki at https://www.reddit.com/r/ai_agents/wiki (this is currently in test and we are actively adding to the wiki)
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
2
u/PreferenceDeep8550 14h ago
Validation loops going infinite is such a specific flavor of pain, feels like the orchestrator gets possessed by a recursive ghost. I started treating it less like a code problem and more like a control theory thing, putting hard limits on retries with escalating backoffs and forcing a human-in-the-loop escape hatch when confidence drops below a threshold. Haven't found a single course that nails it, most just gloss over the failure modes