Rag

Connecting the Dots with Context Graphs — Stephen Chin, Neo4j

Connecting the Dots with Context Graphs — Stephen Chin, Neo4j

Stephen Chin of Neo4j argues that traditional RAG is insufficient because AI agents lose the reasoning behind past decisions. He introduces Context Graphs as a solution to capture the 'why' behind decisions, creating a queryable system of precedent that provides grounded, explainable, and auditable results.

Agentic Search for Context Engineering — Leonie Monigatti, Elastic

Agentic Search for Context Engineering — Leonie Monigatti, Elastic

Leonie Monigatti from Elastic provides a practical guide to agentic search, arguing that effective context engineering is not just a retrieval problem, but a search problem. The workshop explores the trade-offs between specialized tools (like semantic search) and general-purpose tools (like shell and SQL execution), offering a "low floor, high ceiling" framework for building a robust and efficient retrieval stack for AI agents.

Mergeable by default: Building the context engine to save time and tokens — Peter Werry, Unblocked

Mergeable by default: Building the context engine to save time and tokens — Peter Werry, Unblocked

A practitioner's guide to building a context engine, the reasoning layer that provides AI agents with the necessary organizational context to generate effective and appropriate code. The talk debunks common myths about RAG and large context windows, outlines core requirements for a robust context engine, and shares lessons learned from production.

How RAG, GraphRAG, and Context Engineering Improve AI Performance

How RAG, GraphRAG, and Context Engineering Improve AI Performance

Martin Keen explains that context, not model intelligence, is the biggest bottleneck in AI. He introduces Context Engineering, its four pillars (Connected Access, Knowledge Layer, Precision Retrieval, Runtime Governance), and advanced techniques like GraphRAG to build more reliable, context-aware AI systems.

⚡️ Competing with ChatGPT and Sierra, building a $10M ARR company — Yasser Elsaid, Founder, Chatbase

⚡️ Competing with ChatGPT and Sierra, building a $10M ARR company — Yasser Elsaid, Founder, Chatbase

Yaser Al, founder of Chatbase, shares his journey of bootstrapping the company from a side project to a $10M ARR business. He details his product-led growth strategy, the evolution of the tech stack from early RAG to a multi-model harness, and his vision for AI agents as 'Chief Customer Officers'.

The Four Types of Memory Every AI Agent Needs — with Richmond Alake

The Four Types of Memory Every AI Agent Needs — with Richmond Alake

Richmond Alake from Oracle explains the critical role of Agent Memory in building adaptive AI agents, detailing the four types of memory, the limitations of Retrieval-Augmented Generation (RAG), and the architecture of the modern agent stack.