“llm”
10 Open WebUI Alternatives for 2026
A deep dive into the top 10 open-source alternatives to Open WebUI for creating custom conversational AI solutions in 2026.
Building a ThaiLLM Agent in Rust: A Step-by-Step Guide
Learn how to create a simple, high-performance AI agent using the ThaiLLM model with Rust, Tokio, and Reqwest for optimized Thai language processing.
Defensive AI Programming: Building Robust and Error-Resilient LLM Applications
Learn how to build production-ready LLM applications with defensive programming patterns, validation, and graceful degradation.
Performance Tuning Your AI Apps: Optimizing Latency and Throughput
Learn how to slash latency and boost throughput in your AI-powered applications with practical optimization techniques.
The Clean Code Handbook for AI Developers: Writing Maintainable LLM Apps
Learn how to apply the principles of clean code to your AI and large language model (LLM) applications. Write code that is not only functional but also readable, maintainable, and scalable.
Mastering Agent Skills with adk-skill in Rust
Learn how to parse, index, match, and inject AgentSkills dynamically into your ADK-Rust applications using the adk-skill crate.
Using Local LLMs with ADK-Rust: Ollama and mistral.rs
A guide on how to use local LLMs like Ollama and mistral.rs with ADK-Rust for privacy and cost-efficiency.
Why Pydantic is the Unsung Hero of Modern LLM Application Development
Structured data is the bridge between chaotic AI outputs and reliable applications. Discover why Pydantic is essential for building robust LLM-powered tools.
Creating a Real-time Streaming Chat UI in Flutter for LLM Responses
Enhance your user experience by implementing real-time, streaming chat responses in your Flutter application using Streams and StreamBuilder.
Fine-Tuning 101: How to Teach a Small LLM New Tricks with Your Own Data
A beginner-friendly guide to fine-tuning smaller Large Language Models on custom datasets for domain-specific tasks.
AI APIs vs. Local Models: A Developer's Guide to Choosing the Right Tool
Should you use an API like Gemini or run a local model with Ollama? We compare the pros and cons of each approach for developers.
AI Security for Devs: How to Prevent Prompt Injection in Your Applications
Learn what prompt injection is, why it's a critical security vulnerability for LLM applications, and practical techniques developers can use to defend against it.
Your First Local LLM: A Developers Guide to Ollama and Docker
Learn how to run powerful, open-source large language models on your own machine for free, private, and offline AI development.
Add LLMs.TXT to Astro Blog
Learn how to create an llm.txt endpoint in your Astro blog to improve discoverability for AI agents and LLMs.
Generate MCP Servers from any OpenAPI Specification
Learn how to automatically convert your existing REST APIs into Model Context Protocol (MCP) servers using Go FastMCP and OpenAPI specifications.
Integrate FastMCP with FastAPI Applications
Discover how to effortlessly generate Model Context Protocol (MCP) servers from existing FastAPI applications or mount MCP endpoints within them using FastMCP.
Introduction to AgentGateway: The Open-Source LLM and Agent Workload Gateway
Learn about AgentGateway, a high-performance Rust-based gateway for managing LLM, MCP, and Agent-to-Agent workloads with enterprise-grade security.