Skip to content
Gradland

Writing activity

279 posts in 2026
JanFebMarAprMayJunJulAugSeptOctNovDecMonWedFri
Less
More

Recent writing

All posts →
9 Jul 2026·5 min read·AI

OpenCode: The Terminal AI Coding Agent Worth Switching To

OpenCode just hit 160K GitHub stars and 7.5M monthly active developers. It's a terminal-first coding agent that works with any model provider — including local ones — and has a plan/build split that actually prevents the runaway edit problem.

AI ToolsDeveloper ToolsLLMs
8 Jul 2026·5 min read·AI

Prompt Injection Just Leaked GitHub's Private Repos

Researchers tricked GitHub's AI agent into exposing private repository content via prompt injection. If you're building AI features, this is the vulnerability class you need to understand.

AI SecurityPrompt InjectionAI Agents
7 Jul 2026·5 min read·AI

7 MB Embedding Model That Runs Entirely in Your Browser

Ternlight ships a full embedding model as a single npm package — no API key, no server round-trip, no vector DB subscription. Semantic search in five lines of JavaScript.

AIEmbeddingsJavaScriptNext.js