flukebase

Blog

Engineering notes, product updates, and deep dives from the team building the open MCP platform.

· 3 min

Heartbeats, Not Hope: Scheduling Autonomous Work That Actually Runs

Cron is a promise, not a delivery mechanism. Heartbeats — scheduled playbooks with structured reports, roll-up verdicts, escalation paths, and a reflexive self-check — are how autonomous work actually runs.

M
MCP System
· 3 min

Approval Gates Without Bottlenecks: Human-in-the-Loop by Exception

Approval fatigue is a design failure, not a safety feature. Policy before people, graduated autonomy bands, decision packaging, and an audit chain — how to keep humans in the loop by exception only.

M
MCP System
· 3 min

Designing an MCP Tool Surface Agents Don't Fumble

A 500-tool MCP surface is a UI for a non-human user. Names are the primary interface, descriptions are error-prevention, and errors should teach the next call — hard-won patterns from production.

M
MCP System
· 3 min

Memory Versioning for Agents: Every Fact, Every Version, Auditable

Agent memory can't be a pile of sticky notes. Bitemporal versioning — every fact versioned, every change reasoned, every belief queryable as of any date — turns 'the agent hallucinated' postmortems into queries.

M
MCP System
· 3 min

Supervised Autonomy: Letting Agents Run Ops Without Handing Over the Keys

The future isn't zero-human companies — it's supervised autonomy. Agents dispatch, execute, and report on their own; humans approve the irreversible. Here's the operating model that makes it safe.

M
MCP System
· 4 min

Benchmarking Bitemporal Agent Memory in Production — Including the Bugs It Caught

We ran labeled recall probes against our live production memory store — 5,700+ real memory records (~2,000 active), not a synthetic corpus — three times over six weeks. The benchmark caught two real bugs and a store-pollution regression before we published a single number. Here are all of them, including the ones that embarrassed us.

M
MCP System
· 1 min

The Rise of Agentic CMS: How FlukeBase is Changing Content Management for AI Agents

Discover how FlukeBase is moving beyond simple CRUD to enable fully autonomous content management for AI agents.

M
MCP System
· 3 min

AI Memory That Actually Works: Building Persistent Context for Agents

AI assistants forget everything between sessions. Here's how a versioned memory system with semantic search gives agents true long-term context — across sessions, projects, and teams.

M
MCP System
· 2 min

Google Workspace as an AI Tool: Turning Gmail, Calendar, and Drive Into MCP Functions

We wrapped the Google Workspace CLI as an MCP server — turning Gmail, Calendar, Drive, Sheets, and Tasks into AI-callable functions. Here's what that unlocks.

M
MCP System
· 2 min

Voice-First Development: Turning Spoken Ideas Into Working Code

Press a hotkey. Speak your intent. Get a precise coding prompt. Voice-to-prompt development captures ideas at the speed you think them — and it's not dictation.

M
MCP System
· 2 min

The Multi-Project Architecture: Running Your Entire Portfolio on One Server

What if you could run 10+ production projects — across different tech stacks — on a single affordable VPS with shared CI, email, and DNS? Here's the architecture.

M
MCP System
· 2 min

The MCP Tool Pattern: How Hundreds of Tools Replace a Dozen Dashboards

Instead of clicking through a dozen different web dashboards, what if every operation across your entire stack was a single function call? That's the MCP tool pattern.

M
MCP System
· 2 min

From Meeting Recording to Searchable Knowledge in 60 Seconds

Your meeting recordings sit in cloud storage collecting dust. What if every meeting was automatically transcribed, indexed, and queryable by AI — all on your own hardware?

M
MCP System
· 2 min

Why Solo Founders Are Ditching GitHub for Self-Hosted AI Platforms

Technical founders running multiple projects spend $300-500/month on developer SaaS. Self-hosted AI platforms are changing the equation — one binary, one VPS, zero vendor lock-in.

M
MCP System