Su San Talks Tech
Su San Talks Tech
Apr 8, 2026 · Artificial Intelligence

Master Claude API: From Setup to Advanced RAG, Prompts, and Streaming

This comprehensive guide walks you through Claude Code model selection, API authentication, request construction, multi‑turn conversation handling, system prompts, temperature tuning, streaming responses, and clean JSON extraction, providing practical Python examples for building robust AI‑powered applications.

AI developmentAnthropicClaude API
0 likes · 28 min read
Master Claude API: From Setup to Advanced RAG, Prompts, and Streaming
Java One
Java One
Apr 8, 2026 · Artificial Intelligence

Master Claude API: From Model Selection to Streaming Responses

This guide walks you through Claude Code model choices, secure API key handling, Python SDK setup, request construction, multi‑turn conversation management, system prompts, temperature tuning, response streaming, and extracting clean structured data such as JSON, all with practical code examples and diagrams.

Claude APIMulti-turn ConversationPython
0 likes · 31 min read
Master Claude API: From Model Selection to Streaming Responses
AI Architecture Hub
AI Architecture Hub
Apr 3, 2026 · Artificial Intelligence

Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners

This tutorial walks you through creating a functional AI agent that can receive goals, plan steps, invoke tools, and iterate until task completion, covering environment setup, core loop implementation, tool integration, error handling, and testing without requiring prior programming experience.

AI AgentAutonomous LoopClaude API
0 likes · 9 min read
Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners
Code Mala Tang
Code Mala Tang
Mar 9, 2026 · Artificial Intelligence

How Claude’s New Prompt Caching Cuts Token Costs by 90% for Long‑Running Agents

Claude’s API now automatically caches static parts of prompts—system instructions, tool definitions, and context—so repeated calls reuse these sections at only 10% of the standard token price, dramatically reducing costs for multi‑turn agents, but developers must manage prefixes and avoid cache‑breaking changes.

Claude APILLM engineeringToken Optimization
0 likes · 15 min read
How Claude’s New Prompt Caching Cuts Token Costs by 90% for Long‑Running Agents
AI Waka
AI Waka
Feb 24, 2026 · Artificial Intelligence

How Claude’s New Auto‑Caching Cuts API Token Costs by 90%

By adding a single field to Claude API requests, developers can automatically cache static prompt parts, reducing token billing to just 10% of the original cost and dramatically lowering expenses for multi‑turn AI agents.

AI agentsClaude APIToken Optimization
0 likes · 13 min read
How Claude’s New Auto‑Caching Cuts API Token Costs by 90%