Skip to content

Tag: llm

All the articles with the tag "llm".

Prompt Injection vs Your Coding Agent

Prompt Injection vs Your Coding Agent

Prompt-level defenses against injection are probabilistic and lose to a patient attacker. Here's the capability-level design that holds, with working configs.

Batch Inference: One Model, 100 Users

Batch Inference: One Model, 100 Users

Loading model weights, not math, is your GPU bottleneck. Continuous batching with llama-server serves many concurrent requests for close to the cost of one.

The Update That Broke Confidence

The Update That Broke Confidence

· Updated:

A 2026-09-22 patch left a self-hosted model's weights untouched but made it more confident on nonsense input. Six systems compared, real numbers only.

Jev vs Von vs SemIf: Real Numbers

Jev vs Von vs SemIf: Real Numbers

Jev, Von, and SemIf scored head to head on real commit history: a frozen 4B general model beat a purpose-built 395M decision model on every task tested.

Jev Retagged 840 Posts For 26 Cents

Jev Retagged 840 Posts For 26 Cents

I ran TypeSafe's Jev model against 840 blog posts to fix tag drift. Real cost numbers, benchmarked accuracy, and the failure mode that almost cost pageviews.

Komodo MCP vs the Docker Socket

Komodo MCP vs the Docker Socket

Komodo's community MCP server beats mounting the Docker socket or handing an AI agent SSH: scoped auth, per-tool RBAC, and confirmation before deletes.

Nano Banana Is Eating Its Own Images

Nano Banana Is Eating Its Own Images

Nano Banana's blurry images come from two causes: permanent generational loss from iterative editing, and a June 2026 outage Google fixed within 15 hours.

Your Coding Agent Can't Draw

Your Coding Agent Can't Draw

Coding agents write flawless code and leave hero.png blank. Compare self-hosted GPU image generation against subpixel, a ChatGPT-subscription CLI tool.

pgvector for Local Embeddings

pgvector for Local Embeddings

Run embeddings on Postgres with pgvector. Skip Chroma/Qdrant, tune IVFFlat vs HNSW indexes, build RAG pipelines locally.

What Is an AI Harness?

What Is an AI Harness?

What is an AI harness? A plain-language answer, plus 21 of them grouped by job: Claude Code, Codex CLI, Kilo Code, Goose, OpenHands and DeepSeek Harness.