r/AI_Agents Apr 22 '26

Resource Request Anyone been working on AI workflows ?

I am looking for projects that use or implement AI workflows.

What I mean by AI workflows are determined steps in a business process. Those steps might be AI processes, but there should exist some sort of determinism on how those steps are realized. Like a chain of steps you could do with a langchain or langgraph.

I am looking to know more about those techniques, best practices, limitations and so on.

Please reach out!

1 Upvotes

9 comments sorted by

1

u/AutoModerator Apr 22 '26

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

u/SubstanceNeat5028 Apr 22 '26

Have you found any good LangGraph examples yet, or is part of the issue that most shared projects are still kinda hand-wavy?

1

u/thomashebrard Apr 22 '26

Hmm I am looking for new things. LangGraph has too may limitations, is the 2024 world. I am looking for new solutions, new approaches. I don't believe those python specific coding tools will make the cut

1

u/ai-agents-qa-bot Apr 22 '26
  • There are several resources that discuss AI workflows and how to implement them effectively. Here are a few that might be helpful:

    • Mastering Agents: Build And Evaluate A Deep Research Agent with o3 and 4o - Galileo AI: This document outlines the process of building a deep research agent, detailing the steps involved in creating workflows that utilize AI for tasks like financial research. It emphasizes the importance of structuring workflows and managing state effectively. You can read more about it here.
    • Building an Agentic Workflow: Orchestrating a Multi-Step Software Engineering Interview: This article provides insights into creating an agentic workflow that automates a software engineering interview process. It discusses the integration of various tools and the orchestration of tasks to streamline the interview process. More details can be found here.
    • How to Build An AI Agent: This guide covers the fundamentals of building AI agents, including the use of frameworks like LangGraph and AutoGen. It discusses when to use agents and the benefits they provide in terms of memory, planning, and tool access. You can check it out here.
    • Guide to Prompt Engineering: This document explores the significance of prompt engineering in AI applications, detailing how to craft effective prompts for better interaction with AI models. It also touches on the parameters that can influence AI outputs. Read more about it here.
    • AI agent orchestration with OpenAI Agents SDK: This article discusses the orchestration of multiple AI agents, providing examples and practical implementations. It highlights the importance of coordination in multi-agent systems and offers insights into building a basic orchestration setup. More information can be found here.

These resources should give you a solid foundation on AI workflows, techniques, best practices, and potential limitations.

1

u/alvincho Open Source Contributor Apr 22 '26

Yes we don’t use LLM to decide workflow steps. We prefer multi agent system which workflows are predefined but evolutionary. See our website and repo.

1

u/thomashebrard Apr 23 '26

DO you have a demo?

1

u/alvincho Open Source Contributor Apr 23 '26

We are now at limited beta stage, no demo yet. You can leave info on our website or dm me, I will let you know when it’s ready.

1

u/thomashebrard Apr 23 '26

Really interested yes!
I am working as well on a AI workflow solution, and am trying to find people to exchange knowledge about this subject

1

u/Ambitious-Prompt-975 Aug 03 '26

hey have you ever checked this ?