Launched this week

Graflow
Stop wrestling graphs. Pythonic pipelines for LLM agents.
5 followers
Stop wrestling graphs. Pythonic pipelines for LLM agents.
5 followers
Graflow is an open-source Python orchestration engine for agentic workflows β the sweet spot between deterministic pipelines and fully autonomous agents. No graph complexity. Write Pythonic workflows and compose them with >> and |. Designed for developer experience. Build production-grade AI workflows that stay readable and easy to operate.








Hi Product Hunt π Makoto here, creator of Graflow πΈ.
Working in the agentic AI space, I kept running into the same problem:
Most AI workflow tools force a trade-off β easy to start, but hard to scale or reason about,
or powerful, but complex, graph-heavy, and difficult to debug.
There wasnβt a clean way to go from idea β experiment β reliable workflow without friction.
So I started exploring a different approach:
Keep workflows explicit and predictable, but allow each step to decide its own level of autonomy at runtime.
This turns agents into composable building blocks rather than fully autonomous systems.
That experiment became Graflow β an open-source framework for agentic workflows.
* Write workflows as plain Python
* Compose tasks with simple operators like >> and |
* Keep everything readable and debuggable
* Move from quick experiments to production without rewrites
* Let frameworks like Google ADK or PydanticAI handle reasoning and tool use
The sweet spot between deterministic pipelines and autonomous agents.
Workflows that stay readable and easy to operate as they grow.
Links:
* GitHub: https://github.com/GraflowAI/gra...
* Intro & motivation: https://graflow.ai/blog/introduc...
* Try it on Colab (no setup, local LLMs): https://graflow.ai/blog/hands-on...
* Side-by-side comparison to LangGraph: https://graflow.ai/blog/langgraph-vs-graflow-part1
Curious to hear from people whoβve shipped agentic systems β how are you structuring your workflows today?
Using LangChain / LangGraph, PydanticAI, ADK, or Strands Agents? Iβd love your perspective π