Diagrid

@diagrid.bsky.social

Making AI agents and Workflows reliable and secure in production.

Your AI agent answers with full confidence, but its knowledge is frozen at training time. Some answers may already be out of date. New #Dapr University track: build a Python agent that searches the live web (via Tavily) so answers stay current. Start the free course 👇 diagrid.ws/4ba00rw #AI

Dapr Agents: Fix Outdated Agent Answers - AI University | Diagrid

Learn how to build an end-user-facing expert agent that has access to web search results to prevent stale data being returned from the LLM. You'll need an OpenAI API key (https://platform.openai.com/s...

diagrid.ws

Logs can be edited. Audit records can be altered. For #agents making business-critical decisions in banking, healthcare, and pharma, that’s not enough. Join us July 8 to see how verifiable execution creates signed, tamper-evident proof of what your agents and #workflows did. bit.ly/3QIE3c5 #AI

Can your AI Platform do this? Agents on Trial: Proving What Your Workflows Actually Did

Prove what your AI agents and workflows did: signed history, lineage propagation, secured MCP calls. Live on Diagrid Catalyst, July 8.

bit.ly

Most #SRE agent demos do not survive a pod restart. On July 1st, we put a working SRE investigator into production on Diagrid Catalyst using HolmesGPT, and send you home with the repo to run yourself. Register 👇 bit.ly/3SSUCTi #AIAgents #Kubernetes #AIOps #DiagridCatalyst

Durable SRE Investigations: Putting HolmesGPT into production

Deploy a working SRE investigator on Diagrid Catalyst using HolmesGPT. Live demo, lessons from building it, and an agent repo you can run yourself.

diagrid.io

Your payment service is about to charge a card. Can it prove the fraud check ran and a human approved? Durable execution says the workflow finished. It can't prove the right things happened upstream. #Dapr 1.18 makes the chain verifiable end to end. bit.ly/3QwRhbY #AIAgents #DurableExecution

Verifiable Execution Lineage for AI Agent Workflows

Verifiable execution lineage proves what happened across a chain of agent calls. See how Dapr 1.18 and Diagrid Catalyst make the chain cryptographically provable.

diagrid.io

Uniphar runs 400+ durable workflows in production. Tomorrow, Oisín from Uniphar joins the Dapr 1.18 celebration to share how. Plus what's new in Workflow: history propagation, tamper detection, access policies, concurrency limits. Last chance to register 👇 bit.ly/43P1seU #Dapr #Workflows

Dapr 1.18 Celebration: Live Demos of the New Workflow Features

Dapr 1.18 puts Workflow center stage, with a wave of production-focused capabilities. The Dapr maintainers and contributors are getting together for a live session to walk through what's new and show ...

bit.ly

Tomorrow we're going live to build an agent that doesn't make things up 🛠️ We'll wire up Dapr Agents' new Hooks system with Tavily to automatically pull fresh web context into every call. No outdated answers. No skipped tool calls. Register 👇 bit.ly/43P1seU #AIAgents #RAG #Developer

Make Your Agent Production-Smart with Automatic Web Context

Learn how to give any LLM agent reliable, real-time web knowledge without relying on the model to decide when to search. We'll build a durable expert agent end-to-end using Dapr Agents' new Hooks syst...

diagrid.io

Workflow and security take center stage in #Dapr 1.18 🎉 Join the maintainers live for demos of workflow access policies, tamper-evident history, #MCP and security, human-in-the-loop in Diagrid Catalyst, and Dapr Agents with hooks. Plus a Uniphar case study. Register 👇 bit.ly/43P1seU #Workflows

Dapr 1.18 Celebration: Live Demos of the New Workflow Features

Dapr 1.18 puts Workflow center stage, with a wave of production-focused capabilities. The Dapr maintainers and contributors are getting together for a live session to walk through what's new and show ...

bit.ly

What if your agent never had to guess when to search the web? Join us as we build one that doesn’t. Using the new Hooks system in #Dapr Agents, Tavily, and Chainlit, every LLM call is automatically enriched with fresh web context. We'll go from a minimal agent to one you could ship. bit.ly/431gbmO

Make Your Agent Production-Smart with Automatic Web Context

Learn how to give any LLM agent reliable, real-time web knowledge without relying on the model to decide when to search. We'll build a durable expert agent end-to-end using Dapr Agents' new Hooks syst...

diagrid.io

We're excited to announce that #Dapr 1.18 is releasing soon, and Workflow is taking center stage. To celebrate, the maintainers and contributors are getting together live to walk through what's new and show it in action. Bring your questions for the people who built it. Register👇 bit.ly/43P1seU

Dapr 1.18 Celebration: Live Demos of the New Workflow Features

Dapr 1.18 puts Workflow center stage, with a wave of production-focused capabilities. The Dapr maintainers and contributors are getting together for a live session to walk through what's new and show ...

diagrid.io

You'd never onboard a human employee with no record of who they are or what they accessed. Most enterprises are doing exactly that with their #AI agents. A recap of our webinar on why client_id isn't identity, and how #SPIFFE, Dapr, and Catalyst bring zero trust to agentic systems. bit.ly/4flW61Q

Webinar Recap: AI Agent Identity and Security with Diagrid Catalyst

A recap of the Diagrid webinar on AI agent identity and security. Why a client_id is not an identity, why MCP gateways fall short, and how SPIFFE, Dapr, and Catalyst deliver zero trust for agents and ...

bit.ly

