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 single AI-powered pipeline — fully automated with human control as the override layer.
Designed a multi-layered message processing architecture: deduplication at ingestion, debounce buffering per sender, a global FIFO queue with 5–15 second inter-sender jitter, and per-JID rate limiting — all coordinated so AI responses feel human-paced and natural.
Implemented a human-in-the-loop approval flow via Telegram: when the AI detects scheduling intent embedded in WhatsApp messages, it routes parsed event details to the owner as an inline keyboard prompt (Confirm / Reject), then auto-inserts into Google Calendar on approval.
Built a full Telegram command center with a layered security model — guardCommand, guardMessage, and guardCallback functions at every handler boundary. Unauthorized access attempts are silently dropped or met with popups, while the owner receives automatic notifications with 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, not just respond 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 — enabling 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 — surfacing 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.