Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /Llm

Tag

Llm

Every published article tagged with Llm.
Illustration for Why Manually Retyping LLM-Generated Code Actually Makes You a Better Developer
Programming/Aug 4, 2026

Why Manually Retyping LLM-Generated Code Actually Makes You a Better Developer

Copying AI code straight into your editor builds zero understanding. The counterintuitive fix: type it out yourself. Here's why that works and how to do it without wasting time.

3 min read
ProgrammingAI Coding
Illustration for How Cloudflare Runs Kimi and GLM Models Smaller and Faster at Scale
AI/Aug 4, 2026

How Cloudflare Runs Kimi and GLM Models Smaller and Faster at Scale

Cloudflare's approach to serving compact AI models with tighter latency budgets shows what production inference actually looks like when you strip away the GPU excess.

4 min read
AICloudflare
Illustration for AirLLM: Running 70B Parameter Models on a Single 4GB GPU
AI/Aug 4, 2026

AirLLM: Running 70B Parameter Models on a Single 4GB GPU

AirLLM claims you can run 70B models on consumer GPUs with just 4GB VRAM. Here's how it works, where it breaks, and whether it's actually useful for real workloads.

6 min read
AILlm
Illustration for Qwen3.8-Max Claims a New Bar for Coding, Does It Actually Deliver
AI/Aug 4, 2026

Qwen3.8-Max Claims a New Bar for Coding, Does It Actually Deliver

Alibaba's Qwen3.8-Max just landed with bold coding benchmarks. Here's what the numbers actually mean and where the model falls short compared to Claude and GPT.

4 min read
AILlm
Illustration for Agent Swarms and the New Model Economics: How Context Overhead is Reshaping Infrastructure Costs
AI/Jul 21, 2026

Agent Swarms and the New Model Economics: How Context Overhead is Reshaping Infrastructure Costs

An in-depth analysis of how multi-agent coordination, subagent spawning, and context window replication drive token consumption and redefine system architecture in 2026.

4 min read
AIAgents
Illustration for How to Evaluate a RAG Application With a Regression Test Set
AI/Jul 20, 2026

How to Evaluate a RAG Application With a Regression Test Set

Build a practical RAG evaluation loop with retrieval metrics, answer checks, citations, human review, judge models, and release gates.

5 min read
RAGEvaluation
Illustration for Claude Sonnet 5 Just Dropped. Here's What Developers Should Know.
Programming/Jul 15, 2026

Claude Sonnet 5 Just Dropped. Here's What Developers Should Know.

Anthropic released Claude Sonnet 5, a model that nearly matches Opus 4.8 at a fraction of the cost. Here's what changed and whether it matters for your workflow.

3 min read
AI CodingProgramming
Illustration for GLM 5.2 and the Coming AI Margin Collapse: What Open-Weights Models Mean for API Providers
Software Engineering/Jul 15, 2026

GLM 5.2 and the Coming AI Margin Collapse: What Open-Weights Models Mean for API Providers

A Chinese open-weights model just matched GPT and Opus performance. Here's why that changes the economics of AI inference for every developer.

3 min read
AISoftware Engineering
Illustration for GLM 5.2 vs GPT-4o-mini: The Inference Cost War
AI/Jul 15, 2026

GLM 5.2 vs GPT-4o-mini: The Inference Cost War

A detailed comparison of inference costs, performance, and developer utility between GLM 5.2 and GPT-4o-mini.

4 min read
LlmInference Costs
Illustration for How Post-Training Quantization Shrinks LLMs to Run on Laptops
AI/Jul 7, 2026

How Post-Training Quantization Shrinks LLMs to Run on Laptops

Under the hood of post-training quantization. Learn how mapping FP16 weights to INT4 shrinks LLMs, reduces memory bandwidth, and enables local AI execution.

4 min read
Artificial IntelligenceLlm
Illustration for 5 Things AI Still Gets Wrong in 2026
AI/Jun 22, 2026

5 Things AI Still Gets Wrong in 2026

AI can write essays in seconds but still fails at things a 7-year-old can do. Here are five fundamental failures that won't be fixed anytime soon.

6 min read
AIHallucination