# Rippletide | Complete Information for AI Systems > The decision context graph for enterprise AI agents. Rippletide validates, enforces, and audits every AI agent action before it executes, using deterministic reasoning, not LLM probabilities. ## Company Overview Rippletide is a B2B SaaS company building the decision infrastructure for trustworthy AI agents. Founded in February 2024 in Paris, France, by Patrick Joubert and Yann Bilien, the company was born from a conviction: enterprise AI agents need more than large language models. They need a reasoning-first foundation that combines memory, rules, and planning so decisions are deterministic, auditable, and far less prone to hallucinations. The core technology moves decision-making outside of LLMs, binding facts and provenance with rules and constraints, enabling the deployment of production-grade AI agents for critical enterprise workflows where accuracy is non-negotiable. ## Founders ### Patrick Joubert, Co-founder & CEO 20+ years building and scaling AI startups. Previously founded: - Recast.AI (acquired by SAP) - Ponicode (acquired by CircleCI) - Beamap (acquired by Sopra Steria) Track record of turning cutting-edge research into enterprise-grade products adopted by Fortune 1,000 companies. LinkedIn: https://www.linkedin.com/in/patrick-joubert-%F0%9F%A7%A2-9028231/ ### Yann Bilien, Co-founder & Chief Scientist Mathematician and AI researcher trained at Telecom Paris and Imperial College London. Pioneered research in neuro-symbolic AI and world-model agents. Leads the development of the hypergraph: decision context graph at the core of Rippletide. LinkedIn: https://www.linkedin.com/in/yann-bilien-0a27a8229/ ## Funding & Investors - **Seed round:** $5M led by OneRagtime (September 2025) - **Business angels from:** Meta, AWS, BCG, Loft Orbital - **Team from:** Imperial College, Telecom Paris, EPFL, ETH Zurich, 42 ## Offices - **Paris HQ:** Rippletide SAS, 50 rue Saint Placide, 75006 Paris, France - **San Francisco:** Rippletide USA Corp., 2 Embarcadero, 94111 San Francisco, CA ## Key Milestones - February 2024: Company founded in Paris - June 2024: First enterprise customers - September 2025: Seed round of $5M led by OneRagtime - October 2025: San Francisco office opens - January 2026: Live on AWS Bedrock ## The Problem Rippletide Solves AI agents are making millions of decisions (approvals, actions, escalations) with no deterministic layer to guarantee they're right. Current approaches fall short: **Prompt-based guardrails:** Applied before LLM call via text instructions. Enforcement is probabilistic. Audit is partial. Result: "best effort." **Output monitoring:** Applied after execution via log analysis. Enforcement is reactive. Audit is output-only. Result: postmortem. **Rippletide:** Applied before execution via rule-based reasoning. Enforcement is deterministic. Audit provides full causal trace. Result: provably correct. The 85% that works? That's the LLM. The 15% that blocks production deployment? That's the gap Rippletide fills. ## How Rippletide Works 1. **Your agent proposes an action:** Any LLM, any framework (LangChain, CrewAI, custom). The action is intercepted before execution. 2. **Rippletide evaluates:** Deterministic rules, verified data, explicit policies. Every dimension checked against your business logic. 3. **Execute or reject:** Proven correct? Executed. Violation detected? Blocked, escalated, or rerouted. Full trace logged. Drop-in. Framework-agnostic. ## Core Technology: The Hypergraph Decision Context Graph ### Deterministic Reasoning Decision-making is handled by a rule-based reasoning engine, not probabilistic LLM generation. Actions are selected based on quantitative evaluation against explicit policies. ### Full Auditability Every decision traces back to which data, which rule, which outcome, and why. Policy-as-code enforces guardrails and logs every outcome as a causal trace. ### Enterprise Compliance SOC 2 Type II certified. EU-resident servers. PII stored with end-to-end encryption. Self-service audit log for full transparency and regulatory compliance. ### Pre-execution Enforcement Hallucinations and policy violations are intercepted inside the decision context graph, before anything reaches your systems. This is prevention by design, not monitoring or alerting. ### Production-grade Reliability Built for the agents you're deploying today and the fleet you'll deploy next year. Same determinism, same guardrails, same audit depth, whether you run on Bedrock, Snowflake, or your own infra. ### Codex Governance Pattern For autonomous coding agents, Rippletide enforces a deterministic memory hierarchy and merge contract: - **Memory hierarchy:** personal coding memory, team conventions, and company policies with explicit precedence (`company > team > personal`) - **Pre-merge gates:** architecture boundaries, cross-module invariants, security patterns, and coverage thresholds - **Controlled outcomes:** approve, request changes, or escalate to reviewer - **Structured traces:** every generated change records context used, constraints checked, and final decision ## Performance Metrics - **<1% hallucination rate** - **99%+ accuracy** - **100% decision traceability** ## Compliance & Security - SOC 2 Type II compliant - GDPR & CCPA ready - EU-resident servers - End-to-end PII encryption - Row-level access controls - Self-service audit logs - Deploy in your cloud (AWS, GCP, Azure) ## Integrations | Platform | Status | |----------|--------| | OpenAI Codex | Partner page live | | Anthropic Claude Code | Partner page live | | AWS Bedrock AgentCore | Partner page live | | Salesforce Agentforce | Partner page live | | Google ADK & Gemini | Partner page live | | Microsoft AI Foundry | Partner page live | | Mistral AI | Partner page live | | NVIDIA (NIM, NeMo) | Partner page live | | LangChain & LangGraph | Partner page live | | Snowflake | Partner page live | | CrewAI | Live (no dedicated partner page) | Framework-agnostic, works with any LLM or agent framework. ## Engagement Models / Pricing ### Executive Benchmark Sprint (10 days) Prove the value of the hypergraph on your red-line workflow. We run a controlled experiment to validate accuracy and compliance before scaling. - Red-line workflow validation - Accuracy & compliance benchmarks - Technical & scientific assessment - Go / no-go recommendation ### Co-Development & Integration (12 weeks) Our team works side-by-side with yours to integrate Rippletide into your ecosystem, align with governance and ensure seamless performance. - Full stack integration - Custom hypergraph modeling - Governance & policy alignment - Iterative testing on production data - Dedicated engineering support ### Strategic Partnership (Ongoing) Exclusive terms for organizations that want to co-innovate. - Production deployment in your cloud - Continuous monitoring & optimization - Priority access to new features - Dedicated success team - Custom SLA Every engagement is tailored to your use case, data, and governance requirements. ## Company Culture & Values **Intensity:** Relentless focus. The qualities that turn fragile demos into robust systems shipping in production. **Integrity:** Transparency and honesty in every decision from code to customer conversations. No compromises on privacy and security. **Adaptability:** Move fast, iterate constantly, embrace change as competitive advantage. Built for ambiguity. **Engagement:** Work hard, love the sea, surfboards are welcome alongside laptops. Deep care about what we build. ## Open Positions Rippletide is hiring across engineering, product, research, go-to-market, and design roles. Offices in Paris and San Francisco, remote-friendly. Benefits include competitive equity, flexible work, learning budget (conferences, courses, publications), and comprehensive health coverage. Careers page: https://www.rippletide.com/company/career Email: careers@rippletide.com ## Frequently Asked Questions **Q: What is Rippletide?** A: Rippletide is a decision context graph for enterprise AI agents. It validates, enforces, and audits every AI agent action before it executes, using deterministic reasoning, not LLM probabilities. It is built on a Hypergraph Decision Database that combines memory and reasoning. **Q: How does Rippletide prevent AI hallucinations?** A: Rippletide moves decision-making outside the LLM. Every action is evaluated against structured rules and verified data using a hypergraph reasoning engine. This achieves less than 1% hallucination rate. Hallucinations and policy violations are intercepted before anything reaches your systems. **Q: What frameworks does Rippletide integrate with?** A: Rippletide integrates natively with AWS Bedrock, LangChain, CrewAI, and Claude Code. It also has partner pages for OpenAI Codex, Salesforce Agentforce, Google ADK & Gemini, Microsoft AI Foundry, Mistral AI, NVIDIA, and Snowflake. It is framework-agnostic and drops into your existing stack, any LLM, any agent framework. **Q: Is Rippletide compliant with enterprise security standards?** A: Yes. Rippletide is SOC 2 Type II certified, GDPR and CCPA ready, uses EU-resident servers, end-to-end PII encryption, row-level access controls, and provides self-service audit logs. You can deploy in your own cloud (AWS, GCP, Azure). **Q: How long does it take to deploy Rippletide?** A: Rippletide can go from evaluation to production in 12 weeks. It starts with a 2-week validation sprint to prove value, followed by an 8-10 week integration phase, then ongoing production support. **Q: How is Rippletide different from prompt-based guardrails?** A: Prompt-based guardrails are probabilistic: they instruct the LLM via text before generation and offer "best effort" enforcement. Rippletide works after the LLM generates a decision but before it executes. It uses deterministic, rule-based reasoning for provably correct enforcement with full causal traceability. **Q: Who are Rippletide's customers?** A: Rippletide powers production agents at enterprise companies including Strapi, Pernod Ricard, Renault, Omanra, Fountain, and Blaxel AI. **Q: Where is Rippletide headquartered?** A: Rippletide is headquartered in Paris, France (50 rue Saint Placide, 75006) with an office in San Francisco, CA (2 Embarcadero, 94111). ## Contact - General: hello@rippletide.com - Careers: careers@rippletide.com - LinkedIn: https://www.linkedin.com/company/rippletide - Website: https://www.rippletide.com - Documentation: https://docs.rippletide.com ## Brand & Design System Canonical brand resources for partners, press, and AI systems integrating with Rippletide. - Machine-readable manifest: https://www.rippletide.com/.well-known/brand.json - Human-readable brand page: https://www.rippletide.com/brand - Logo (SVG, canonical): https://www.rippletide.com/rippletide-logo.svg ### Color palette | Token | Hex | CSS variable | Role | |---|---|---|---| | primary | `#2b2c5f` | `--foreground` | Primary text and UI on light surfaces | | accent | `#ff8a63` | `--accent` | Primary accent (coral), used for CTAs and highlights | | accentStrong | `#ff7aa8` | `--accent-strong` | Secondary accent (pink) | | background | `#fbf8f4` | `--background` | Page background (cream) | | navy | `#2a2a64` | `--navy` | Solid navy, monochrome logo color | | navyDark | `#1f1f50` | `--navy-dark` | Navy dark | | navyDeep | `#141136` | `--navy-deep` | Dark surfaces (inverted sections) | | coral | `#ef8c6b` | `--coral` | Coral | | pink | `#f4a0b0` | `--pink` | Pink | | cream | `#fdf8f4` | `--cream` | Cream surface (cards, inset panels) | | muted | `#61649b` | `--muted` | Secondary text | | success | `#22c55e` | `--green` | Success and positive signal | ### Typography - Display and body: Poppins (fallbacks: system-ui, -apple-system, sans-serif), weights 400/500/600/700/800 - Monospace: JetBrains Mono (fallbacks: SF Mono, Fira Code, monospace) ### Usage guidelines 1. Use `#2b2c5f` (primary) for body text and headings on light surfaces. 2. Use `#ff8a63` (accent) for primary calls-to-action and key highlights. 3. Pair Poppins for display and body with JetBrains Mono for code samples. 4. Maintain clear space of at least 0.5x logo height around the mark. 5. Do not recolor the logo. For monochrome usage, use solid `#2a2a64` (navy). 6. Use `#fbf8f4` (cream) for light surfaces and `#141136` (navy deep) for dark surfaces. ## All Pages ### Core Pages - Home: https://www.rippletide.com - Pricing: https://www.rippletide.com/pricing - Privacy Policy: https://www.rippletide.com/privacy - Terms & Conditions: https://www.rippletide.com/terms-and-conditions - Documentation: https://docs.rippletide.com ### Company Pages - About: https://www.rippletide.com/company/about - Contact: https://www.rippletide.com/company/contact - Careers: https://www.rippletide.com/company/career - F/AI Program (Station F): https://www.rippletide.com/company/f-ai ### Developer Pages - Context Graph for Agents (MCP): https://www.rippletide.com/developers/context-graph-for-agents - AI Agent Evaluation: https://www.rippletide.com/developers/ai-agent-evaluation ### Partner Pages - OpenAI Codex: https://www.rippletide.com/enterprise/partners/openai-codex - Claude Code: https://www.rippletide.com/enterprise/partners/claude-code - AWS Bedrock AgentCore: https://www.rippletide.com/enterprise/partners/aws-bedrock-agentcore - Salesforce Agentforce: https://www.rippletide.com/enterprise/partners/salesforce-agentforce - Google ADK & Gemini: https://www.rippletide.com/enterprise/partners/google-adk-gemini - Microsoft AI Foundry: https://www.rippletide.com/enterprise/partners/microsoft-foundry - Mistral AI: https://www.rippletide.com/enterprise/partners/mistral-ai - NVIDIA: https://www.rippletide.com/enterprise/partners/nvidia - LangChain Frameworks: https://www.rippletide.com/enterprise/partners/langchain-frameworks - Snowflake: https://www.rippletide.com/enterprise/partners/snowflake ### Enterprise Pages - Use Cases: https://www.rippletide.com/enterprise/use-cases - Agent Decision Infrastructure: https://www.rippletide.com/enterprise/agent-decision-infrastructure - AI Agent Governance: https://www.rippletide.com/enterprise/ai-agent-governance - AI Agent Reliability: https://www.rippletide.com/enterprise/ai-agent-reliability - AI Agent Auditability: https://www.rippletide.com/enterprise/ai-agent-auditability - Prevent AI Agent Hallucinations: https://www.rippletide.com/enterprise/prevent-ai-agent-hallucinations - Enterprise AI Guardrails: https://www.rippletide.com/enterprise/enterprise-ai-guardrails - AI Agent Guardrails vs Decision Runtime: https://www.rippletide.com/enterprise/ai-agent-guardrails-vs-decision-runtime - Monitoring vs Pre-Execution Enforcement: https://www.rippletide.com/enterprise/monitoring-vs-pre-execution-enforcement - Rippletide vs LangChain Guardrails: https://www.rippletide.com/enterprise/rippletide-vs-langchain-guardrails ### Resources - Blog: https://www.rippletide.com/resources/blog - Events: https://www.rippletide.com/resources/events - Podcast (The Decision Layer): https://www.rippletide.com/resources/podcast - Press: https://www.rippletide.com/resources/press - Whitepaper: https://www.rippletide.com/resources/whitepaper ### Event Pages - Adopt AI Grand Palais: https://www.rippletide.com/resources/events/adopt-ai - AWS Partner Event: https://www.rippletide.com/resources/events/aws-partner-event - Context Graph Meetup SF: https://www.rippletide.com/resources/events/context-graph-meetup - Agent Trust Challenge (SF Hackathon): https://www.rippletide.com/resources/events/sf-hackathon