Part 3: Performance Architecture
This is the third post in the engineering series over Aki, my AI companion bot. Part 1 covered the Telegram interface and the Mini App design. Part 2 broke dow...
AI Engineer based in Toronto. Background in engineering physics. I work across vision, agents, and production systems.

A human-like AI companion living natively on Telegram. Aki features proactive messaging, multi-bubble delivery, long-term PostgreSQL memory, and a custom built-in React Mini App to track your relationship.

Aki is live and processing real-time conversations! Experience human-like cadence, native reactions, and a persistent memory that builds over time.
This is the third post in the engineering series over Aki, my AI companion bot. Part 1 covered the Telegram interface and the Mini App design. Part 2 broke dow...
Building a conversational AI agent isn't structurally difficult—you take a user's text, send it to an API, and return the response. But building one that actua...
I started this project after hearing about [OpenClaw](https://github.com/openclaw/openclaw)—an open-source AI assistant that runs autonomously and connects dir...
This document outlines technical reflections on building deep research agents using LangGraph and the Tavily API. Rather than focusing on a specific final arch...