Uploaded August 2026 | Updated September 2026, 2 weeks ago
๐ The LangChain 10 Days FREE Bootcamp is live: 10 lessons, free AI models only, from your first API call to a production grade RAG agent. Start with Day 0 for the roadmap and setup.
๐บ Full playlist: youtube.com/watch?v=KJ3_NExk7-Q&list=PLW4pPr9JCovI&index=1
----------
Day 2 of the free LangChain 10 Days Bootcamp. This lesson covers the three message types every LangChain app is built on (SystemMessage, HumanMessage, AIMessage) and a free LangSmith setup so you can see exactly what your model is doing on every call.
We start with how LLM roles map to LangChain classes, then wire up LangSmith tracing so each call is logged with its full input, output, and token usage. After that we run the same question through different system prompts (pirate, calm support agent, rhyming couplets) and hit a case where the model flat out refuses to take the role. We also measure what a long system prompt actually costs you in input tokens, and close with a prompt injection attempt against a strict no-refund support agent. Everything here is self-contained, so you can follow along even if you're new to LangChain.
๐บ Full playlist (LangChain 10 Days Bootcamp): youtube.com/playlist?list=PLW4pPr9JCovI
โฑ Chapters:
0:00 Intro and Day 1 Recap
0:45 The Three LLM Roles: System, Human, AI
1:31 How model.invoke Maps to Human and AI Messages
2:36 Why the System Message Matters
3:49 Same Question, Three Different System Prompts
5:26 LangSmith Setup for LLM Observability
6:54 Creating Your LangSmith API Key
7:36 Adding LangSmith Keys to Your .env File
9:11 Loading the Model and Environment in the Notebook
10:51 Your First Call with System + Human Messages
12:07 Viewing the Trace Inside LangSmith
13:52 Pirate Role Test: When the LLM Ignores Your Prompt
15:49 Calm Support Agent Role
17:01 Rhyming Couplets Role
17:45 How Many Tokens Does a System Prompt Cost?
19:47 Strict System Prompt: The No-Refund Agent
20:13 Prompt Injection and Jailbreaking the LLM
22:16 Formatting Messages with pretty_print
23:45 Wrap-Up and What's Next
๐ Resources:
Code + slides (GitHub): github.com/laxmimerit/Langchain-10-Days-Bootcamp
LangSmith (free signup): smith.langchain.com
Free model used (Ling 3.0 Tiny): openrouter.ai/inclusionai/ling-3.0-tiny:free
LangChain install docs: docs.langchain.com/oss/python/langchain/install
๐บ Watch first (Day 1: Free AI API Setup with OpenRouter):
youtu.be/EMRRGr-uYkU
๐ Level up with my Udemy course:
Master LangChain v1 and Ollama - Chatbot, RAG and AI Agents: kgptalkie.com/langchain
If this cleared up how messages and roles work, leave a like and tell me in the comments which system prompt gave you trouble. Subscribe so you catch the rest of the bootcamp.
#LangChain #LangSmith #GenerativeAI #PromptEngineering #LLM
๐ The LangChain 10 Days FREE Bootcamp is live: 10 lessons, free AI models only, from your first API call to a production grade RAG agent. Start with Day 0 for the roadmap and setup.
๐บ Full playlist: youtube.com/watch?v=KJ3_NExk7-Q&list=PLW4pPr9JCovI&index=1
----------
Day 2 of the free LangChain 10 Days Bootcamp. This lesson covers the three message types every LangChain app is built on (SystemMessage, HumanMessage, AIMessage) and a free LangSmith setup so you can see exactly what your model is doing on every call.
We start with how LLM roles map to LangChain classes, then wire up LangSmith tracing so each call is logged with its full input, output, and token usage. After that we run the same question through different system prompts (pirate, calm support agent, rhyming couplets) and hit a case where the model flat out refuses to take the role. We also measure what a long system prompt actually costs you in input tokens, and close with a prompt injection attempt against a strict no-refund support agent. Everything here is self-contained, so you can follow along even if you're new to LangChain.
๐บ Full playlist (LangChain 10 Days Bootcamp): youtube.com/playlist?list=PLW4pPr9JCovI
โฑ Chapters:
0:00 Intro and Day 1 Recap
0:45 The Three LLM Roles: System, Human, AI
1:31 How model.invoke Maps to Human and AI Messages
2:36 Why the System Message Matters
3:49 Same Question, Three Different System Prompts
5:26 LangSmith Setup for LLM Observability
6:54 Creating Your LangSmith API Key
7:36 Adding LangSmith Keys to Your .env File
9:11 Loading the Model and Environment in the Notebook
10:51 Your First Call with System + Human Messages
12:07 Viewing the Trace Inside LangSmith
13:52 Pirate Role Test: When the LLM Ignores Your Prompt
15:49 Calm Support Agent Role
17:01 Rhyming Couplets Role
17:45 How Many Tokens Does a System Prompt Cost?
19:47 Strict System Prompt: The No-Refund Agent
20:13 Prompt Injection and Jailbreaking the LLM
22:16 Formatting Messages with pretty_print
23:45 Wrap-Up and What's Next
๐ Resources:
Code + slides (GitHub): github.com/laxmimerit/Langchain-10-Days-Bootcamp
LangSmith (free signup): smith.langchain.com
Free model used (Ling 3.0 Tiny): openrouter.ai/inclusionai/ling-3.0-tiny:free
LangChain install docs: docs.langchain.com/oss/python/langchain/install
๐บ Watch first (Day 1: Free AI API Setup with OpenRouter):
youtu.be/EMRRGr-uYkU
๐ Level up with my Udemy course:
Master LangChain v1 and Ollama - Chatbot, RAG and AI Agents: kgptalkie.com/langchain
If this cleared up how messages and roles work, leave a like and tell me in the comments which system prompt gave you trouble. Subscribe so you catch the rest of the bootcamp.
#LangChain #LangSmith #GenerativeAI #PromptEngineering #LLM



