Developer Builds Personal OS App with Claude Code and Mowgli in 3 Hours

A developer documented building a personal OS application called Longinus in under 3 hours using AI coding tools. The app integrates multiple communication platforms and provides AI-powered organization features.
Project Details
Longinus is a personal OS application that:
- Integrates Slack, WhatsApp, and personal feeds
- Digests daily/weekly activity summaries
- Supports saving items as "Sparks" (todos, reminders, journal entries, bookmarks)
- Includes an AI chat interface for discussing saved Sparks
- Aims to reduce context switching between different AI tools
Development Process
The developer used:
- Claude Code on a Max plan with Opus 4.6 for coding
- Mowgli (https://mowgli.ai) for design specification and to reduce token consumption
Time breakdown:
- 1 hour for design and specification
- 2 hours for building, testing, and implementation
Current Status and Future Plans
The project is available on GitHub at https://github.com/othersidejann/longinus. The AI features are described as "still rough around the edges," with synthesis and other AI improvements planned for future development. The developer welcomes pull requests and ideas for AI feature enhancements.
The final design can be viewed at https://app.mowgli.ai/projects/cmm4z67af000i01mp6o893qia.
📖 Read the full source: r/ClaudeAI
👀 See Also

Hacking Multi-Agent Orchestration into OpenClaw: A Developer's Experience
A developer modified OpenClaw's core runtime to implement true multi-agent orchestration after discovering that agents were faking collaboration. The changes included parent-child agent spawning via sessions_spawn/sessions_yield and parallel execution on separate threads.

OpenClaw Agent Tested in Aivilization Persistent World Simulation
A developer experimented by dropping their OpenClaw agent into Aivilization, an open-world simulation where AI agents exist as residents. Instead of terminal workflows, the agent became a character that attended school, read books, farmed, found jobs, earned money, and interacted with other agents.

Replicating Anthropic's Generator-Evaluator Harness with Kiro CLI: A 12-Iteration Website Build
A developer replicated Anthropic's multi-agent Generator-Evaluator harness using Kiro CLI, running 12 adversarial iterations to build a marketing website without writing any code manually. Key takeaways include zero shared context, Playwright-based visual evaluation, and penalizing generic AI design patterns.

OpenClaw Running as Full Sys Admin on Linux with Local LLM
A user runs OpenClaw as a full sys admin on Linux servers, using Qwen 3.6 27b q6 locally with no external internet aside from Tailscale, and reports it handled kiosk mode deployment autonomously.