Skip to content
View Flissel's full-sized avatar

Highlights

  • Pro

Block or report Flissel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Flissel/README.md

Felix Baumann

Co-founder & CTO, VibeMind · Munich, Germany

VibeMind turns a founder's intent into coordinated, auditable agent work — across memory, tools and infrastructure — without requiring a technical background.

A solo founder does the work of ten people, with nobody to delegate to. Today's AI answers questions; it does not do the work. And the tools that come closest are built for people who already think like developers — which excludes exactly the people who need the leverage most.

VibeMind is a voice-first agentic operating system. You say what you need. Specialized agents carry it out against your real systems, share memory across sessions, and leave an auditable record of what they did.


Where this actually stands

I'd rather be checkable than impressive. Status as of August 2026:

Stage Working prototype, in daily internal use by the founders
Company Not yet incorporated — founder project, self-funded
Funding No public funding, no angel or VC investment to date
Revenue None yet. Usage-based pricing planned for the beta
Next milestone Opening the early-access list; first external usage data
Public demo Not yet — a real end-to-end product recording is the current priority

What exists is a technically substantial integration prototype. A clean, reproducible release and proof of external usage are still ahead of me, and I don't claim them.

Traction

  • ~4,000 early-access requests over nine months, with zero paid marketing — organic reach through the builder community and LinkedIn.
  • 12 volunteer contributors have offered their time before there is any money, and are waiting to be onboarded through the product rather than through meetings. That is the first real test of the core claim on a group larger than its authors.
  • No paying customers yet. The list demonstrates pull, not willingness to pay; establishing that is the next job, not a claim I make now.

Team

Three co-founders, plus a volunteer community — deliberately kept as separate categories.

Role Commitment
Felix Baumann Technical founder / CTO — systems engineering and product execution Full-time
Stephane Boghossian Distribution, growth, community and partnerships Full-time
Sophie Simic Business, design and communication Part-time to Dec 2026, full-time from Jan 2027

Plus twelve unpaid contributors — not employees, not founders, not counted as team.


What is actually built

Numbers below come from the space/agent registry in the core repository, not from a pitch deck. They describe code and configuration — not a passing end-to-end suite, and not production readiness.

In the registry
Spaces (domains) 13 — bubbles, ideas, coding, desktop, research, roarboot, minibook, schedule, n8n, agentfarm, video, flowzen, mirofish
Agents 13 unique agent IDs
Event bindings 135
MCP servers 14
Architecture Space → agent → tool registry, brain routing, OpenFang execution boundary, shared memory, Supabase/Qdrant, fail-closed contracts
License MIT

Architecture documentation is public in Vibemind_V1 — component boundaries, request lifecycle, deployment planes. The product core itself is not open yet.

Verifiable execution. Agent actions are written to an append-only, cryptographically chained audit log with deterministic hashing, so any record can be independently checked and tampering is detectable. That property is the reason delegating work to agents on machines you don't personally supervise is a reasonable thing to do.

Where it runs is part of the product. VibeMind is built to run on hardware the user controls — a household node with ~24 GB of GPU memory serves open-weight reasoning models in the 27–35B class at 4-bit quantisation. Work that exceeds it routes to a larger open-weight model on GDPR-compliant EU infrastructure, never a US hyperscaler, and the routing decision is visible to the user. Europe should not have to choose between using AI and keeping its data.

Next. A trading space and a learning platform are in progress.

Research: custom neural architectures

The Brain space (Tahlamus) is original PyTorch work rather than model wrappers — a bet that the coordination layer, not the model, is where systems like this break.

Architecture What it does
TransformerCTM Four continuous-thought models (spatial, logic, temporal, value) with a learned halt predictor and LoRA fine-tuning
ATM-R Adaptive thalamic multimodal router — differentiable routing gates, backprop across modalities
Hebbian plasticity Online correlation-based learning, gradient-free, sub-millisecond updates
Radial attention Five rings: sensory → pattern → semantic → abstract → meta
Mamba SSM State-space model integration behind the ATM-R router
Neuroscience modules PFC, ACC, OFC, amygdala, VTA, LC, raphe, claustrum, hippocampus, cerebellum

Why this is defensible

Not a model moat — operational depth. Making dozens of agents coordinate reliably against private data, with state that survives failure, is precisely where these systems break, and that is what the last eighteen months went into. Each user additionally accumulates personal memory and retrieval context, which makes the assistant more useful over time and more costly to replace.


Selected work

Repository What it is
Vibemind_V1 VibeMind's public snapshot — architecture docs, MCP services, intent-validation suite. The product core is a private submodule
Captain_cook Auditable agent-work orchestrator: decomposes engineering problems, gates work against a constitution, records the lifecycle in a local ledger
coding-engine Society-of-Mind autonomous code generation — 37+ agents turning JSON requirements into production-ready projects
VibeMind-VoiceDialog The voice layer: realtime speech, intent routing, Three.js multiverse UI
la_fungus_search Bio-inspired semantic code search — FAISS, EmbeddingGemma, BM25
Automation_ui The desktop space — OS automation via the MoirE agent society: 3 OCR engines, gRPC, WebRTC
vibemind-hr-skills 13 production-ready Claude Skills (Excel/Word generators), MIT licensed
req-orchestrator Requirements-to-spec pipeline — ChunkMiner, knowledge-graph agent, validator, RAG retrieval
langdock-mcp Complete MCP server for the Langdock API — 35 tools, AutoGen multi-agent team

Background

AI and automation engineering; previously mechatronics at BMW, then applied informatics (bioprocess informatics) at HSWT Weihenstephan-Triesdorf. Working in generative AI since 2021. German and English.

Python · TypeScript · PyTorch · AutoGen · MCP · FastAPI · Electron · Three.js · Next.js · Docker · Proxmox · Supabase · Qdrant · n8n

Elsewhere

Building agent infrastructure that runs on hardware you control.

Pinned Loading

  1. coding-engine coding-engine Public

    Society of Mind autonomous code generation - 37+ agents turning JSON requirements into production-ready projects

    Python