It's Adam, also known as overment. I build AI agents, the tools they use, and products around them:
- Alice — a desktop AI app and my sandbox for exploring what generative AI can and cannot do, in development since the "ChatGPT moment" of late 2022.
- easy.tools — checkout, delivery, and automation for creators selling digital products; built with a friend for ourselves, until our clients wanted it too.
- eduweb.pl — an educational platform with tech and design courses, 15+ years, 200,000+ clients. Education sits at the core of my mission.
I write a lot and share what I learn on X and YouTube. Everything else lands in my digital garden at overment.ai.
wonderlands — my biggest project: a self-hosted, multi-tenant platform for conversational AI agents. Every turn runs as a background job through a multiagent runtime, so agents can take multiple turns, call MCP tools, drive a browser sandbox, run on schedules, and wait on input — without blocking anything.
overment.ai — the source of the garden above: a vault of notes on concepts, tools, books, mental models, and ongoing projects, published by its own static site generator. Built for myself, but you might find something valuable scattered there.
Everything my agents touch, they touch through the Model Context Protocol. All TypeScript + Hono; HTTP servers use the Streamable HTTP transport.
| Server | What it does |
|---|---|
| streamable-mcp-server-template | The base for all of them — dual runtime (Node.js and Cloudflare Workers from one codebase), five auth strategies including OAuth 2.1, encrypted token storage |
| Spotify | Search music, control playback, manage playlists and saved songs |
| Linear | Manage issues, projects, teams, cycles, and comments |
| Google Calendar | Manage events, check availability, schedule meetings |
| Gmail | Search threads, read messages, manage drafts, organize the inbox |
| Google Maps | Search places, get details, plan routes — built for location-aware agents on mobile |
| Tesla | Vehicle control via the Tessie API |
| Replicate | Image generation and editing with official models: Flux, SDXL, Seedream |
| Resend | Email and newsletter management |
| Firecrawl | Web scraping and search with batch support and rate limiting |
| ElevenLabs | Text-to-speech, speech-to-text, voice management |
| YouTube | Search videos, explore channels, browse playlists |
| Files | Sandboxed file access with checksum-safe edits (stdio) |
| Video | Video understanding via Gemini — YouTube and local files (stdio) |
voice-to-notes — turns voice recordings (e.g. Superwhisper) into daily Markdown notes with Gemini: classifies each recording into configurable categories, runs per-category prompts, and keeps a rolling memory per category. Ships as the spoken-English coach I use every day.





