Isang pinag-isang, nakabase sa kredito na AI workspace na sumasaklaw sa isang Web App na may Split Mode at GrouPT, isang collaborative workspace ng Proyekto na may mga dokumento/spreadsheet/artifacts, isang Admin Dashboard para sa marketplace at pagmo-moderate ng gastos, at isang dual RAG layer (lokal na FAISS plus isang remote na microservice na suportado ng Milvus) — lahat ay nagpapagana ng limang AI provider sa ilalim ng isang bubong.
Dinisenyo ang five-surface platform architecture — Web App, Projects workspace, Admin Dashboard, RAG Microservice, at Local FAISS Service.
Binuo ang pinag-isang multi-provider chat layer na may streaming SSE responses sa buong OpenAI, Claude, Gemini, Grok, at Perplexity mula sa isang solong conversation thread.
Inihatid ang sistema ng Kakayahan — Perplexity-powered web search na may mga citation, malalim na research sessions, RAG-context-injected image generation, file upload + RAG indexing, at ang Nexum Five solution agent.
Ipinatupad ang Split Mode at GrouPT — magkatabing dual-pane comparison at structured multi-AI discussions na may mga mode ng debate, brainstorm, at analysis.
Naihatid ang sistema ng Artifacts na may HTML/JSX/TSX live preview, version history, conversation linking, social features, at isang community marketplace.
Ininhinyero ang workflow engine (Solutions) na may multi-step autopilot execution, progress bars, shareable links, at guest execution nang walang authentication.
Binuo ang collaborative workspace ng Proyekto pinagsasama ang TipTap document editor, Fortune Sheet spreadsheet editor, at isang artifact code editor — lahat ay RAG-grounded laban sa mga file ng proyekto.
Dinisenyo ang dual-storage RAG architecture — lokal na FAISS para sa kaalaman sa bawat-usapan at bawat-GPT na may disk-backed indices, at isang remote na microservice na suportado ng Milvus para sa project-scale workloads.
Ipinatupad ang hybrid retrieval pinagsasama ang vector similarity, BM25 keyword matching, at recency scoring na may IndexTag-scoped search para sa personalization.
Naihatid ang Admin Dashboard na may user management, marketplace moderation, per-provider/model/user cost analytics, manual credit adjustments, pricing config, at full audit log. Isinama ang AWS Cognito authentication na may 5-tier RBAC at ang credit-based billing system sa LemonSqueezy.
Pinag-iisa ang limang nangungunang AI provider sa likod ng isang solong credit-based interface, nagdaragdag ng collaborative project workspaces na may grounded RAG, at nagpapakilala ng multi-AI features tulad ng Split Mode comparison at GrouPT group discussions na walang sinumang provider ang nag-aalok nang natively.
Pag-usapan natin kung paano namin maipapatupad ang iyong bisyon na may parehong antas ng kasanayan at dedikasyon.

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.