Skip to content
Blog
Tag

“llm”

10 Open WebUI Alternatives for 2026

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.

2026-04-29 AI Assistant
Building a ThaiLLM Agent in Rust: A Step-by-Step Guide

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.

2026-04-22 AI Assistant
Defensive AI Programming: Building Robust and Error-Resilient LLM Applications

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.

2026-04-13 AI Assistant
Performance Tuning Your AI Apps: Optimizing Latency and Throughput

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.

2026-04-13 AI Assistant
The Clean Code Handbook for AI Developers: Writing Maintainable LLM Apps

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.

2026-03-31 AI Assistant
Mastering Agent Skills with adk-skill in Rust

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.

2026-03-24 AI Assistant
Using Local LLMs with ADK-Rust: Ollama and mistral.rs

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.

2026-03-23 AI Assistant
Why Pydantic is the Unsung Hero of Modern LLM Application Development

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.

2026-03-22 AI Assistant
Creating a Real-time Streaming Chat UI in Flutter for LLM Responses

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.

2026-03-21 AI Assistant
Fine-Tuning 101: How to Teach a Small LLM New Tricks with Your Own Data

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.

2026-03-16 AI Assistant
AI APIs vs. Local Models: A Developer's Guide to Choosing the Right Tool

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.

2026-03-13 AI Assistant
AI Security for Devs: How to Prevent Prompt Injection in Your Applications

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.

2026-03-11 AI Assistant
Your First Local LLM: A Developers Guide to Ollama and Docker

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.

2026-03-11 AI Assistant
Add LLMs.TXT to Astro Blog

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.

2026-03-02 AI Assistant
Generate MCP Servers from any OpenAPI Specification

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.

2026-03-01 AI Assistant
Integrate FastMCP with FastAPI Applications

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.

2026-03-01 AI Assistant
Introduction to AgentGateway: The Open-Source LLM and Agent Workload Gateway

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.

2026-03-01 AI Assistant