Patrick Joubert

451 posts

Patrick Joubert banner
Patrick Joubert

Patrick Joubert

@patrickjoubert

CEO @RippletideCo | Your agent decided in production. Can you reproduce it? | Decision runtime for AI agents | 3x founder, 3x exits: SAP, CircleCI, Steria

San Francisco, CA Katılım Temmuz 2010
191 Takip Edilen786 Takipçiler
Sabitlenmiş Tweet
Patrick Joubert
Patrick Joubert@patrickjoubert·
@JasonSCui @a16z published the clearest diagnosis of enterprise AI failure I've read from an investor. Thesis: agents fail because they're blind. Build a context layer. I agree. And that's why I wrote this. Context tells an agent what to know. It doesn't tell it what it's authorized to do. A bad answer is an error. A bad action is an incident. Context layers are the prerequisite. Decision layers are the guarantee. → rippletide.com/resources/blog…
English
0
1
7
76
Patrick Joubert retweetledi
Marcelo P. Lima
Marcelo P. Lima@MarceloLima·
Boris Cherny of Anthropic on $NOW: "If I'm doing something and I don't have the context, I'm not going to do a great job... ServiceNow is a really a great way to bring in that context that it needs to do the job."
English
7
23
316
169.4K
Patrick Joubert
Patrick Joubert@patrickjoubert·
One of the best pieces of product engineering analysis I’ve read this year. The key insight: the prompts aren’t documentation. They’re compiled product decisions. Every line reveals a tradeoff, initiative vs. overreach, memory vs. noise, speed vs. cache cost. Anthropic didn’t write instructions for an LLM. They wrote an operational philosophy. The Claude vs. Codex framing is the most useful for builders. Claude pushes toward initiative. Codex pushes toward precision. Two different theories of what an agent should do when facing ambiguity, one says “move forward,” the other says “don’t drift.” The deeper takeaway: prompt cache isn’t an infra optimization. It’s a design constraint that shapes observable product behavior. When token economics drive UX decisions, you’re doing cost architecture, not just engineering. And for anyone building agentic systems: the value is no longer in the model. It’s in the decision layer that controls what the model does and what it doesn’t.
Thomas Molinier@randomtryidk

x.com/i/article/2038…

English
0
0
1
35
Patrick Joubert
Patrick Joubert@patrickjoubert·
@JasonSCui @a16z published the clearest diagnosis of enterprise AI failure I’ve read from an investor. Thesis: agents fail because they’re blind. Build a context layer. I agree. And that’s why I wrote this. Context tells an agent what to know. It doesn’t tell it what it’s authorized to do. A bad answer is an error. A bad action is an incident. Context layers are the prerequisite. Decision layers are the guarantee. → rippletide.com/resources/blog…
English
0
1
2
26
Patrick Joubert
Patrick Joubert@patrickjoubert·
Keycard, iDox.ai, Operant AI. Three new products launched around RSAC 2026, all framing it as "guardrails." The distinction worth making: guardrails block categories of action. A decision runtime validates the specific action your agent is about to take, against your rules, before it executes.
English
0
0
0
24
Patrick Joubert
Patrick Joubert@patrickjoubert·
Oracle just put AI agents in charge of finance and procurement decisions. Massive. And the right next question isn't "will it work?" It's "can you replay what the agent knew and decided, six months from now?" That's what makes it enterprise-grade.
English
0
1
1
145
Patrick Joubert
Patrick Joubert@patrickjoubert·
Honest question for Claude Code users: Is it actually saving you time, or just making coding more fun? For me, clearly the latter. I ship faster. I enjoy it more. But I’m not sure I’m delivering more value than before. The dopamine of “it works!” has never been higher. The question of “should I have built this?” has never been more ignored. Anyone else feeling this?
English
0
0
1
34
Patrick Joubert
Patrick Joubert@patrickjoubert·
New from @ETH_en: LLM-generated AGENTS.md files reduce agent performance by 3% and inflate costs by 20%. More rules = fewer rules followed. The fix is not a better context file. It's enforcement at the execution layer, not in the prompt. arxiv.org/abs/2602.11988 rippletide.com/dev
English
0
0
0
35
Patrick Joubert
Patrick Joubert@patrickjoubert·
You wrote the rules in CLAUDE.md. The agent read them, agreed, and did the thing you told it not to. The context file is not the enforcement layer. The hook is. Knowing a rule is not the same as enforcing it. rippletide.com/dev
English
0
0
0
25
Patrick Joubert
Patrick Joubert@patrickjoubert·
@NVIDIA ships NemoClaw at #GTC26: policy guardrails for AI agents. Right direction. But guardrails block categories. A decision runtime validates each specific decision against your enterprise rules, before execution. The fence is not the judge. @RippletideCo
English
1
0
0
31
Patrick Joubert
Patrick Joubert@patrickjoubert·
Upstream scope change triggers a re-evaluation cascade. The graph knows which downstream decisions referenced that node, so you invalidate selectively, not a full replay. That’s the core reason markdown falls short: you can’t query “what depends on this.” We call it decision lineage. It’s also what makes audits tractable.
English
0
0
1
16
Chen Avnery
Chen Avnery@MindTheGapMTG·
Honest answer: at 6 agents the bottleneck isn't enforcement, it's cross-agent state visibility. Hooks catch violations fast but don't give you the dependency chain you're describing. We compensate with structured decision logs that reference prior agent outputs by ID. Your graph approach would handle that natively. The tradeoff you're making - hundreds of ms for deterministic correctness - is the right one for anything touching production data. Curious what your replay story looks like when a downstream agent needs to re-evaluate after an upstream scope change.
English
1
0
0
22
Patrick Joubert
Patrick Joubert@patrickjoubert·
16 @AnthropicAI agents built a 100,000-line Rust C compiler from scratch. 2,000 sessions. $20,000 in API. How do you validate the decisions 16 agents made across 100K lines before it hits production? The right question nobody's asking. anthropic.com/engineering/bu…
English
2
0
2
54