Mohamed AbdAllah

Wazear - A visual AI orchestrator where agents check their own work

by
Wazear is a local desktop AI agent orchestrator that runs structured pipelines including review agents that rigorously check the output of other agents. Whether the output is an implementation plan, architecture or actual code. You can interrupt at any moment and make adjustments as you see fit.

Add a comment

Replies

Best
Mohamed AbdAllah
Hello Product Hunt, I am Mohamed, the creator of Wazear. It was created from a frustration I had. Every time I wanted to work on a project with the implementer being AI it would just end up being a total mess. Either because I end up lost between tons of documents and prompts moving them between different agents or whatever the agent has created is not critically and properly reviewed. So I built Wazear to solve this specific problem. Wazear allows you to create agents using .md files -- it already ships with a sample pipeline if you don't want to start from scratch. The pipeline resembles that of the software development cycle. You tell Wazear what you want to build, it spawns a planning agent to create a plan, a plan-reviewing agent to review that plan. They run in a loop till the plan satisfies your criteria based on the brief. Next, the architecture agent and its reviewing agent run in a loop and so on till you finally hit the QA wall where you're prompted to test yourself and take screenshots of the product and provide feedback on how to improve the final result. However, at any point in time you can simply pause the pipeline, inspect and sway the results to a different direction if you want. Wazear is 100% local (except of course for the agent instance), it doesn't collect data, it is not a SaaS, pay once, own current version forever.
Julia Zakharova

@vallar Hi. Visual AI orchestrator where agents check their own work - do they really self-check?

Mohamed AbdAllah

@julia_zakharova2 

Hello and thank you for your question.

Yes, though this is dependent on what your pipeline looks like. If you use the sample agents that ship with the app and leave everything to default, yes. Wazear will spawn an agent and run it as say the planner. It produces its own output (the plan) based on a brief. The next agent running is a planner reviewer, it checks the work that the planner did. If something is wrong, the pipeline is looped back to the planner, the planner then checks the feedback, checks what it did and then corrects it according to the feedback.

Of course, if your pipeline is completely linear and no review loops are added, then agents don't ever check anything and it is just one agent handing to the next without any oversight.

Richard Andrews

Hey, the YT video is not working.

Mohamed AbdAllah

@richard_andrews4 Thank you very much for the heads up. Sorry about that, fixed it now.