Vol. I · No. 579Rochester, New York, Thursday, September 24, 2026Chat agent · Page B24
All workSection B · Page B24

Chat agentATLAS

A Project Manager for Your Life, Living in WhatsApp

A WhatsApp agent that logs workouts, meals and study sessions from plain messages and manages your calendar with 13 tools.

Graphic5 steps
  1. MessageWhatsApp text via Twilio webhook
  2. ContextProfile, goals, modes and today's logs
  3. ToolsLLM calls from 13 tools in a loop
  4. Store9-table Supabase schema
  5. RemindAPScheduler sends snoozed follow-ups
What happens inside ATLAS, in order.Graphic: The Sahil Bachu

ATLAS (Adaptive Task and Life Administration System) is a strict project manager for my life, and it lives in WhatsApp. Text it "bench 100kg 3x5" and it logs the workout, totals the volume and spots a personal record. Text it a meal and it tracks macros. It reads and changes my Google Calendar, reschedules around weather and air quality, and follows up later when I snooze something.

Messages come in through a Twilio webhook to FastAPI. Each one goes to Llama 3.3 70B on Groq with a context prompt built from my profile, preferences, active modes (like exam season), goals and today's logs, and the model calls from 13 tools in a loop until it's done. Everything lands in a 9-table Supabase Postgres schema, and an APScheduler job sends snoozed reminders when they come due. It's about 6.1k lines of Python.

More from The Work

See all 25

Multi-agent

Hire AI Employees, Then Walk Over to Their Desks

A pixel-art office where every AI agent is an employee with its own desk, skills, scheduled jobs and Docker container.

PixelHQ turns the open-source SkyOffice into a single-player office for AI agents. Walk up to an employee, chat with it, give it skills and scheduled jobs, and feed a shared knowledge base. Each employee runs in its own container.

Continued on Page B17

Agentic AI

Your Coding Agent Fills the Gaps in Your Resume

A local-first orchestrator that reads a student's resume, proposes projects to fill the gaps and has their own Claude Code or Codex build and deploy them.

ResumeGod reads your resume, suggests projects that would fill its gaps, then drives your own Claude Code or Codex to build and deploy them. It finishes with a personal site and a fresh LaTeX resume. Nothing is hosted centrally.

Continued on Page B15

Generative UI

A Canvas of Widgets You Order in Plain English

An infinite canvas where an AI agent turns a plain-English request into a live widget wired to your own data.

Ask for something like a card that summarizes your unread emails, and an agent researches, designs and places a live widget on an infinite, zoomable grid. Connectors for Gmail, Calendar, Slack, GitHub, Linear and Notion feed it real data.

Continued on Page B11