Personal Project
Solo Developer
Overview
Built O.N.T.E (Operational Neural Thinking Engine) as a personal AI ecosystem running on WSL Ubuntu 24.04, integrating WhatsApp, Telegram, and Google Calendar into a unified AI-powered pipeline with human control as the override layer.
Designed a multi-layered message processing architecture spanning deduplication at ingestion, debounce buffering per sender, a global FIFO queue with 5–15 second inter-sender jitter, and per-JID rate limiting. The full stack is coordinated so AI responses feel human-paced and natural without any manual tuning.
Implemented a human-in-the-loop approval flow via Telegram: when the AI detects scheduling intent in a WhatsApp message, it routes parsed event details to the owner as an inline keyboard prompt (Confirm / Reject), then auto-inserts the event into Google Calendar on approval.
Built a Telegram command center with a layered security model comprising guardCommand, guardMessage, and guardCallback functions at every handler boundary. Unauthorized access attempts are silently dropped or met with inline popups, while the owner receives automatic notifications carrying the chat ID, username, and timestamp.
What Was Built
What's Next
In DevelopmentPhase 1: Agentic Action Layer
Transitioning O.N.T.E from a conversational system to an action-capable agent, able to execute real tasks directly from natural language rather than just responding to them.
Phase 2: Workflow Automation Integration
Extending O.N.T.E's reach into real-world task execution: composing communications, generating documents, and orchestrating multi-step workflows from a single message.
Phase 3: Persistent Memory Layer
Moving beyond session-scoped context toward a long-term memory system that enables O.N.T.E to retain preferences, relationship context, and behavioral patterns across all interactions.
Phase 4: Proactive Intelligence
Shifting O.N.T.E from a reactive assistant to one that anticipates needs and surfaces the right information at the right moment without being prompted.
Phase 5: Multi-modal Input
Expanding the input surface beyond text, enabling O.N.T.E to understand voice, images, and documents as naturally as written messages.
Phase 6: Development Environment Bridge
Extending O.N.T.E into the software development workflow, enabling code-aware assistance and repository interaction through the same conversational interface.