Collections
All Collections
All Content


Jens Bodal & Demetrios Brinkmann · Mar 31st, 2026
AI agents are shifting the role of developers from writing code to defining intent. This conversation explores why specs are becoming more important than implementation, what breaks in real-world systems, and how engineering teams need to rethink workflows in an agent-driven world.
# AI Agents
# Software Engineering
# AI in Production

Ayesha Imran · Mar 31st, 2026
The blog shows how to unify scattered multimodal assets, e.g., speaker bios, talk titles, videos, and PDFs. into a single, well‑structured memory layer. It explains the metadata and schema decisions that let an agent answer richer, cross‑asset questions such as trending topics, influential speakers, or patterns across a full conference. By grounding these relationships in a multimodal database like ApertureDB, the approach generalizes to any domain where organizations need AI to reason over diverse, real‑world collections of content.
# AI Agents
# Knowledge Graph and Graph Databases
# Multimodal/Generative AI
# Vector/Similarity/Semantic Search



+1
Samraj Moorjani, Apurva Misra, Ben Epstein & 1 content:more content:speaker · Mar 30th, 2026
This panel discusses the real-world challenges of deploying AI agents at scale. The conversation explores technical and operational barriers that slow production adoption, including reliability, cost, governance, and security.
The panelists also examine how LLMOps, AIOps, and AgentOps differ from traditional MLOps, and why new approaches are required for generative and agent-based systems.
Finally, experts define success criteria for GenAI frameworks, with a focus on robust evaluation, observability, and continuous monitoring across development and staging environments.
# MLFlow
# Databricks
# AI Agents
# GenAI


Lorenzo Moriondo & Demetrios Brinkmann · Mar 27th, 2026
Meet arrowspace — an open-source library for curating and understanding LLM datasets across the entire lifecycle, from pre-training to inference.
Instead of treating embeddings as static vectors, arrowspace turns them into graphs (“graph wiring”) so you can explore structure, not just similarity. That unlocks smarter RAG search (beyond basic semantic matching), dataset fingerprinting, and deeper insights into how different datasets behave.
You can compare datasets, predict how changes will affect performance, detect drift early, and even safely mix data sources while measuring outcomes.
In short: arrowspace helps you see your data — and make better decisions because of it.
# arrowspace
# Vector Search
# Epipelxity

Subham Kundu · Mar 24th, 2026
AI coding platforms work best when you treat the AI as a junior engineer, not a replacement for your thinking. Break problems into small tasks, plan in Markdown before coding, and keep your context window lean - accuracy drops sharply past 50% capacity. Never debug in the same chat where you built the feature; the AI is biased by its own logic. For existing codebases, reference well-written code as examples. For new projects, define strict guardrails early - without them, the AI makes hundreds of arbitrary decisions that compound into a mess. The blog dives deep into all the patterns that work, the anti-patterns that silently kill your codebase, and strategies for both brownfield and greenfield projects - each illustrated with detailed diagrams. You stay the architect; the AI executes.
# AI Coding
# Software Engineering
# AI Assistants



Donné Stevenson, Pedro Chaves & Demetrios Brinkmann · Mar 20th, 2026
Marketplaces are about to get weird.
With Pedro Chaves and Donné Stevenson: agents picking your house, negotiating deals, even talking to other agents for you.
Less browsing. Less choice. More automation.
Convenience… or giving up control?
# AI Agents
# Marketplace
# Prosus
# OLX


Johann Schleier-Smith & Demetrios Brinkmann · Mar 17th, 2026
A new paradigm is emerging for building applications that process large volumes of data, run for long periods of time, and interact with their environment. It’s called Durable Execution and is replacing traditional data pipelines with a more flexible approach.
Durable Execution makes regular code reliable and scalable.
In the past, reliability and scalability have come from restricted programming models, like SQL or MapReduce, but with Durable Execution this is no longer the case. We can now see data pipelines that include document processing workflows, deep research with LLMs, and other complex and LLM-driven agentic patterns expressed at scale with regular Python programs.
In this session, we describe Durable Execution and explain how it fits in with agents and LLMs to enable a new class of machine learning applications.
# AI Agents
# AI Engineer
# AI agents in production
# AI agent usecase
# System Design

Médéric Hurier · Mar 17th, 2026
Chaigent combines Chainlit and Vertex AI to deliver a code-first, serverless AI agent platform that avoids costly per-seat licensing fees. It empowers developers to build highly customizable, enterprise-grade agents using a scalable pay-as-you-go architecture.
# Artificial Intelligence
# AI Agent
# Generative AI Tools
# Google Cloud Platform
# Data Science

Médéric Hurier · Mar 10th, 2026
mAIdAI is a lightweight personal AI assistant built with Google Chat, Cloud Run, and Vertex AI, designed to automate repetitive micro-tasks. By grounding the model with a local markdown context file, it provides highly personalized workflow assistance directly within your chat environment.
# Generative AI Tools
# Artificial Intelligence
# AI Agent
# Programming
# Automation

Médéric Hurier · Mar 3rd, 2026
This article explores how to use "Agent Skills"—simple Markdown-based context modules—to ensure AI agents strictly adhere to your team's MLOps practices and tooling preferences. By providing explicit organizational rules upfront, developers can eliminate generic boilerplate and align AI-generated code with production-grade standards.
# MLOps
# AI Agent
# Software Engineering
# Generative AI Tools
# Coding
