Inspiration
Our inspiration stems from the limitations of traditional business strategy tools, which are often static and backward-looking. In a world of accelerating change—driven by AI, geopolitical shifts, and climate events—companies need predictive, dynamic tools that can model future uncertainty. We wanted to create an "AI that thinks in time," moving beyond simple analysis to encompass simulation and strategic foresight. The goal was to build an AI that embodies the combined expertise of a top-tier consultant, a visionary venture capitalist, and a speculative futurist.
What it does
ChronoCapital X, powered by the AeonQuant X³ engine, is a generative AI platform that performs a deep, multi-faceted strategic analysis of any company. It functions as an autonomous analyst that:
- Decodes the Present: Analyzes a company's current financial health, market position, brand psychology, and organizational structure.
- Simulates Futures: Generates multiple potential future timelines (e.g., conservative, probable, moonshot) based on a vast array of variables like macroeconomic trends, tech disruption, and competitive actions.
- Generates Actionable Strategy: Creates a comprehensive, 20+ section report that includes everything from a 90-day growth playbook and AI integration roadmaps to leadership coaching and simulated risk scenarios.
- Provides Specialized Insights: Leverages a suite of "bonus AI agents" (like a risk modeler, an economist, and an investor GPT) to provide deeper, domain-specific insights within the main report.
How we built it
The project is built on a modern, AI-first technology stack:
AI Engine: We use Genkit (powered by Google's Gemini models) to create and manage our AI flows. This includes defining complex, schema-enforced prompts, orchestrating multiple AI agents (tools), and ensuring a structured, reliable JSON output. Framework: The application is built with Next.js using the App Router, allowing us to leverage Server Components for performance and Server Actions for interacting with our AI flows. Language: TypeScript is used throughout the project for type safety, which is especially critical when dealing with the large, complex data structures returned by the AI. UI & Styling: The user interface is crafted with ShadCN/UI components and styled with Tailwind CSS. This combination allows for rapid development of a polished, professional, and responsive design system. Deployment: The application is configured for deployment on Firebase App Hosting.
Challenges we ran into
The single greatest challenge was prompt engineering for a massive, structured JSON output. The core aeonQuantXReport is a deeply nested object with over 20 required top-level sections and dozens of sub-properties. Early versions of the prompt resulted in the AI truncating its response or failing schema validation. Overcoming this required:
- Hyper-specific Instructions: We had to add extremely detailed, non-negotiable instructions to the prompt, dictating the exact order of generation for the first few critical sections.
- Schema Adherence Reinforcement: The prompt repeatedly emphasizes the importance of generating all required fields and correctly nesting all objects.
- Iterative Refinement: We went through dozens of iterations, analyzing the failed JSON outputs to understand where the AI was faltering and continuously refining the prompt to guide it more effectively.
Accomplishments that we're proud of
- The AeonQuant X³ Master Report: Successfully creating a single, cohesive Genkit flow that generates such a comprehensive, multi-faceted strategic report is our biggest accomplishment. It pushes the boundaries of what can be achieved with a single, structured prompt.
- Integrated Multi-Agent Architecture: The use of "Bonus Agent Insights" (RiskRadar AI, InvestorGPT, etc.) as Genkit tools within the main flow demonstrates a sophisticated, multi-agent approach. The primary AI acts as an orchestrator, calling on specialized agents to enrich its own analysis.
- Dynamic PDF Generation: Implementing the feature to download the full report as a professionally formatted PDF via LaTeX is a key differentiator. The system dynamically converts the AI's structured JSON output—including lists, tables, and code blocks - into clean LaTeX source code.
What we learned
- The Power and Perils of Structured Output: We learned that while Genkit's schema-enforced output is incredibly powerful for building reliable applications, it presents a significant challenge for LLMs when the schema becomes very large and complex. It forces a rigorous, almost architectural, approach to prompt design.
- Iterative Prompt Engineering is Non-Negotiable: Complex AI tasks require constant, data-driven iteration. What seems like a clear instruction to a human needs to be broken down, reinforced, and ordered carefully for an LLM to follow it reliably, especially under the pressure of a large generation task.
- The Frontend is Part of the AI Experience: A great AI model is not enough. The user interface must be thoughtfully designed to handle and render potentially massive, deeply nested data structures in a way that is clean, readable, and doesn't overwhelm the user. The frontend parsing and rendering logic is just as important as the backend AI flow.
What's next for ChronoCapitalX ( AeonQuant X³ engine )
- Interactive Timeline Visualization: Move beyond text-based simulations to a fully interactive timeline UI, allowing users to visually explore different future branches, click on key decision points, and see how strategies change over time.
- Real-Time Data Integration: Connect the analysis engine to real-time data sources (e.g., stock market data, news APIs, social media sentiment) to make the analysis even more dynamic and current.
- User-Driven Counterfactuals: Allow users to define their own "what if" scenarios and divergence points (e.g., "What if we had acquired this competitor three years ago?") and have the Reality Rewriter protocol simulate the outcomes.
- Collaborative Strategy Mode: Introduce features for teams to collaborate on the generated report, annotate insights, add comments, and build action plans directly within the platform.
Built With
- firebaseai
- gemini
- genkit
- lucide-react
- next.js
- shadcn/ui
- tailwindcss
- typescript

Log in or sign up for Devpost to join the conversation.