Agentic ai

Building Decision Agents with LLMs & Machine Learning Models

Building Decision Agents with LLMs & Machine Learning Models

Large Language Models (LLMs) are unsuitable for building decision agents in complex AI frameworks due to their inconsistency and lack of transparency. This summary explores an alternative approach using dedicated decision platforms and machine learning models to create consistent, explainable, and agile decision-making systems for enterprise automation.

Codex and the future of coding with AI — the OpenAI Podcast Ep. 6

Codex and the future of coding with AI — the OpenAI Podcast Ep. 6

OpenAI's Greg Brockman and Thibault Sottiaux explore the evolution of AI-powered software development, from the first coding sparks in GPT-3 to today's GPT-5 Codex. They detail the concept of the "harness," the rise of agentic coding, breakthroughs in automated code review, and how AI agents capable of running for hours on complex refactoring will reshape the future of engineering.

Ask the Experts: Gen AI, Cybersecurity, & AI Agent Questions Answered

Ask the Experts: Gen AI, Cybersecurity, & AI Agent Questions Answered

Experts Martin Keen and Jeff Crume differentiate between Generative and Agentic AI, delve into the nature of AI hallucinations, and explore critical cybersecurity topics like the permanence of the dark web and the dangers of zero-click attacks.

Catastrophic agent failure and how to avoid it // Edward Upton // Agents in Production 2025

Catastrophic agent failure and how to avoid it // Edward Upton // Agents in Production 2025

Edward, a founding engineer at Asteroid, discusses the critical challenge of managing catastrophic failures in agentic browser solutions, particularly in high-stakes domains like healthcare and insurance. He shares real-world examples of agent failures and outlines a practical framework for building more reliable, predictable, and accountable agents by scoping their capabilities, implementing robust human-in-the-loop tooling, and employing independent evaluation systems.

Build Hour: GPT-5

Build Hour: GPT-5

OpenAI's Build Hour provides a deep dive into GPT-5, showcasing its advanced coding and agentic capabilities. The session covers the new Responses API, critical for leveraging the model's reasoning, along with new parameters for steerability and practical prompting techniques for building complex, reliable applications.

Build Hour: Built-In Tools

Build Hour: Built-In Tools

Built-in tools like web search, file search, and code interpreter allow developers to extend model capabilities out-of-the-box. This summary covers the concepts, compares them to function calling, and details a demo of building a data exploration dashboard using multiple tools in concert.