Tag: #tool-use
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
AI-Native UI and Generative UX 2025 — Complete Guide: Streaming UI, Tool Use Rendering, AI SDK (Vercel), LangChain UI, LlamaIndex.TS UI, Conversational Interfaces, Feedback and Correction UX, Uncertainty Visualization, Human-in-the-loop, 2025 AI Product UX Benchmark — Season 6 Ep 3
While AI generates a response, what does the user see? The full scope of 2025 AI-Native UI. Streaming UI (token-by-token render), Tool Use to dynamic card rendering, Vercel AI SDK, LangChain UI, LlamaIndex.TS UI, UX prin
2026-04-15 · 12 min read #ai-ui#generative-ui#streaming-ui#tool-use#ai-sdkGPT-5 for Developers: A Practical Guide to Agentic Coding, Tools, and Cost Control
A practical guide to GPT-5 for developers, covering what changed from earlier workflows, how to choose model sizes and controls, and how to ship agentic coding systems with better latency and cost discipline.
2026-04-12 · 7 min read #openai#gpt-5#coding#agentic-coding#tool-useAI Agent Function Calling Practical Implementation: Tool Use Patterns, Error Handling, Security Design, and Production Deployment
Practical implementation of Function Calling and Tool Use patterns. Covers OpenAI, Anthropic, LangChain tool calling APIs, error handling, retry strategies, prompt injection defense, and MCP standard for production chatb
2026-03-12 · 21 min read #chatbot#function-calling#tool-use#ai-agent#langchainComplete Guide to LLM Function Calling: From Tool Use Patterns to Production Design
A deep dive into the Function Calling (Tool Use) mechanism of LLMs. Covers implementation methods across OpenAI, Anthropic, and open-source models, along with error handling, parallel invocation, and production design pa
2026-03-03 · 8 min read #llm#function-calling#tool-use#openai#ai-agentBuilding LLM Agent Systems: Complete Analysis of Tool Use, Planning, and Memory
Analyzing the core concepts of LLM Agents — Tool Use, Planning, and Memory — based on LangGraph and Anthropic official documentation, and building a practical Agent.
2026-03-01 · 21 min read #llm#ai-agent#tool-use#langgraph#react