Ein vereinheitlichter, kreditbasierter AI-Arbeitsbereich, der eine Web App mit Split Mode und GrouPT, einen kollaborativen Projects-Arbeitsbereich mit Dokumenten/Tabellen/Artefakten, ein Admin Dashboard für Marktplatz- und Kostenmoderation und eine duale RAG-Schicht (lokales FAISS plus ein entferntes, Milvus-gestütztes Microservice) umfasst – alles vereint fünf AI-Anbieter unter einem Dach.

Entwurf der Fünf-Oberflächen-Plattformarchitektur — Web App, Projects-Arbeitsbereich, Admin Dashboard, RAG Microservice und lokaler FAISS Service.
Aufbau der vereinheitlichten Multi-Anbieter-Chat-Schicht mit Streaming-SSE-Antworten ĂĽber OpenAI, Claude, Gemini, Grok und Perplexity aus einem einzigen Konversationsstrang.
Bereitstellung des Fähigkeiten-Systems — Perplexity-gestützte Websuche mit Zitaten, tiefgehende Recherchesitzungen, RAG-kontextinjizierte Bildgenerierung, Datei-Upload + RAG-Indexierung und der Nexum Five Lösungsagent.
Implementierung von Split Mode und GrouPT — Side-by-Side-Zweifenster-Vergleich und strukturierte Multi-AI-Diskussionen mit Debatten-, Brainstorming- und Analysemodi.
Bereitstellung des Artefakt-Systems mit HTML/JSX/TSX Live-Vorschau, Versionshistorie, KonversationsverknĂĽpfung, sozialen Funktionen und einem Community-Marktplatz.
Entwicklung der Workflow-Engine (Lösungen) mit mehrstufiger Autopilot-Ausführung, Fortschrittsanzeigen, teilbaren Links und Gast-Ausführung ohne Authentifizierung.
Aufbau des kollaborativen Projects-Arbeitsbereichs, der den TipTap Dokumenteneditor, den Fortune Sheet Tabellenkalkulationseditor und einen Artefakt-Code-Editor kombiniert — alle RAG-gestützt auf Projektdateien.
Entwurf der dualen Speicher-RAG-Architektur — lokales FAISS für Wissen pro Konversation und pro GPT mit auf Festplatte gespeicherten Indizes, und ein entferntes, Milvus-gestütztes Microservice für Workloads im Projektmaßstab.
Implementierung von hybridem Retrieval, das Vektorähnlichkeit, BM25-Schlüsselwortabgleich und Aktualitätsbewertung mit IndexTag-spezifischer Suche für Personalisierung kombiniert.
Bereitstellung des Admin Dashboards mit Benutzerverwaltung, Marktplatz-Moderation, Kostenanalysen pro Anbieter/Modell/Benutzer, manuellen Kreditanpassungen, Preiskonfiguration und vollständigem Audit-Log. Integration der AWS Cognito-Authentifizierung mit 5-stufigem RBAC und dem kreditbasierten Abrechnungssystem auf LemonSqueezy.
Vereint fünf führende AI-Anbieter hinter einer einzigen kreditbasierten Oberfläche, fügt kollaborative Projektarbeitsbereiche mit geerdetem RAG hinzu und führt Multi-AI-Funktionen wie Split Mode-Vergleich und GrouPT-Gruppendiskussionen ein, die kein einzelner Anbieter nativ anbietet.
Lassen Sie uns besprechen, wie wir Ihre Vision mit dem gleichen Maß an Expertise und Engagement verwirklichen können.
MicrocosmWorks implemented a normalized credit system in NexumFive where each AI provider's token costs are mapped to a universal credit value maintained in the admin pricing configuration. When a user switches between OpenAI, Claude, Gemini, Grok, or Perplexity mid-conversation, the backend calculates credit consumption based on the per-model cost multiplier. The admin dashboard provides per-provider and per-model cost analytics for accurate margin tracking.
MicrocosmWorks designed the dual RAG system so local FAISS handles per-conversation and per-GPT knowledge with disk-backed indices for fast single-user retrieval, while the remote Milvus-backed microservice handles project-scale workloads requiring cross-document search across large file collections. Hybrid retrieval combines vector similarity, BM25 keyword matching, and recency scoring, with IndexTag-scoped search ensuring personalization within each user's data.
GrouPT is MicrocosmWorks' implementation of structured multi-AI discussions where multiple AI models participate in a conversation with defined roles. Users configure debate, brainstorm, or analysis modes, and the system orchestrates sequential responses from selected models (OpenAI, Claude, Gemini, Grok, Perplexity) via streaming SSE. Each model receives the full conversation context plus its role instructions, enabling comparative analysis of model strengths on the same prompt.
MicrocosmWorks built the Projects workspace combining TipTap for document editing, Fortune Sheet for spreadsheets, and an artifact code editor. All project files are automatically indexed into the Milvus RAG layer via a BullMQ embedding pipeline that processes documents on save. When users query the AI within a project context, retrieval is scoped to that project's indexed files, grounding responses in the team's actual documents and data.
MicrocosmWorks shipped a full marketplace system in NexumFive with community-published GPTs (custom AI personas with specialized instructions and knowledge), Workflows (multi-step automated processes with autopilot execution), and Artifacts (reusable HTML/JSX components with live preview). Users build custom GPTs through a no-code builder that configures system prompts, attached knowledge files indexed via FAISS, available tools, and model preferences.