![Hermes vs OpenClaw: Which AI Agent Is Better?
๐ The LangChain 10 Days FREE Bootcamp is live: 10 lessons, free AI models only, from your first API call to a production grade RAG agent. Start with Day 0 for the roadmap and setup.
๐บ Full playlist: https://www.youtube.com/watch?v=KJ3_NExk7-Q&list=PLW4pPr9JCovI&index=1
OpenClaw vs Hermes Agent
Hermes is a free desktop AI agent that runs multiple sub-agents in parallel, controls your computer, and works with hundreds of free models through OpenRouter. You dont need a credit card or a paid plan.
In this video Ill show you how to install it on Windows, connect it with a free OpenRouter API key, and run two real demos. In the first, the agent reads my Downloads folder and copies files to my Desktop on its own. In the second, I ask it to research the Anthropic IPO from both sides. It fires two sub-agents simultaneously, they work in parallel, and the main agent gives a final recommendation. I used millions of tokens and paid nothing.
Hermes Agent Setup with Free AI API - Full Tutorial (2026)
https://youtu.be/PweUF4T9FSU
OpenClaw Tutorials
https://youtube.com/playlist?list=PLc2rvfiptPSQMZf3rlYZZ8vwUBcm6jv4d&si 4Fg00t1r2ONRkYD
โฑ Chapters:
0:00 Intro - Hermes multi-agent in action
1:15 Download & install Hermes on Windows
2:17 Hermes UI walkthrough (sessions, skills, tools, settings)
4:48 Connect a free AI API with OpenRouter
5:32 Get your OpenRouter API key & pick a free model
7:28 Computer use demo - AI copies files via terminal
9:17 Multi-agent demo - 2 sub-agents research Anthropic IPO
10:50 Viewing the final multi-agent result
๐ Resources:
โ Download Hermes Agent (Windows): [paste your link here]
โ OpenRouter (free AI models): https://openrouter.ai
๐บ Watch next / Playlist:
โ Free Hermes Agent Tutorials (full playlist): https://www.youtube.com/playlist?list=PLc2rvfiptPSS8rBC6WwQjsOR7LsFLoWzX
โ Qwen 3.6 + Hermes Agent - Powerful Local AI Beast: https://www.youtube.com/watch?v=f8akrfxrJWg
๐ Go deeper - my Udemy course:
Deep Agent - Multi Agent RAG with Gemini and LangChain โ https://kgptalkie.com/deep-agent
If this helped, give it a like. If you get stuck somewhere, drop a comment. I read them. Subscribe and hit the bell so you dont miss the next Hermes tutorial.
#HermesAgent #FreeAI #LocalAI Hermes vs OpenClaw: Which AI Agent Is Better?](https://i.ytimg.com/vi/T_38adYHaTg/mqdefault.jpg)






