Abstract AlgorithmsAbstract Algorithms

  • Home
  • All Posts
  • All Series
  • About

Category

langchain

1 article in this category

Mastering Prompt Templates: System, User, and Assistant Roles with LangChain

Mastering Prompt Templates: System, User, and Assistant Roles with LangChain

TLDR: A prompt isn't just a single string of text. Modern LLMs (like GPT-4) expect a structured list of messages. The System sets the behavior, the User provides the input, and the Assistant stores the history. Using tools like LangChain helps manage...

Feb 15, 2026•6 min read

Abstract Algorithms

Exploring the fascinating world of algorithms, data structures, and software engineering through clear explanations and practical examples.

Navigation

  • Home
  • All Posts
  • All Series
  • About

Series

  • Technical Interview
  • Machine Learning Mastery
  • Software Architecture
  • Data Structures and Algorithms
  • System Design Interviews

Popular Topics

  • System Design
  • llm
  • interview
  • data structures
  • API Gateway
  • Reverse Proxy

Author

Abstract Algorithms

Abstract Algorithms

@abstractalgorithms

© 2026 Abstract Algorithms. All rights reserved.

Powered by Hashnode