02 ยท Personal project

GroupSearch

A team of three AI agents that independently prepare answers and then use APIs to create one shared final response.

GroupSearch project interface

Why this project

The aim was to compare several independent AI answers, reduce the bias of relying on a single model and produce one shared final response.

Project overview

The web application sends the same query to three AI agents. It then evaluates their proposals and builds an answer that uses the strengths of each model.

Contributors

Jan Rek โ€” concept design, user interface, API integration and result testing.

What I learned

  • Integrating multiple AI APIs
  • Parallel request processing and error handling
  • Prompt design and answer comparison
  • Creating a clear interface for a complex process