Build an AI Text Detector, Then Test If It Can Ship
Build an AI text detector with small local models, stress-test it on short and human-edited text, and use the error rates to decide if it ships.
Category
Hands-on tutorials and explainers for working with AI: prompting, tools, workflows, APIs, and the concepts behind them, with working examples and honest trade-offs.
11 posts
Build an AI text detector with small local models, stress-test it on short and human-edited text, and use the error rates to decide if it ships.
Learn LLM context window management with a token budget ledger, a stepwise compression ladder, and the prompt cache trap that punishes trimming.
Structured output local LLM enforcement means choosing JSON mode, grammar decoding, or tool-calling. Each trades latency, throughput, and reliability.
Control reasoning effort LLM APIs across OpenAI, DeepSeek, and Anthropic. Practical routing rules to cut cost and latency without losing accuracy.
LLM browser agents look easy in demos. Shipping one means defaulting to APIs, containing prompt injection, and budgeting for unpredictable per-step costs.
Run AI models locally on Mac with MLX and Nativ. A trade-off framework for when on-device inference beats APIs on cost, privacy, and latency.
Fine-tuning vs RAG vs prompt engineering: run this eval-gated framework before training a custom model and inheriting its hidden maintenance tax.
Proactive AI agents use context graphs to cut time-to-surface from 47 minutes to under 30 seconds, eliminating reactive RAG blind spots in enterprises.
Prepare for AI model deprecations and government access restrictions. Build a resilient LLM fallback strategy using multi-provider routing and open-weights.
Confused by hourly rates vs token costs? Learn how to choose the right cloud GPU providers for LLM inference with our guide to break-even math and throughput optimization.
AI reasoning transparency is failing. Learn why models like Claude summarize their chain of thought, why raw logic is hidden, and how to evaluate black box AI agents.