
Aubm uses a FastAPI backend, React frontend, Supabase for persistence and authentication, and multiple LLM provider integrations. It also includes budget tracking, retry flows, PDF export, marketplace-style agent templates, and optional vector memory when embeddings are configured. The target users are managers, team leads, department heads, and middle-management operators who need to coordinate work, evaluate AI-generated outputs, and turn strategic goals into traceable execution plans. The goal is to make AI agents usable for real operational workflows where planning, accountability, review, and evidence matter. The platform includes guided and expert modes, project dashboards, task approval flows, agent management, debate workflows, evidence intelligence, monitoring, team workspaces, audit logs, and final report generation. It is designed for use cases where AI output needs traceability rather than a single opaque answer. Each task can produce structured output, claims, evidence, and logs so that users can inspect how work was completed before approving it. Aubm uses a FastAPI backend, React frontend, Supabase for persistence and authentication, and multiple LLM provider integrations. It also includes budget tracking, retry flows, PDF export, marketplace-style agent templates, and optional vector memory when embeddings are configured. The goal is to make AI agents usable for real operational workflows where planning, accountability, review, and evidence matter.
10 May 2026

Step into Synapse Saga, where your mind is the ultimate battleground. This isn't just another puzzle game; it's an intellectual adventure powered by cutting-edge generative AI, designed to challenge not only your logic but the very essence of your creativity and humanity. Forget simple right or wrong answers. In Synapse Saga, every solution you submit is scrutinized by a diverse panel of unique AI judges. Will your wit charm Momo, the Comedian? Will your elegant prose impress Lira, the Poet? Or will your flawless reasoning satisfy Cronos, the Logician? Each judge has a distinct personality and a detailed rubric, scoring you on everything from originality and emotional resonance to practicality and humor. Beyond the panel, the enigmatic Turing Judge analyzes your every word, assigning a 'Humanity Score' to determine if your response was penned by a human or a machine. Can you prove your ingenuity is truly your own? Embark on a quick mental workout in Simple Mode, tackling puzzles of your chosen type and difficulty. For a greater challenge, begin an epic Adventure, progressing through a gauntlet of all puzzle categories to earn a cumulative final score and etch your name onto the global leaderboards. Ready to start your saga?
19 Nov 2025

The project provides a full-stack assistant intended for e-commerce or travel scenarios. The backend is written in FastAPI and exposes several routes. The /agent endpoint relies on language model and search API keys; missing credentials cause a runtime error surfaced to the frontend. The /speech route accepts audio, returning a transcription and a baseβ64 MP3 audio URL, with optional translation to English. Another /notify endpoint allows sending SMS messages through Twilio. Additional routes include search and map services implemented in the backend module. The frontend, built with Next.js, communicates with these endpoints and offers interactive components such as a chat box, voice recorder, and a map view. Users can run npm run dev to start the frontend on http://localhost:3000. Suggested results appear as buttons that automatically send followβup prompts when clicked, extracting list items from the language-model response if present. A βColor Settingsβ menu lets users switch themes or set a custom background image. Overall, the application combines a FastAPI backend (handling LLM queries, speech processing, searches, map coordinates, and SMS notifications) with a Next.js frontend that supports interactive chat, audio input, map display, and customizable visual themes.
8 Jul 2025