What Building AI in Regulated Industries Actually Looks Like
This article summarizes a discussion with André Kerr, Director of AI Product at Amex, about implementing AI within a highly regulated financial industry. Key takeaways include prio…
This article summarizes a discussion with André Kerr, Director of AI Product at Amex, about implementing AI within a highly regulated financial industry. Key takeaways include prio…
This article summarizes a discussion with product leaders from Netflix and Meta about the emerging role of "AI Product Manager." They differentiate between products *with* AI featu…
Langflow, a rapidly growing open-source low-code AI tool, was recently acquired by IBM through DataStax, despite being built by a small, self-funded team in Brazil. The founders le…
This article argues that choosing the right AI model isn’t a simple decision, but a multi-dimensional process involving enterprise constraints, model type, and use-case specifics. …
This article summarizes a 10-day series on building agentic AI applications, highlighting that successful implementation hinges on observability (tracking agent actions) and rigoro…
This article showcases real-world examples of agentic AI systems – NotebookLM, Perplexity, and DeepResearch – and how they utilize core components like tools, planning, RAG, and me…
This article discusses multi-agent AI systems, explaining they can be beneficial for complex tasks requiring parallelization, specialization, or diverse perspectives. While promisi…
This article explains that AI agents, unlike humans, don’t inherently have memory and require it to be intentionally built into their systems. It highlights the importance of memor…
Today’s article focuses on the critical role of planning in building effective agentic AI systems. While agents can use tools and retrieve information, they often fail because they…
This article introduces the Model Context Protocol (MCP), a standardized format for providing LLMs with all necessary information – tasks, tools, data, and memory – in a structured…
This article explains Retrieval-Augmented Generation (RAG), a key technique for enterprise AI applications. RAG enhances Large Language Models (LLMs) by retrieving relevant data fr…