# LangChain

Published articles for LangChain.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Optimizing cost and latency with Amazon Bedrock prompt caching

DevFeed: [Optimizing cost and latency with Amazon Bedrock prompt caching](<https://devfeed.tech/articles/optimizing-cost-and-latency-with-amazon-bedrock-prompt-caching-26941.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/optimizing-cost-and-latency-with-amazon-bedrock-prompt-caching/>)

Author: Daniel Abib

Published: 2026-09-15T16:18:19Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [API](<https://devfeed.tech/topics/api.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [api](<https://devfeed.tech/tags/api.md>), [caching](<https://devfeed.tech/tags/caching.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [integration](<https://devfeed.tech/tags/integration.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [latency](<https://devfeed.tech/tags/latency.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

This AWS post explains how Amazon Bedrock prompt caching can reduce repeated input-token costs by up to 90 percent and lower time to first token when requests reuse the same context. It presents six scenarios using the Converse API, including document, system prompt, tool definition, mixed TTL, tenant-isolated, and LangChain caching.

### Source excerpt

Prompt caching in Amazon Bedrock can cut input token costs by up to 90% when you repeatedly send the same context to foundation models. This post walks through six practical prompt caching scenarios using the Converse API: message content, system prompt, tool definition, mixed TTL, tenant isolation, and LangChain integration.

## What It Takes to Build a Production Agent Harness

DevFeed: [What It Takes to Build a Production Agent Harness](<https://devfeed.tech/articles/what-it-takes-to-build-a-production-agent-harness-18246.md>)

Original publisher: [Read original article](<https://blog.dailydoseofds.com/p/what-it-takes-to-build-a-production>)

Author: Avi Chawla

Published: 2026-09-14T19:50:37Z

Content type: article

Language: en

Sources: [Daily Dose of Data Science](<https://devfeed.tech/sources/daily-dose-of-data-science.md>)

Topics: [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-engineer](<https://devfeed.tech/tags/ai-engineer.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [langgraph](<https://devfeed.tech/tags/langgraph.md>), [memory](<https://devfeed.tech/tags/memory.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [tools](<https://devfeed.tech/tags/tools.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

A hands-on series chapter explains how to build a production agent harness with LangChain and LangGraph. It covers model, message, prompt, and tool interactions; tool-call execution; state transitions; persistence; failure handling; tracing; evaluation; human approval; and resumable execution.

### Source excerpt

A hands-on nanodegree for production agent engineering.

## Using Six Scoped Subagents to Manage Context Windows

DevFeed: [Using Six Scoped Subagents to Manage Context Windows](<https://devfeed.tech/articles/from-1-bloated-context-window-to-6-scoped-subagents-18306.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/subagents-are-context-engineering>)

Author: Paul Iusztin

Published: 2026-09-01T05:00:29Z

Content type: tutorial

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [context window](<https://devfeed.tech/topics/context-window.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Code](<https://devfeed.tech/topics/code.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Python](<https://devfeed.tech/topics/python.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding](<https://devfeed.tech/tags/coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [context-engineering](<https://devfeed.tech/tags/context-engineering.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

This tutorial explains how splitting research work among six parallel subagents can reduce context-window noise and limit the state returned to an orchestrator agent. It also covers designing subagent protocols, maintaining an agent registry, and running parallel agent workflows.

### Source excerpt

The harness determines what your orchestrator agent never sees, not the model.

## Start here: Azure SQL Foundations series

DevFeed: [Start here: Azure SQL Foundations series](<https://devfeed.tech/articles/start-here-azure-sql-foundations-series-23833.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/blog/start-here-azure-sql-foundations-series/>)

Author: Anna Hoffman

Published: 2026-08-25T16:00:18Z

Content type: article

Language: en

Sources: [Developer Blogs](<https://devfeed.tech/sources/developer-blogs.md>)

Topics: [Azure SQL](<https://devfeed.tech/topics/azure-sql.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Azure OpenAI](<https://devfeed.tech/topics/azure-openai.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [API](<https://devfeed.tech/topics/api.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-openai](<https://devfeed.tech/tags/azure-openai.md>), [azure-sql](<https://devfeed.tech/tags/azure-sql.md>), [devops](<https://devfeed.tech/tags/devops.md>), [github](<https://devfeed.tech/tags/github.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [json](<https://devfeed.tech/tags/json.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [microsoft-for-developers](<https://devfeed.tech/tags/microsoft-for-developers.md>), [migration](<https://devfeed.tech/tags/migration.md>), [powershell](<https://devfeed.tech/tags/powershell.md>), [rag](<https://devfeed.tech/tags/rag.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

Microsoft introduces the Azure SQL Database Foundations series, a set of four videos covering Hyperscale databases, modernization and migration, AI features, and operational data. Each episode includes a repository for hands-on follow-up.

### Source excerpt

Most developers I talk to aren't asking whether Azure SQL Database can handle their next app. They're asking where to start when it comes to modernization, migration, and AI in the database. If you're reading this, you're probably in a similar boat: you've got an existing schema or databases, a scaling question you haven't had [...] The post Start here: Azure SQL Foundations series appeared first on Microsoft for Developers.

## ReAct agents explained: concepts & practical uses

DevFeed: [ReAct agents explained: concepts & practical uses](<https://devfeed.tech/articles/react-agents-explained-concepts-practical-uses-4842.md>)

Original publisher: [Read original article](<https://redis.io/blog/react-agents-explained-concepts-practical-uses/>)

Author: Jeff Mills

Published: 2026-08-18T00:00:00Z

Content type: article

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Iris](<https://devfeed.tech/topics/iris.md>), [Chain-of-thought](<https://devfeed.tech/topics/chain-of-thought.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Error Propagation](<https://devfeed.tech/topics/error-propagation.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [coding](<https://devfeed.tech/tags/coding.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [tech-de](<https://devfeed.tech/tags/tech-de.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

A practical guide to ReAct agents: AI systems that alternate between reasoning, tool use, and feedback in a loop. It explains the pattern, compares it with chain-of-thought approaches, and discusses production concerns such as latency, cost, hallucination, and error propagation, with examples involving LangChain, LangGraph, and Redis Iris.

### Source excerpt

If you've watched an AI coding assistant hunt down a bug, run a test, read the failure, and adapt its next fix, you've watched Reasoning and Acting (ReAct)-like behavior at work. ReAct is a common pattern in production agent systems today. It's simple...

## Building safe MCP servers for your PostgreSQL database

DevFeed: [Building safe MCP servers for your PostgreSQL database](<https://devfeed.tech/articles/building-safe-mcp-servers-for-your-postgresql-database-21752.md>)

Original publisher: [Read original article](<http://blog.pamelafox.org/2026/08/building-safe-mcp-servers-for-your.html>)

Author: Pamela Fox (noreply@blogger.com)

Published: 2026-08-12T18:07:30Z

Content type: article

Language: en

Sources: [Pamela Fox](<https://devfeed.tech/sources/pamela-fox.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Python](<https://devfeed.tech/topics/python.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>)

Tags: [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [python](<https://devfeed.tech/tags/python.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

This tutorial explains how to build MCP servers for PostgreSQL databases and how to control the level of agent access. It compares flexible servers that accept generated SQL with stricter servers using typed tools and templated queries, using Python and FastMCP examples.

### Source excerpt

Model Context Protocol (MCP) is an open protocol that describes how agents can connect to external tools and data sources, and is now widely supported by the most popular coding agents (like GitHub Copilot, Claude Code, and Codex) and agent frameworks (like LangChain and Pydantic AI). If you want to give agents a standard way to access the data in a database, you can build your own MCP server and expose tools for the agent to query or even modify data. But you need to design your MCP server carefully, to ensure that agents can do everything that users want - but nothing that you don't want them to do! In this blog post, we'll walk through the range of ways to build MCP servers on top of a PostgreSQL database, since PostgreSQL is the most popular open source database and is production-ready with hosted offerings like Azure Database for PostgreSQL. You can apply these same principles to any database, however. There's a spectrum of ways to build MCP servers on top of a database. We'll start with the most flexible option, exploratory servers that allow the agent to generate full SQL queries, conclude with the strictest option, fully typed tools for templated queries, and explore options in the middle too. Free-form SQL Let's take a look at a simple MCP server that gives the agent as much information and control as possible. For all of our examples, we use the Python language and the FastMCP package, but SDKs are available in multiple languages. All code is available in the GitHub repository. We start off by giving the server a name, which the agent will see and consider when deciding which MCP server to invoke for a given user query: mcp = FastMCP("Bees database MCP server") For this example, my database stores observations of bees, so I name it accordingly. We then define an execute_sql tool that accepts any SQL string, executes it against the database, and returns the rows. @mcp.tool() async def execute_sql(sql: str) -> str: """Execute a SQL query against the database

## How to Build a Kubernetes Troubleshooting AI Agent with LangChain and kubectl

DevFeed: [How to Build a Kubernetes Troubleshooting AI Agent with LangChain and kubectl](<https://devfeed.tech/articles/how-to-build-a-kubernetes-troubleshooting-ai-agent-with-langchain-and-kubectl-17484.md>)

Original publisher: [Read original article](<https://kodekloud.com/blog/kubernetes-troubleshooting-ai-agent-langchain-kubectl/>)

Author: Pramodh Kumar M

Published: 2026-07-27T17:26:08Z

Content type: tutorial

Language: en

Sources: [Kubernetes - KodeKloud Blog | DevOps, Cloud, Kubernetes, AI Tutorials & More](<https://devfeed.tech/sources/kubernetes-kodekloud-blog-devops-cloud-kubernetes-ai-tutorials-more.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [kubectl](<https://devfeed.tech/topics/kubectl.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agent-for-kubernetes](<https://devfeed.tech/tags/ai-agent-for-kubernetes.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [aiops-for-kubernetes](<https://devfeed.tech/tags/aiops-for-kubernetes.md>), [automation](<https://devfeed.tech/tags/automation.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [crashloopbackoff-troubleshooting](<https://devfeed.tech/tags/crashloopbackoff-troubleshooting.md>), [devops](<https://devfeed.tech/tags/devops.md>), [human-in-the-loop-agent](<https://devfeed.tech/tags/human-in-the-loop-agent.md>), [kubectl](<https://devfeed.tech/tags/kubectl.md>), [kubectl-ai-agent](<https://devfeed.tech/tags/kubectl-ai-agent.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-rbac-for-ai-agents](<https://devfeed.tech/tags/kubernetes-rbac-for-ai-agents.md>), [kubernetes-troubleshooting-ai-agent](<https://devfeed.tech/tags/kubernetes-troubleshooting-ai-agent.md>), [kubernetes-troubleshooting-automation](<https://devfeed.tech/tags/kubernetes-troubleshooting-automation.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [langchain-kubernetes-agent](<https://devfeed.tech/tags/langchain-kubernetes-agent.md>), [langgraph](<https://devfeed.tech/tags/langgraph.md>), [langgraph-agent-tutorial](<https://devfeed.tech/tags/langgraph-agent-tutorial.md>), [python](<https://devfeed.tech/tags/python.md>), [react-agent-python](<https://devfeed.tech/tags/react-agent-python.md>), [security](<https://devfeed.tech/tags/security.md>), [tool](<https://devfeed.tech/tags/tool.md>), [troubleshooting](<https://devfeed.tech/tags/troubleshooting.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial on building a Kubernetes troubleshooting AI agent with LangChain v1 and kubectl. It describes a diagnostic ladder for investigating pod failures, read-only tools, approval requirements for write operations, separate identities for remediation, and a golden trace suite for evaluating results.

### Source excerpt

Most pod failures resolve into six root causes, and the investigation is identical every time. Here is how to build an agent that runs that investigation for you, with a hard boundary between reading a cluster and changing one.

## Building a Coding Agent From Scratch

DevFeed: [Building a Coding Agent From Scratch](<https://devfeed.tech/articles/building-a-coding-agent-from-scratch-18293.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/building-a-coding-agent-from-scratch-system-design>)

Author: Paul Iusztin

Published: 2026-07-22T11:04:24Z

Content type: tutorial

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agent-harness](<https://devfeed.tech/tags/agent-harness.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-evals](<https://devfeed.tech/tags/ai-evals.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [langchain](<https://devfeed.tech/tags/langchain.md>)

### AI overview

This tutorial explains how to build a coding-agent harness from scratch in Python. It covers the agent loop, shell execution, context engineering, subagents, remote parallel agents, and evaluation workflows, using the project Decode as the practical example.

### Source excerpt

Designing the harness around the model, from the agent loop to a remote swarm.

## Context engineering with Dex Horthy

DevFeed: [Context engineering with Dex Horthy](<https://devfeed.tech/articles/context-engineering-with-dex-horthy-18171.md>)

Original publisher: [Read original article](<https://newsletter.pragmaticengineer.com/p/context-engineering-with-dex-horthy>)

Author: Gergely Orosz

Published: 2026-07-15T16:08:59Z

Content type: article

Language: en

Sources: [The Pragmatic Engineer](<https://devfeed.tech/sources/the-pragmatic-engineer.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Code quality](<https://devfeed.tech/topics/code-quality.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [code-quality](<https://devfeed.tech/tags/code-quality.md>), [context-engineering](<https://devfeed.tech/tags/context-engineering.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [llm](<https://devfeed.tech/tags/llm.md>)

### AI overview

Dex Horthy discusses context engineering for working around LLM context limitations in AI-assisted software development. The conversation covers context engineering, harness engineering, loop engineering, software factories, and automating more of the software development lifecycle while maintaining code quality.

### Source excerpt

Dex Horthy explains why context engineering is key to building more effective AI-assisted software without sacrificing code quality.

## Build Durable Chat Memory for RAG Using ScyllaDB and LangChain

DevFeed: [Build Durable Chat Memory for RAG Using ScyllaDB and LangChain](<https://devfeed.tech/articles/build-durable-chat-memory-for-rag-using-scylladb-and-langchain-4873.md>)

Original publisher: [Read original article](<https://www.scylladb.com/2026/07/14/durable-chat-memory-for-rag-scylladb-and-langchain/>)

Author: Cynthia Dunlop

Published: 2026-07-14T12:54:49Z

Content type: tutorial

Language: en

Sources: [ScyllaDB](<https://devfeed.tech/sources/scylladb.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [2026-2](<https://devfeed.tech/tags/2026-2.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [ann](<https://devfeed.tech/tags/ann.md>), [cassandra](<https://devfeed.tech/tags/cassandra.md>), [database](<https://devfeed.tech/tags/database.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [history](<https://devfeed.tech/tags/history.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [sentence-transformers](<https://devfeed.tech/tags/sentence-transformers.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

A tutorial on replacing LangChain's in-memory chat history with ScyllaDB for durable RAG chatbot memory across restarts and replicas.

### Source excerpt

How to replace LangChain's in-memory chat history with ScyllaDB -- so your RAG chatbot retains context across restarts and scales across replicas

## How to Build Unified Agent Memory from Scratch

DevFeed: [How to Build Unified Agent Memory from Scratch](<https://devfeed.tech/articles/agent-memory-from-scratch-18297.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/how-to-implement-a-unified-memory-from-scratch>)

Author: Paul Iusztin

Published: 2026-07-14T05:01:54Z

Content type: tutorial

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [AI Engineering](<https://devfeed.tech/topics/ai-engineering.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Database](<https://devfeed.tech/topics/database.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai-engineering](<https://devfeed.tech/tags/ai-engineering.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [graph](<https://devfeed.tech/tags/graph.md>), [graph-database](<https://devfeed.tech/tags/graph-database.md>), [knowledge-graphs](<https://devfeed.tech/tags/knowledge-graphs.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mcp](<https://devfeed.tech/tags/mcp.md>)

### AI overview

A tutorial on building a unified agent memory layer from scratch using knowledge graphs, including ingestion, querying, and serving. It discusses trade-offs among vector databases, graph databases, temporality, versioning, MCP servers, CLIs, and skills, and explains why understanding the underlying memory layer matters.

### Source excerpt

Ingest, query, and serve a unified memory from a single database.

## Create a LangChain Deep Agents Harness Profile for NVIDIA Nemotron 3 Ultra to Improve Performance

DevFeed: [Create a LangChain Deep Agents Harness Profile for NVIDIA Nemotron 3 Ultra to Improve Performance](<https://devfeed.tech/articles/create-a-langchain-deep-agents-harness-profile-for-nvidia-nemotron-3-ultra-to-improve-performance-6784.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/create-a-langchain-deep-agents-harness-profile-for-nvidia-nemotron-3-ultra-to-improve-performance/>)

Author: Sean Lopp

Published: 2026-07-08T18:17:59Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [ai observability](<https://devfeed.tech/topics/ai-observability.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [customization](<https://devfeed.tech/tags/customization.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [featured](<https://devfeed.tech/tags/featured.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance](<https://devfeed.tech/tags/performance.md>), [profile](<https://devfeed.tech/tags/profile.md>), [python](<https://devfeed.tech/tags/python.md>), [top-stories](<https://devfeed.tech/tags/top-stories.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial on creating and evaluating a LangChain Deep Agents harness profile for NVIDIA Nemotron 3 Ultra. It uses benchmark-driven iteration to tune harness behavior and improve performance without fine-tuning the model.

### Source excerpt

Agentic systems often face a trade-off between accuracy and cost. The highest-performing proprietary frontier models and harnesses provide top accuracy but are...

## Context Engineering | Compaction & Agent Memory for Automated Malware Analysis

DevFeed: [Context Engineering | Compaction & Agent Memory for Automated Malware Analysis](<https://devfeed.tech/articles/context-engineering-compaction-agent-memory-for-automated-malware-analysis-8312.md>)

Original publisher: [Read original article](<https://www.sentinelone.com/labs/context-engineering-compaction-agent-memory-for-automated-malware-analysis/>)

Author: Gabriel Bernadett-Shapiro

Published: 2026-07-02T13:00:02Z

Content type: article

Language: en

Sources: [SentinelLabs - We are hunters, reversers, exploit developers, and tinkerers shedding light on the world of malware, exploits, APTs, and cybercrime across all platforms.](<https://devfeed.tech/sources/sentinellabs-we-are-hunters-reversers-exploit-developers-and-tinkerers-shedding-light-on-the-world-of-malware-exploits-apts-and-cybercrime-across-all-platforms.md>)

Topics: [ransomware](<https://devfeed.tech/topics/ransomware.md>), [Threat Research](<https://devfeed.tech/topics/threat-research.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [API](<https://devfeed.tech/topics/api.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [api](<https://devfeed.tech/tags/api.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [llm](<https://devfeed.tech/tags/llm.md>), [malware](<https://devfeed.tech/tags/malware.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [security](<https://devfeed.tech/tags/security.md>), [systems](<https://devfeed.tech/tags/systems.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

SentinelLABS evaluates OpenAI's native compaction in the Responses API for automated malware analysis. The evaluation found an approximately 86% reduction in input tokens with no measurable change in aggregate task quality, suggesting that compaction can reduce cost and context noise in long-running security workflows.

### Source excerpt

Compaction cut input tokens 86% across long-running agent evals with no quality loss. Context discipline matters as much as model selection.

## Deploy a Production-Ready NVIDIA AI-Q Blueprint on Oracle Cloud Infrastructure

DevFeed: [Deploy a Production-Ready NVIDIA AI-Q Blueprint on Oracle Cloud Infrastructure](<https://devfeed.tech/articles/deploy-a-production-ready-nvidia-ai-q-blueprint-on-oracle-cloud-infrastructure-6795.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/deploy-a-production-ready-nvidia-ai-q-blueprint-on-oracle-cloud-infrastructure/>)

Author: Anurag Kuppala

Published: 2026-06-26T19:00:45Z

Content type: tutorial

Language: en

Sources: [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [NeMo](<https://devfeed.tech/topics/nemo.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>)

Tags: [agentic-ai-generative-ai](<https://devfeed.tech/tags/agentic-ai-generative-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [featured](<https://devfeed.tech/tags/featured.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [oracle](<https://devfeed.tech/tags/oracle.md>), [rag](<https://devfeed.tech/tags/rag.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

A tutorial for deploying the open-source NVIDIA AI-Q 2.0 multi-agent blueprint on Oracle Cloud Infrastructure. It uses Terraform to provision OCI resources and Helm to install workloads on OKE, resulting in an AI-Q endpoint with a teardown command.

### Source excerpt

AI agents have changed a lot in the last two years. The first could only answer one question at a time. Then came multi-turn chat, where the model could keep...

## Deep Agents and OpenCode are now available in the AI SDK Harness

DevFeed: [Deep Agents and OpenCode are now available in the AI SDK Harness](<https://devfeed.tech/articles/deep-agents-and-opencode-are-now-available-in-the-ai-sdk-harness-887.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/deepagents-and-opencode-harness-adapters>)

Author: Felix Arntz

Published: 2026-06-25T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [claude](<https://devfeed.tech/tags/claude.md>), [codex](<https://devfeed.tech/tags/codex.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [model](<https://devfeed.tech/tags/model.md>), [opencode](<https://devfeed.tech/tags/opencode.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [skills](<https://devfeed.tech/tags/skills.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel's AI SDK Harness now supports Deep Agents and OpenCode through new adapters running in a Vercel Sandbox. The unified interface allows applications to switch between coding-agent runtimes without changing application code, while supporting tools, sessions, approvals, model selection, and streamed events.

### Source excerpt

The AI SDK Harness lets you run established coding-agent runtimes through one unified interface, so you can switch runtimes without changing your application code. Today we're adding two new adapters, Deep Agents and OpenCode, both running inside a Vercel Sandbox. Deep Agents @ai-sdk/harness-deepagents adapts LangChain's deepagents runtime, with built-in file and shell tools, skills, host tools, multi-turn sessions, attach and resume, and built-in tool approvals. Read the Deep Agents harness documentation to get started. OpenCode @ai-sdk/harness-opencode boots a real OpenCode server inside the sandbox via @opencode-ai/sdk and streams its session events through the harness. It exposes OpenCode's built-in tools, supports both built-in and host tool approvals, and lets you pick the model, provider, and reasoning variant. Read the OpenCode harness documentation to get started. The full supported list of harnesses is now: Claude Code, Codex, Deep Agents, OpenCode, Pi, with more coming soon. Read more

## Coding Challenge #123 - Database Driven LLM Wiki

DevFeed: [Coding Challenge #123 - Database Driven LLM Wiki](<https://devfeed.tech/articles/coding-challenge-123-database-driven-llm-wiki-29199.md>)

Original publisher: [Read original article](<https://codingchallenges.substack.com/p/coding-challenge-122-database-driven>)

Author: John Crickett

Published: 2026-06-06T08:01:47Z

Content type: tutorial

Language: en

Sources: [Coding Challenges](<https://devfeed.tech/sources/coding-challenges.md>)

Topics: [Wiki](<https://devfeed.tech/topics/wiki.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [Database](<https://devfeed.tech/topics/database.md>), [Langgraph](<https://devfeed.tech/topics/langgraph.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [knowledge-base](<https://devfeed.tech/tags/knowledge-base.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [langgraph](<https://devfeed.tech/tags/langgraph.md>), [llms](<https://devfeed.tech/tags/llms.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

A coding challenge to build a personal LLM wiki that incrementally maintains a structured Markdown knowledge base from curated sources. The proposed implementation uses Oracle AI Database for vector embeddings and full-text indexes, hybrid search for retrieval, LangGraph for workflows, and LangChain for LLM integration.

### Source excerpt

This challenge is to build your own database powered LLM Wiki.

## Breakpoint 2026: Highlights from Day 3

DevFeed: [Breakpoint 2026: Highlights from Day 3](<https://devfeed.tech/articles/breakpoint-2026-highlights-from-day-3-12619.md>)

Original publisher: [Read original article](<https://www.browserstack.com/blog/breakpoint-2026-highlights-from-day-3/>)

Author: Shweta Chhillar

Published: 2026-06-02T13:03:05Z

Content type: article

Language: en

Sources: [BrowserStack Blog](<https://devfeed.tech/sources/browserstack-blog.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Test automation](<https://devfeed.tech/topics/test-automation.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Playwright](<https://devfeed.tech/topics/playwright.md>), [Cypress](<https://devfeed.tech/topics/cypress.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Selenium](<https://devfeed.tech/topics/selenium.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [breakpoint](<https://devfeed.tech/tags/breakpoint.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [github](<https://devfeed.tech/tags/github.md>), [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [observability](<https://devfeed.tech/tags/observability.md>), [qa](<https://devfeed.tech/tags/qa.md>), [rag](<https://devfeed.tech/tags/rag.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vscode](<https://devfeed.tech/tags/vscode.md>)

### AI overview

A recap of Breakpoint 2026 Day 3 covering practical masterclasses and lightning talks on AI-driven test generation, non-deterministic testing, MCP-powered QA workflows, automated AI evaluation, and production testing practices.

### Source excerpt

All sessions, masterclasses, and lightning talks from Breakpoint 2026 Day 3, covering AI agent testing, test automation with LangChain and CrewAI, MCP-powered QA workflows, Playwright network interception, non-deterministic testing, and building production-grade AI systems.

## Building AI Agents with Laravel: No Python Required

DevFeed: [Building AI Agents with Laravel: No Python Required](<https://devfeed.tech/articles/building-ai-agents-with-laravel-no-python-required-3590.md>)

Original publisher: [Read original article](<https://laravel.com/blog/building-ai-agents-with-laravel-no-python-required>)

Author: Ana Tavares

Published: 2026-05-15T13:38:08Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [memory](<https://devfeed.tech/tags/memory.md>), [php](<https://devfeed.tech/tags/php.md>), [python](<https://devfeed.tech/tags/python.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vector](<https://devfeed.tech/tags/vector.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

A guide to building AI agents in PHP with the Laravel AI SDK, covering tools, memory, structured output, streaming, multi-agent workflows, and vector search without requiring Python.

### Source excerpt

The Laravel AI SDK is the LangChain PHP alternative: agents, tools, memory, streaming, and multi-agent workflows, entirely in PHP. No Python required.

## Granite Embedding Multilingual R2: Open Apache 2.0 Multilingual Embeddings with 32K Context -- Best Sub-100M Retrieval Quality

DevFeed: [Granite Embedding Multilingual R2: Open Apache 2.0 Multilingual Embeddings with 32K Context -- Best Sub-100M Retrieval Quality](<https://devfeed.tech/articles/granite-embedding-multilingual-r2-open-apache-2-0-multilingual-embeddings-with-32k-context-best-sub-100m-retrieval-quality-7260.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/ibm-granite/granite-embedding-multilingual-r2>)

Author: Radu Florian; Parul Awasthy; Aashka Trivedi; Madison Lee

Published: 2026-05-14T18:55:01Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Retrieval-Augmented Generation](<https://devfeed.tech/topics/retrieval-augmented-generation.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [llamaindex](<https://devfeed.tech/tags/llamaindex.md>), [model](<https://devfeed.tech/tags/model.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

### AI overview

Granite Embedding Multilingual R2 introduces two Apache 2.0 multilingual embedding models: a compact 97M-parameter model and a 311M full-size model. They support more than 200 languages, 32K-token contexts, code retrieval across nine programming languages, and integration with popular retrieval frameworks.

### Source excerpt

Granite Embedding Multilingual R2: Open Apache 2.0 Multilingual Embeddings with 32K Context -- Best Sub-100M Retrieval Quality TL;DR: Two new Apache 2.0 multilingual embedding models built on ModernBERT -- a 97M-parameter compact model that beats every open sub-100M multilingual embedder on MTEB Multilingual Retrieval (60.3), and a 311M full-size model that scores 65.2 on MTEB Multilingual Retrieval (#2 among open models under 500M parameters) with Matryoshka support.

## Building AI Agents with Laravel: No Python Required

DevFeed: [Building AI Agents with Laravel: No Python Required](<https://devfeed.tech/articles/building-ai-agents-with-laravel-no-python-required-3589.md>)

Original publisher: [Read original article](<https://laravel.com/blog/building-ai-agents-with-laravel-no-python>)

Author: Ana Tavares

Published: 2026-05-14T18:45:00Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [memory](<https://devfeed.tech/tags/memory.md>), [php](<https://devfeed.tech/tags/php.md>), [python](<https://devfeed.tech/tags/python.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vector](<https://devfeed.tech/tags/vector.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

A guide to building AI agents in PHP with the first-party Laravel AI SDK, without requiring Python.

### Source excerpt

The Laravel AI SDK is the LangChain PHP alternative: agents, tools, memory, streaming, and multi-agent workflows, entirely in PHP.

## Building Agentic GraphRAG Systems

DevFeed: [Building Agentic GraphRAG Systems](<https://devfeed.tech/articles/building-agentic-graphrag-systems-18291.md>)

Original publisher: [Read original article](<https://www.decodingai.com/p/agentic-graphrag>)

Author: Paul Iusztin

Published: 2026-05-05T05:01:08Z

Content type: tutorial

Language: en

Sources: [Decoding ML](<https://devfeed.tech/sources/decoding-ml.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [data-modeling](<https://devfeed.tech/topics/data-modeling.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [context window](<https://devfeed.tech/topics/context-window.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [data-modeling](<https://devfeed.tech/tags/data-modeling.md>), [knowledge-graphs](<https://devfeed.tech/tags/knowledge-graphs.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [latency](<https://devfeed.tech/tags/latency.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

The article explains agentic GraphRAG as a data-modeling problem involving knowledge graphs, ontologies, append-only data models, extraction modes, and hybrid retrieval. It describes exposing the resulting unified memory layer through an MCP server for AI agents.

### Source excerpt

From knowledge graphs and ontologies to a unified memory as an MCP server for your AI agent.

## Learning Path: LLM Application Development With Python

DevFeed: [Learning Path: LLM Application Development With Python](<https://devfeed.tech/articles/learning-path-llm-application-development-with-python-4380.md>)

Original publisher: [Read original article](<https://realpython.com/learning-paths/llm-application-development-python/>)

Author: Real Python

Published: 2026-03-19T12:00:00Z

Content type: tutorial

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [Language models](<https://devfeed.tech/topics/language-models.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [apis](<https://devfeed.tech/tags/apis.md>), [application-development](<https://devfeed.tech/tags/application-development.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [openai](<https://devfeed.tech/tags/openai.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [python](<https://devfeed.tech/tags/python.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

A Python learning path for building LLM-powered applications with model APIs, prompt engineering, RAG pipelines, AI agents, and MCP integrations.

### Source excerpt

Build LLM-powered applications in Python. Call model APIs, craft prompts, add retrieval-augmented generation, create AI agents, and connect via MCP.

## Agent Development with CockroachDB using the LangChain Framework

DevFeed: [Agent Development with CockroachDB using the LangChain Framework](<https://devfeed.tech/articles/agent-development-with-cockroachdb-using-the-langchain-framework-23731.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/agent-development-cockroachdb-langchain>)

Author: David Bressler

Published: 2026-02-26T00:00:00Z

Content type: release

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [CockroachDB](<https://devfeed.tech/topics/cockroachdb.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [agentic AI applications](<https://devfeed.tech/topics/agentic-ai-applications.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Python](<https://devfeed.tech/topics/python.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Retrieval-Augmented Generation](<https://devfeed.tech/topics/retrieval-augmented-generation.md>)

Tags: [agentic-ai-applications](<https://devfeed.tech/tags/agentic-ai-applications.md>), [cockroachdb](<https://devfeed.tech/tags/cockroachdb.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [pgvector](<https://devfeed.tech/tags/pgvector.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [python](<https://devfeed.tech/tags/python.md>), [retrieval-augmented-generation](<https://devfeed.tech/tags/retrieval-augmented-generation.md>)

### AI overview

CockroachDB describes its integration with LangChain for building production-oriented agentic AI applications in Python. The integration supports CockroachDB as a vector source and helps connect language models with CockroachDB data for retrieval and other multi-step application workflows.

### Source excerpt

Recently we launched an integration with LangChain, the most popular orchestration framework for developing applications with large language models, to simplify development of production-ready agentic AI applications with CockroachDB. This integration provides out-of-the-box support for CockroachDB as a vector source for any LangChain user using LangChain Python.

## Watch the recordings from my Python + MCP series

DevFeed: [Watch the recordings from my Python + MCP series](<https://devfeed.tech/articles/watch-the-recordings-from-my-python-mcp-series-21744.md>)

Original publisher: [Read original article](<http://blog.pamelafox.org/2025/12/watch-recordings-from-my-python-mcp.html>)

Author: Pamela Fox (noreply@blogger.com)

Published: 2025-12-19T15:50:00Z

Content type: tutorial

Language: en

Sources: [Pamela Fox](<https://devfeed.tech/sources/pamela-fox.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Python](<https://devfeed.tech/topics/python.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [LangChain](<https://devfeed.tech/topics/langchain.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [Microsoft Agent Framework](<https://devfeed.tech/topics/microsoft-agent-framework.md>)

Tags: [agent-framework](<https://devfeed.tech/tags/agent-framework.md>), [azure](<https://devfeed.tech/tags/azure.md>), [code](<https://devfeed.tech/tags/code.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [docker](<https://devfeed.tech/tags/docker.md>), [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [microsoft-agent-framework](<https://devfeed.tech/tags/microsoft-agent-framework.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [python](<https://devfeed.tech/tags/python.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

### AI overview

A three-part Python and MCP series provides recordings, slides, and open-source code covering MCP server development with FastMCP, cloud deployment on Azure, observability, networking, and authentication.

### Source excerpt

MCP is one of the fastest growing technologies in the Generative AI space this year, and the first AI related standard that the industry has really embraced wholeheartedly. I just gave a three-part live stream series all about Python + MCP. I showed how to: Build MCP servers in Python using FastMCP Deploy them into production on Azure (Container Apps and Functions) Add authentication, using either Keycloak and Microsoft Entra as the OAuth provider All of the materials from our series are available and linked below: Video recordings of each stream Powerpoint slides Open-source code samples complete with Azure infrastructure and 1-command deployment If you're an instructor, feel free to use the slides and code examples in your own classes. Spanish speaker? My colleague delivered a fantastic Spanish version of the series. Building MCP servers with FastMCP 📺 Watch YouTube recording In the intro session of our Python + MCP series, we dive into MCP (Model Context Protocol). This open protocol makes it easy to extend AI agents and chatbots with custom functionality, making them more powerful and flexible. We demonstrate how to use the Python FastMCP SDK to build an MCP server running locally. Then we consume that server from chatbots like GitHub Copilot in VS Code, using it's tools, resources, and prompts. Finally, we discover how easy it is to connect AI agent frameworks like Langchain and Microsoft agent-framework to the MCP server. Slides for this session Code repository with examples: python-mcp-demos Deploying MCP servers to the cloud 📺 Watch YouTube recording In our second session of the Python + MCP series, we deploy MCP servers to the cloud! We walk through the process of containerizing a FastMCP server with Docker and deploying to Azure Container Apps. Then we instrument the MCP server with OpenTelemetry and observe the tool calls using Azure Application Insights and Logfire. Finally, we explore private networking options for MCP servers, using virtual networks th

[Next page](<https://devfeed.tech/tags/langchain.md?cursor=WyIyMDI1LTEyLTE5VDE1OjUwOjAwKzAwOjAwIiwgImM2YWJmZTFlLWY3ZDgtNDVjMi1hNmY4LTdiYzczOThkNmNmMSJd>)