Zum Inhalt springen
PodcastsNachrichtenSoftware Engineering Daily

Software Engineering Daily

Software Engineering Daily
Software Engineering Daily
Neueste Episode

195 Episoden

  • Software Engineering Daily

    Chroma and Agentic Retrieval

    24.09.2026 | 52 Min.
    Data retrieval is a fundamental challenge in AI systems, and the approaches for solving it are still evolving. Vector search was an early answer to the retrieval problem, but the rise of agentic systems has raised the stakes considerably. Agents issue queries at machine speed, decompose complex questions into parallel searches, and require retrieval infrastructure that can keep pace without becoming prohibitively expensive.

    Chroma is a company building open source infrastructure for AI applications, best known for its widely used database of the same name.  The company also published the influential Context Rot paper, which documented how model performance degrades as context window utilization increases, and recently released Context One, a 20 billion parameter retrieval sub-agent trained to do agentic search at frontier model quality but at an order of magnitude lower cost and higher speed.

    Hammad Bashir is the CTO of Chroma, with a background spanning machine learning, computer vision, and data systems. In this episode, Hammad joins Gregor Vand to discuss the origins of ChromaDB, our current understanding of context rot, why a purpose-built small model can match frontier models on search tasks, the philosophy behind Chroma’s open source approach, and where the company sees AI data infrastructure heading.

    Sponsorship inquiries:
    sponsor@softwareengineeringdaily.com

    The post Chroma and Agentic Retrieval appeared first on Software Engineering Daily.
  • Software Engineering Daily

    Scaling Time-Series Workloads on Postgres

    22.09.2026 | 48 Min.
    Many real-world processes produce data as a continuous stream rather than as isolated records. Sensor readings, financial markets, and application telemetry all generate data this way. This kind of time-series data has a distinctive shape. It’s written far more often than it is updated, it accumulates continuously, and it is usually queried across ranges of time. Time-series databases are built specifically for this kind of workload.

    TimescaleDB is an open source database from Tiger Data that adds time-series capabilities to PostgreSQL. It’s implemented as a Postgres extension, so it introduces new functionality while preserving standard Postgres behavior and SQL. This lets a single Postgres-based system handle both transactional and analytical workloads without splitting data across multiple tools.

    Brandon Purcell is the Director of Product Management at Tiger Data. In this episode, Brandon joins Kevin Ball to discuss why time-series data breaks conventional databases, how hypertables and Hypercore scale Postgres, zero-copy database forking for agent-based workflows, and much more.

    Full Disclosure: This episode is sponsored by Tiger Data

    Sponsorship inquiries:
    sponsor@softwareengineeringdaily.com

    The post Scaling Time-Series Workloads on Postgres appeared first on Software Engineering Daily.
  • Software Engineering Daily

    Scaling Agent Workloads at Vercel

    17.09.2026 | 51 Min.
    Most AI agent setups today are built around a single session, where one user interacts with one agent at a time. However, that model breaks down when an agent has to serve a business, where thousands of requests can arrive at once and each session needs to be isolated, durable, and recoverable. Getting agents to run reliably at that scale has meant a lot of hand-rolled infrastructure beneath the agent itself.

    eve is an open source, cloud-native agent framework from Vercel that removes much of the agent scaling burden. In the eve framework, an agent is defined declaratively through configuration files and these files compile into infrastructure as code so the platform provisions only what the agent actually uses.

    Andrew Barba is a Member of Technical Staff at Vercel, and Shar Dara is the Product Lead for eve at Vercel. In this episode, they join Kevin Ball to discuss what it means for an agent framework to be cloud-native, why they chose to express agents in plain English, and their view that company building is becoming agent building.

    Sponsorship inquiries:
    sponsor@softwareengineeringdaily.com

    The post Scaling Agent Workloads at Vercel appeared first on Software Engineering Daily.
  • Software Engineering Daily

    Inside Google’s Database Infrastructure for the AI Era

    15.09.2026 | 1 Std. 18 Min.
    Historically, databases were responsible for storing data and returning exact results in response to queries. However, AI is now bending that contract in a new direction. Applications increasingly expect structured and unstructured data to come together. This is pushing databases into territory that looks more like search, where relevance and ranking matter and results are no longer strictly exact. Agents are also beginning to write their own queries and even propose their own schemas, which raises new questions about how data should be structured, governed, and trusted.

    Sailesh Krishnamurthy is a VP of Engineering at Google, and in this episode he joins Matt Merrill to discuss his background, how databases have evolved over the past fifty years, and where the field is heading as AI reshapes how data is queried, structured, and trusted.

    Sponsorship inquiries:
    sponsor@softwareengineeringdaily.com

    The post Inside Google’s Database Infrastructure for the AI Era appeared first on Software Engineering Daily.
  • Software Engineering Daily

    A Rust Framework to Simplify Distributed Systems

    10.09.2026 | 50 Min.
    A Rust Framework to Simplify Distributed Systems

    Building software that runs across many machines is notoriously difficult. Developers have to grapple with problems such as race conditions, partial failures, and message ordering. Notably, one category of distributed software has largely escaped these burdens. A distributed database can spread a single query across thousands of machines, handling the coordination, failure recovery, and ordering internally. This raises a natural question of why general-purpose distributed programming can’t feel the same way.

    This is a highly practical problem at AWS, because the reliability of cloud infrastructure depends on getting distributed systems right at massive scale. Joe Hellerstein spent thirty years as a database and distributed systems researcher at UC Berkeley, where he pioneered much of the foundational thinking on applying database ideas to distributed programming. He is now at AWS, where he works to bring his research into production through Hydro, which is a Rust framework to bring declarative queries to general-purpose distributed programming.

    In this episode, Joe joins Sean Falconer to discuss how ideas from the database world could make distributed programming dramatically simpler and safer.

    Sponsorship inquiries:
    sponsor@softwareengineeringdaily.com

    The post A Rust Framework to Simplify Distributed Systems appeared first on Software Engineering Daily.
Weitere Nachrichten Podcasts
Über Software Engineering Daily
Technical interviews about software topics.
Podcast-Website

Höre Software Engineering Daily, 0630 - der News-Podcast und viele andere Podcasts aus aller Welt mit der radio.de-App

Hol dir die kostenlose radio.de App

  • Sender und Podcasts favorisieren
  • Streamen via Wifi oder Bluetooth
  • Unterstützt Carplay & Android Auto
  • viele weitere App Funktionen
Software Engineering Daily: Zugehörige Podcasts
Rechtliches
Social
v8.18.0 | © 2007-2026 radio.de GmbH
Generated: 9/24/2026 - 12:10:38 PM