Hacker News new | ask | show | jobs
by hypoxia 565 days ago
My $0.02: it's too hard to build and iterate on complex workflows.

Every agent uses a meta-workflow (eg. ReAct is plan->act->observe, with some added steps to check for completion etc.).

The teams that have been successful with agents do so by building better but more complex workflows.

Most notably, AlphaCodium's "From Prompt Engineering to Flow Engineering" https://github.com/Codium-ai/AlphaCodium

Our current tools don't do a great job of making it simple to build and iterate on these workflows.

For example, here's a HN post from yesterday where a user created their own workflow management platform because of their frustration with the leading tooling providers: https://news.ycombinator.com/item?id=42299098

I think once we get this tooling right and start to build more expertise in the process of flow engineering, we'll start to faster improvement in agent quality.

1 comments

It does seem like everyone is trying to figure it out as we go. It seems like we're still very early days.