// Built during my role as AI/ML Engineer at BrainFog
I built a tool for Brainfog Agency LLP that turns a raw CSV file into a complete, professionally written report with charts, in under a minute.
Speed was the whole point, so the report generation needed to happen in parallel, not step by step.
Turning a raw spreadsheet into a polished, written report is normally a slow, manual task. Most tools either just chart the data or just summarize it, not both, and rarely fast enough to use on demand.
I split report writing across seven parallel agents instead of one sequential model, used Groq for fast inference to hit the under-a-minute target, and added a dedicated editor agent to clean up repetition before exporting.






