Lessons Learned Building Rippling AI | Interrupt 26
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
BURIED Language in SCOTUS Ruling TANKS Trump’s TARIFFS
Legal AF
76.2k views
I Built Two Unicorns. Here’s The Only AI Startup I’d Build in 2026
Rob Walling
27.5k views
The Only AI Coding Tools Worth Learning in 2026
Tech With Tim
38.1k views
Learn 80% of Bodybuilding in Just 10 Minutes
Anthony Chaffee MD
16.6k views
1929 vs 2025: Andrew Ross Sorkin on Crashes, Bubbles & Lessons Learned
All-In Podcast
295.8k views
Context Engineering for AI Agents with LangChain and Manus
LangChain
67.0k views
Trump RIPPED to SHREDS by Judge in FILING OF THE YEAR
Legal AF
98.1k views
Building Your Own Unified AI Assistant Using Claude Code
Unsupervised Learning
248.1k views
How to apply context engineering
LangChain
58.0k views
Context Engineering for Agents
LangChain
189.5k views
Top Comments (2)
the framing as an employee graph instead of just joining a bunch of tables is what got me, answering stuff across payroll/HR/benefits really is an entity+relationship problem more than a search problem. ran into the same thing building an internal tool over messy source systems and ended up using HydraDB instead of the usual vector search route, queries got way more reliable once relationships were modeled directly.
so, in this architecture, you don't use RAG at all? the whole system generated context on SQL? And can somebody explain how the DBCache layer works..PLease!
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (2)
the framing as an employee graph instead of just joining a bunch of tables is what got me, answering stuff across payroll/HR/benefits really is an entity+relationship problem more than a search problem. ran into the same thing building an internal tool over messy source systems and ended up using HydraDB instead of the usual vector search route, queries got way more reliable once relationships were modeled directly.
so, in this architecture, you don't use RAG at all? the whole system generated context on SQL? And can somebody explain how the DBCache layer works..PLease!