About This Project
Overview
Aion Tasks streamlines documentation, research, and productivity work by orchestrating multiple AI engines behind one interface: upload a template and generate content dynamically, produce on-brand AI slide decks, auto-expand spreadsheets with pattern detection, and run deep research that pushes instant insights out via webhooks. Built on React and Netlify, it blends OpenAI, Claude, and Perplexity to pick the best engine for each task.
Motivation
Aion Tasks came out of noticing how much time gets lost switching between different AI tools for documentation, slides, spreadsheets, and research — I wanted one platform that routes each task to whichever engine handles it best.
Lessons Learned
Multi-engine orchestration is deceptively hard: OpenAI, Claude, and Perplexity all have different strengths, rate limits, and failure modes, so a lot of the real engineering work went into fallback and routing logic, not the prompts themselves.
