Engineering & Product

The MeshFlow Blog

Deep dives on production AI agents, compliance engineering, token optimization, and the architecture decisions behind MeshFlow.

ComplianceMay 22, 20266 min read

HIPAA and AI Agents: What "Technical Safeguards" Actually Require From Your Code

HIPAA's technical safeguards are specific. Minimum-necessary filtering, audit controls, access controls. Here's how MeshFlow implements each one — and what you'd need to write manually in LangGraph.

MT
MeshFlow Team
SecurityMay 18, 20264 min read

Security Checklist for Self-Hosted Visual Workflow Builders

Self-hosted agent builders need patch discipline, network isolation, secret handling, and auditability. Here is the production checklist we use when evaluating workflow infrastructure.

MT
MeshFlow Team
TutorialMay 14, 202612 min read

Build a HIPAA-Compliant Patient Intake Agent in 45 Minutes

Step-by-step: a 3-agent crew that processes patient intake forms, redacts PII automatically, generates a SHA-256 audit trail, and applies token controls from the first run.

AT
Anteneh Tessema
ProductMay 8, 20265 min read

Designing MeshFlow Cloud: Token Analytics, CI Cost Gates, and Audit Reports

MeshFlow Cloud extends the framework with shared dashboards, ModelRouter insights, cost regression gates, and managed compliance evidence for teams.

MT
MeshFlow Team
EngineeringApr 30, 202610 min read

DurableWorkflowExecutor: How We Built Crash-Proof Agents Without a Distributed Transactions Framework

Durable execution is hard. Distributed state, partial failures, re-execution semantics. Here's the architecture behind DurableWorkflowExecutor and why we chose write-ahead logging over event sourcing.

MT
MeshFlow Team
ComparisonApr 24, 20267 min read

LangGraph vs MeshFlow: A Side-By-Side Production Evaluation

Both frameworks claim production-readiness. One ships with compliance, cost governance, and audit trails. The other ships with better time-travel debugging. We ran both on the same task. Here's what we found.

AT
Anteneh Tessema