Mirror AI – LLM agent that takes action, not just chat
Hi HN, TL;DR Mirror AI is a cross-platform desktop action oriented LLM. Instead of just replying with text, it can run terminal commands, move files, hit APIs, send email/messages, schedule calendar events, query databases etc. - and chain those steps in one request. Why I built it Chatbots are great for answers but stop at the “OK, now go do it” moment. I was copy-pasting between ChatGPT and my shell/IDE/Gmail far too often, so on red-eye flights I hacked a bridge that lets an LLM execute tasks under a permission layer. Friends asked for it, feature-creep happened, and here…
What it does
In the maker’s words, at launch
Hi HN, TL;DR Mirror AI is a cross-platform desktop action oriented LLM. Instead of just replying with text, it can run terminal commands, move files, hit APIs, send email/messages, schedule calendar events, query databases etc. - and chain those steps in one request. Why I built it Chatbots are great for answers but stop at the “OK, now go do it” moment. I was copy-pasting between ChatGPT and my shell/IDE/Gmail far too often, so on red-eye flights I hacked a bridge that lets an LLM execute tasks under a permission layer. Friends asked for it, feature-creep happened, and here we are. What it can do today - Files & Shell – read/write/rename/compress/execute files, run shell commands - Productivity – draft + send Gmail, create Google Calendar events, read/write Notion, post to Slack/Discord/WhatsApp (via Beeper) - Dev/Ops – query Postgres/Mongo, interact with GitHub, call AWS, curl any REST endpoint - Search/GenAI – web search (Perplexity), summarise PDFs, generate images/video, keep long-term memory - Extensible via MCP (Modular Command Protocol) to add your own skills - And a lot more Example prompt after you have added a few integrations (copy-paste): Search Reddit for discussion on LangChain streaming, summarise it, email me the summary, and block 30 min in Calendar tomorrow. OR Investigate my AWS account and tell me how to easily save money. Also check my MongoDB and make some proposition to optimize it. How it works - Desktop app (macOS, Windows, Linux) written in TS - No SaaS backend: everything runs locally; outbound calls only hit the model provider you configure (OpenAI, Claude, local Ollama, etc.) - Safety: every risky actions require approval from the user Status & roadmap - Free alpha download: https://themirrorai.com (bring your own API keys) - Planning to open-source core in the coming months after tidying up if there is enough interest - Up next: improved working memory, event-driven triggers for autonomous responses, and expanded integrations. Ask Kick the tires, try weird edge-cases, look for security holes, and tell me what hurts or what you wish it did. I will be in the thread checking the comments. Thanks! Sat
Does the same job
all alternatives →




- BTBe the ChatBOTJul 2026 · bethechatbot.com · ▲55
I made this experimental art project/game that's an LLM chat assistant, but where you're the AI. I wanted people to get a visceral sense of what it's like to answer the kinds of things that people prompt their chatbots day in and day out. If you're interested, I wrote up some more info on how I made it, including how the "user" prompts are generated with an eye for realism: https://bethechatbot.com/about Hope you enjoy it! I'd love to hear people's takeaways.
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, April 2025
the whole month →- IB
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions.…
Dev tools · 2025 · runpyxl.com
- UC
Life & fun · 2025 · filiph.github.io
- IB
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/
AI · 2025 · github.com


