Content Collections
All Content



+3
Varsha Prasad Narsing, Francisco Javier Arceo, David DeStefano & 3 content:more content:speakers · Jun 17th, 2026
Retrieval-Augmented Generation and agentic AI are increasingly common in enterprise deployments, but real enterprise environments introduce challenges largely absent from academic treatments and consumer-facing APIs: multiple tenants with heterogeneous data, strict access-control requirements, regulatory compliance, and cost pressures that demand shared infrastructure.
This paper identifies a fundamental problem underlying existing RAG architectures in these settings. Retrieval systems rank documents by relevance, not by authorization, so a query from one tenant can surface another tenant’s confidential data simply because it scores highest. The authors formalize this relevance-authorization gap alongside related shortcomings (tool-mediated disclosure, context accumulation across turns, client-side orchestration bypass) and introduce a layered isolation architecture combining policy-aware ingestion, retrieval-time gating, and shared inference, enforced through server-side orchestration. They validate it through an open-source implementation in OGX, a vendor-neutral OpenAI-compatible Responses API, showing empirically that ABAC gating eliminates cross-tenant leakage while introducing negligible overhead.
# Agent Security
# AgenticRAG
# RAG



+2
German Krikorian, Raj Katakam, Mick Jermsurawong & 2 content:more content:speakers · Jun 17th, 2026
Real-time ML use cases like personalization and risk decisioning come with a unique set of challenges: serving fresh feature values at low latency for inference, generating temporally consistent backfills for training, and building complex chains of on-demand, batch, and streaming transformations. In this roundtable, practitioners from Intuit, CreditKarma, Depop, and OpenAI share how they use Zipline and the OSS Chronon project to solve these challenges and deploy real-time ML use cases in production.
# Real-time ML
# Zipline
# Chronon

Naseem Al-Naji · Jun 16th, 2026
Naseem Al-Naji is the co-founder of MCPcat.io and the creator of Opal — a builder with deep roots in privacy-first developer tooling. In this conversation, he breaks down why MCP servers have become a black box in production, and how MCPcat gives teams X-ray vision into how agents and users actually behave.
# MCP
# AI Agents
# Observability

Subham Kundu · Jun 16th, 2026
This blog explains how Claude Code Hooks let you automate and control Claude's behavior throughout its lifecycle, turning it from a coding assistant into a programmable part of your engineering workflow. Hooks can run shell commands, call APIs, invoke LLMs, or launch subagents whenever specific events occur.
# Generative AI
# Agentic AI
# AI Agents
# Claude Code
# MCP


Stanislas Polu & Demetrios Brinkmann · Jun 12th, 2026
Stanislas Polu is Co-Founder & CTO of Dust — the enterprise AI agent platform used by 51,000 workers at 3,000+ companies. Before Dust, he spent three years on OpenAI's research team under Ilya Sutskever, working on mathematical reasoning in language models, and prior to that was an engineer at Stripe. He brings a rare combination of frontier AI research and product-building experience to the enterprise agent space.
# Enterprise AI
# AI Agents
# Dust


James Everingham & Demetrios Brinkmann · Jun 9th, 2026
James Everingham is the CEO and Co-founder of Guild.ai — the AI agent control plane for production teams. With roots at Netscape, Instagram (Head of Engineering), and Meta (Head of Dev Infra, leading a 1,000-person org), James brings rare, hard-won expertise to the challenge of operating AI agents at scale.
# Agentic AI
# AI Agents
# AI Engineering

Vishakha Gupta · Jun 9th, 2026
The blog breaks down human memory into functional layers and maps them to the architectural requirements of AI systems. It shows how separating sensing, storage, context, and reasoning leads to more robust agents, and why today’s embedding‑only approaches fall short.
# AI Agents
# Cognition
# Vector / Similarity / Semantic Search
# Knowledge Graph and Graph Databases
# Multimodal / Generative AI


Thiago Cardoso & Demetrios Brinkmann · Jun 5th, 2026
Thiago Cardoso is the Director of Data & AI at iFood and the architect behind iFood Pago's AI agent platform. This fintech system serves millions of restaurants across Brazil through WhatsApp and the iFood app. In this episode, he breaks down what it actually takes to ship agentic AI in production at scale.
# iFood
# AI Agents
# Fintech AI
# Agentic AI
# Prosus Group


Sherwood Callaway & Demetrios Brinkmann · Jun 2nd, 2026
Sherwood Callaway is the founder of Sazabi (YC P26), the AI-native observability platform built for engineering teams who ship fast. He previously founded and exited a YC company — now he's back, betting that logs are all you need to replace Datadog.
# AI Observability
# Datadog Alternative
# AI Agents
# Logs

Mihail Eric · Jun 2nd, 2026
A walk-through of RePPIT, a five-step framework for shipping production code 2-3x faster with AI that is used by companies of all sizes, from seed-stage startups to public enterprises.
# RePPIT
# Platform Engineering
# Enterprise AI