#AI agents are being given access to tools, data, and workflows. But most still rely on static keys or shared service accounts, creating major security gaps. Read how agent identity, authorization, and chain of custody should work in production. bit.ly/42TUF3l #CISO #AgentSecurity #AISecurity

AI Agent Identity: The Missing Layer in Enterprise AI

AI agents lack verifiable identity, enforceable authorization, and tamper-proof audit trails. See how Diagrid Catalyst delivers cryptographic identity, zero-trust policies, and a signed chain of custo...

diagrid.io

Gartner predicts 40% of agentic AI projects will be canceled by 2027. It's tempting to blame the models. Industry analyst Janakiram MSV argues the opposite. The model is usually the one part of the system that was already working. The real gap is everything underneath. bit.ly/4a9AhPv #AIAgents

Why AI Agents Fail in Production | Diagrid Catalyst

Most agent projects stall before production, and the model is rarely the cause. The four failure modes behind it: durability, security, cost, and observability.

bit.ly

#MCP gateways solve routing. They don't solve identity, authorization, or proof. 🔐 If your #AI agents are calling APIs or acting on your behalf, "valid token + allowed route" isn't a security model. Read the blog to learn more. Now available in 9 languages🌍 bit.ly/4o40xRb #AIAgents #AISecurity

Why MCP Gateways Are Not Enough for AI Agent Security

MCP gateways handle routing. They don't solve agent identity, authorization, or proof. Here's what enterprise AI agents actually need for zero-trust security in production.

diagrid.io

You give your agent a web-search tool. It ignores it and answers from stale training data anyway. There's a better pattern. Join us as we build an expert agent that automatically pulls in fresh web context on every call. No tool-call gamble. Register here 👇 bit.ly/431gbmO #AIagents #Developer

Make Your Agent Production-Smart with Automatic Web Context

Learn how to give any LLM agent reliable, real-time web knowledge without relying on the model to decide when to search. We'll build a durable expert agent end-to-end using Dapr Agents' new Hooks syst...

bit.ly

Google's reported Remy agent is pushing enterprise architects to rethink the #AI stack. When agents run continuously, you're no longer building an AI app. You're building a distributed system. Our CTO Yaron Schneider shares what comes next: thenewstack.io/google-remy-... #AgenticAI

Why Google's Remy leaks have enterprise architects rethinking the AI stack

Google's reported Remy agent could reshape enterprise AI infrastructure, with experts warning of new workflow, runtime, and security challenges ahead.

thenewstack.io

Heading to #LDX3 London next week? 🇬🇧 Come meet us at booth #302 to talk about what it takes to run AI agents and workflows in production: durable execution, automatic recovery, zero-trust security, and end-to-end observability. 📅 Book time with us: www.diagrid.io/events/ldx3-... See you there!

Diagrid at LDX3 London 2026 | The Festival for Modern Engineering Leadership

Join Diagrid at LDX3 London 2026 — the Festival for Modern Engineering Leadership. Find us at Booth 302, June 2–3 at the InterContinental London – The O2. Get 10% off tickets with code DIAGRID.

diagrid.io

LLMs forget the world the moment training ends. Ask about last week's release and you'll get a confident, outdated answer, or worse, a hallucination. Join us as we build a durable expert agent that enriches every #LLM call with fresh web context. Dapr Agents + Tavily + Chainlit. bit.ly/431gbmO

Make Your LLM Agent Production-Smart with Automatic Web Context

Learn how to give any LLM agent reliable, real-time web knowledge without relying on the model to decide when to search. We'll build a durable expert agent end-to-end using Dapr Agents' new Hooks syst...

diagrid.io

#Dapr integrates with 130+ components. State stores, message brokers, LLM providers, and the rest. All of them configured through #YAML. None of them fun to write by hand. The Component Builder in the Diagrid Dev Dashboard generates the YAML for you. Installation instructions: bit.ly/4v4e3Gz

Bild

.NET developers: want to see what durable execution actually looks like in code? In the new #Dapr University track, you'll build a workflow that fans out to three subsystems in parallel and watch it run live in the Diagrid Dev Dashboard. Start the free course👇 bit.ly/dapr-univers... #Aspire

Dapr Workflows with Aspire - Dapr University | Diagrid

Learn how to build a code-first, fault-tolerant Dapr Workflow application that runs with Aspire. Scaffold a new Aspire solution, wire up Dapr Workflow, and use the Diagrid Dev Dashboard to inspect wor...

bit.ly

AI agents are calling APIs, querying data, and acting on the business's behalf. Most still authenticate with a static API key. That's not identity. It's a shared key with a job title. Read what production agent identity actually requires: bit.ly/42TUF3l #AIAgents #AgentSecurity #ZeroTrust

AI Agent Identity: The Missing Layer in Enterprise AI

AI agents lack verifiable identity, enforceable authorization, and tamper-proof audit trails. See how Diagrid Catalyst delivers cryptographic identity, zero-trust policies, and a signed chain of custo...

bit.ly

You’re part of the #Diagrid and #Dapr community, but how often do you actually see everything we’ve shipped? We’ve shipped a lot lately: product updates, webinars, content, and more. The Diagrid Monthly puts it all in one place 👇 Get the next one👇 bit.ly/4v7BD5p #Developer #TechNewsletter #AI

Diagrid Monthly Newsletter | Stay Updated on AI Agents and Dapr

Subscribe to the Diagrid Monthly for product updates, events, and the latest from the Diagrid and Dapr community. Delivered to your inbox once a month.

diagrid.io