Tool Orchestration
Custom tool-calling orchestration using regex-based parsing rather than native function-calling APIs.
Android / Kotlin / Jetpack Compose
A custom AI framework built from scratch to decompose hard problems into autonomous tasks, execute multi-step workflows, and verify outputs before delivering a final answer.
Custom tool-calling orchestration using regex-based parsing rather than native function-calling APIs.
Externalized storage that reduces context pollution by keeping intermediate data outside the main conversation window.
Automatic verification of completed work against the original query for error detection and iteration.
Integrated execution environment for generated code, calculations, and runtime testing.
Support for Gemini 2.0 and 2.5 Flash and Pro variants with adjustable token and timeout controls.
Autonomous retries and refinement until the solution reaches a verified state.
Runtime controls
The app lets users switch between Gemini variants, tune output limits, and shape response behavior based on the task complexity.
Workflow breakdown
The screenshots below show the system solving a complex CAT 2025 logical reasoning problem through a staged workflow.
A complex multi-constraint ticketing problem enters the system with enough ambiguity and branching to require structured decomposition.
The framework breaks the problem into smaller tasks, tracks progress, verifies intermediate work, and keeps moving until the solution stabilizes.
Users can export either the final answer or the entire working conversation as a formatted PDF.
The exported document preserves structure, mathematical notation, and shareable formatting instead of dumping raw text.
The PDF below is the actual exported output, embedded directly on the page.
These screens compare the generated answers against the CAT 2025 answer key and mark each one correct.