🏷️ Tag

#llm

Study materials by tag "llm" from expert practitioners. Current articles and useful tips for development.

21 Articles
21 Materials
46 Views

Articles with tag "#llm"

All materials on the topic llm

📝
🟡 Medium

httpx: A Modern HTTP Client for Python

httpx is a next-generation HTTP client. Its interface is similar to requests, but it supports async/await out of the box.

📝 LLM & AI
📅 30.06.2026
📝
🔴 Difficult

AI Agents: ReAct Loop and Autonomous Actions

A chatbot answers questions. An agent takes action: it calls tools, retrieves real data, and uses that data in its...

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

Typer: CLI Applications Without the Boilerplate

Typer builds CLIs from Python type annotations. No argparse, no manual parsing — just decorators and types.

📝 LLM & AI
📅 30.06.2026
📝
📖 Article

Document Chunking Strategies for RAG

Embedding a long document averages out its meanings — a specific question won't find the right paragraph. The solution is...

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

Pydantic v2: Data Validation in Python

Pydantic is a library for data validation using type annotations. Version 2 was rewritten in Rust and runs 5–50x faster...

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

asyncio in Python: Asynchronous Programming

asyncio is Python's standard library for asynchronous code. It lets you execute multiple tasks "simultaneously" within a single thread.

📝 LLM & AI
📅 30.06.2026
📝
🔴 Difficult

AsyncAnthropic: Async Client for the Claude API

AsyncAnthropic is the asynchronous version of the Anthropic client. It uses async/await and integrates with the asyncio event loop.

📝 LLM & AI
📅 30.06.2026
📝
📖 Article

RAG: Chatting with Documents via Vector Search

RAG (Retrieval-Augmented Generation) is a pattern for working with your own documents. Instead of fine-tuning the model, you find the...

📝 LLM & AI
📅 30.06.2026
📝
📖 Article

Prompt Caching in the Claude API: Saving on Tokens

Every request to Claude costs money. inputtokens includes everything: the system prompt, conversation history, and the current question. If you...

📝 LLM & AI
📅 30.06.2026
📝
🔴 Difficult

Embeddings: Coordinates of Text in Semantic Space

An embedding is a numerical vector that represents a piece of text. Texts that are similar in meaning get vectors...

📝 LLM & AI
📅 30.06.2026
📝
🟡 Medium

JSON Schema: Describing Data Structures

JSON Schema is a standard for describing the structure of JSON. In the Claude API it is used to define...

📝 LLM & AI
📅 30.06.2026
📝
🔴 Difficult

Tool Use in the Claude API: Agents with Tools

Tool use lets Claude call functions in your code — fetching weather, reading files, running searches. Claude decides when to...

📝 LLM & AI
📅 30.06.2026
Page 1 of 2 ▶️ ⏭️

Similar tags

Study related topics

🏷️

#basics

Related articles basics

📚 6 articles
🏷️

#ai

Related articles ai

📚 3 articles
🏷️

#python

Related articles python

📚 3 articles
🏷️

#async

Related articles async

📚 2 articles
🏷️

#devops

Related articles devops

📚 1 article
🏷️

#authentication

Related articles authentication

📚 1 article

Looking for more on the topic?

Study all our materials or subscribe to updates