Deploying code agents without all the agonizing pain
Agents that write and run code are powerful, as Cognition Labs showed with their recent release of Devin, the "AI SWE". But they are complex to program, hard to deploy, and even harder to secure -- what happens if your agent runs DROP prodtables or sudo rm -rf /?
In this joint webinar between LangChain and Modal Labs, we cover the productionization of a coding agent. Lance Martin (@rlancemartin) walk through his coding agent implementation, which performs import and code execution checks along self-reflection in LangGraph.
Modal AI Engineer Charles Frye (@charles_irl) will then show how to secure that prototype agent using Modal Sandboxes and deploy it as a FastAPI web app with only a dozen more lines of code.
Slides:
https://docs.google.com/presentation/d/1368-i3k73eM-h1vsd0LwchxQOC8JUQt7RRy9b44EBho/edit?usp=sharing
Code:
https://github.com/modal-labs/modal-examples/tree/main/06_gpu_and_ml/langchains/codelangchain
First video discussing the design of the self-corrective coding agent in detail:
https://www.youtube.com/watch?v=MvNdgmM7uyc
Try Modal! Includes $30/month of free compute: https://modal.com
Timestamps -
00:00 Summary
00:48 From paper to notebook
04:09 Evaluating the agent
08:20 From notebook to production - LangServe and Modal.asgi_app
13:20 Notebooks and apps
16:45 Iterating in production - OpenAPI docs
18:07 Securing code agents with Modal Sandboxes
23:47 Development servers with modal serve
28:42 Serving a UI with LangServe Playground
37:33 Deeper dive on using Modal Sandboxes
42:20 Observability and monitoring with LangSmith
45:08 Recap (edited)
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from LangChain · LangChain · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Chat With Your Documents Using LangChain + JavaScript
LangChain
LangChain SQL Webinar
LangChain
LangChain "OpenAI functions" Webinar
LangChain
LangSmith Launch
LangChain
LangChain x Pinecone: Supercharging Llama-2 with RAG
LangChain
LangChain Expression Language
LangChain
Building LLM applications with LangChain with Lance
LangChain
Benchmarking Question/Answering Over CSV Data
LangChain
LangChain "RAG Evaluation" Webinar
LangChain
Fine-tuning in Your Voice Webinar
LangChain
Tabular Data Retrieval
LangChain
Building an LLM Application with Audio by AssemblyAI
LangChain
Superagent Deepdive Webinar
LangChain
Lessons from Deploying LLMs with LangSmith
LangChain
Shortwave Assistant Deepdive Webinar
LangChain
Cognitive Architectures for Language Agents
LangChain
Effectively Building with LLMs in the Browser with Jacob
LangChain
Data Privacy for LLMs
LangChain
"Theory of Mind" Webinar with Plastic Labs
LangChain
LangChain Templates
LangChain
Using Natural Language to Query Postgres with Jacob
LangChain
Building a Research Assistant from Scratch
LangChain
Benchmarking RAG over LangChain Docs
LangChain
Skeleton-of-Thought: Building a New Template from Scratch
LangChain
Benchmarking Methods for Semi-Structured RAG
LangChain
LangSmith Highlights: Getting Started
LangChain
LangSmith Highlights: Debugging
LangChain
LangSmith Highlights: Datasets
LangChain
LangSmith Highlights: Evaluation
LangChain
LangSmith Highlights: Human Annotation
LangChain
LangSmith Highlights: Monitoring
LangChain
LangSmith Highlights: Hub
LangChain
SQL Research Assistant
LangChain
Getting Started with Multi-Modal LLMs
LangChain
Build a Full Stack RAG App With TypeScript
LangChain
Auto-Prompt Builder (with Hosted LangServe)
LangChain
LangChain v0.1.0 Launch: Introduction
LangChain
LangChain v0.1.0 Launch: Observability
LangChain
LangChain v0.1.0 Launch: Integrations
LangChain
LangChain v0.1.0 Launch: Composability
LangChain
LangChain v0.1.0 Launch: Streaming
LangChain
LangChain v0.1.0 Launch: Output Parsing
LangChain
LangChain v0.1.0 Launch: Retrieval
LangChain
LangChain v0.1.0 Launch: Agents
LangChain
Build and Deploy a RAG app with Pinecone Serverless
LangChain
Hosted LangServe + LangChain Templates
LangChain
LangGraph: Intro
LangChain
LangGraph: Agent Executor
LangChain
LangGraph: Chat Agent Executor
LangChain
LangGraph: Human-in-the-Loop
LangChain
LangGraph: Dynamically Returning a Tool Output Directly
LangChain
LangGraph: Respond in a Specific Format
LangChain
LangGraph: Managing Agent Steps
LangChain
LangGraph: Force-Calling a Tool
LangChain
LangGraph: Multi-Agent Workflows
LangChain
Streaming Events: Introducing a new `stream_events` method
LangChain
Building a web RAG chatbot: using LangChain, Exa (prev. Metaphor), LangSmith, and Hosted Langserve
LangChain
OpenGPTs
LangChain
Open Source RAG with Nomic's New Embedding Model (and ChromaDB and Ollama)
LangChain
LangGraph: Persistence
LangChain
More on: Agent Foundations
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Google I/O 2026 live blog: Updates on Android, Gemini AI, XR, and more we expect
ZDNet
Looking for a Founding Engineer / Technical Partner (AI Agent + Fintech Rails)
Dev.to AI
Do Androids Dream of Your Electric Life?
Dev.to AI
How to tell whether an AI capability pack can actually help you ship
Dev.to AI
Chapters (12)
Summary
0:48
From paper to notebook
4:09
Evaluating the agent
8:20
From notebook to production - LangServe and Modal.asgi_app
13:20
Notebooks and apps
16:45
Iterating in production - OpenAPI docs
18:07
Securing code agents with Modal Sandboxes
23:47
Development servers with modal serve
28:42
Serving a UI with LangServe Playground
37:33
Deeper dive on using Modal Sandboxes
42:20
Observability and monitoring with LangSmith
45:08
Recap (edited)
🎓
Tutor Explanation
DeepCamp AI