Split ModeおよびGrouPTを備えたWebアプリ、ドキュメント/スプレッドシート/成果物を含むプロジェクト共同ワークスペース、マーケットプレイスとコスト管理のための管理者ダッシュボード、そしてデュアルRAGレイヤー(ローカルのFAISSとリモートのMilvusをベースにしたマイクロサービス)を網羅する、統合されたクレジットベースのAIワークスペースです。これらすべてが5つのAIプロバイダーを統合して提供します。

Webアプリ、プロジェクトワークスペース、管理者ダッシュボード、RAGマイクロサービス、およびローカルFAISSサービスという5つの表面を持つプラットフォームアーキテクチャを設計しました。
単一の会話スレッドから、OpenAI、Claude、Gemini、Grok、PerplexityにわたるストリーミングSSE応答を備えた統合マルチプロバイダーチャットレイヤーを構築しました。
Perplexityによる引用付きウェブ検索、詳細な調査セッション、RAGコンテキストを注入した画像生成、ファイルアップロード+RAGインデックス作成、およびNexum Fiveソリューションエージェントからなるアビリティシステムを提供しました。
並列デュアルペイン比較と、議論、ブレインストーム、分析モードを備えた構造化されたマルチAIディスカッションであるSplit ModeとGrouPTを実装しました。
HTML/JSX/TSXライブプレビュー、バージョン履歴、会話リンク機能、ソーシャル機能、およびコミュニティマーケットプレイスを備えた成果物システムを提供しました。
多段階の自動操縦実行、プログレスバー、共有可能なリンク、および認証なしのゲスト実行を備えたワークフローエンジン(ソリューション)を設計しました。
TipTapドキュメントエディタ、Fortune Sheetスプレッドシートエディタ、および成果物コードエディタを組み合わせた共同プロジェクトワークスペースを構築しました。これらはすべてプロジェクトファイルに対してRAGに基づいています。
会話ごとおよびGPTごとの知識のためのディスクバックアップインデックスを備えたローカルFAISS、およびプロジェクト規模のワークロードのためのリモートMilvusベースのマイクロサービスという、デュアルストレージRAGアーキテクチャを設計しました。
ベクトル類似性、BM25キーワードマッチング、およびパーソナライズのためのIndexTagスコープ検索を組み合わせたハイブリッド検索を実装しました。
ユーザー管理、マーケットプレイスモデレーション、プロバイダー/モデル/ユーザーごとのコスト分析、手動クレジット調整、価格設定、および完全な監査ログを備えた管理者ダッシュボードを提供しました。AWS Cognito認証を5層RBACと統合し、LemonSqueezy上のクレジットベースの請求システムと連携させました。
5つの主要なAIプロバイダーを単一のクレジットベースのインターフェースで統合し、RAGに基づいた共同プロジェクトワークスペースを追加し、単一のプロバイダーがネイティブに提供しないSplit Mode比較やGrouPTグループディスカッションのようなマルチAI機能を提供します。
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.