Skip to content
Gradland

Writing activity

234 posts in 2026
JanFebMarAprMayJunJulAugSeptOctNovDecMonWedFri
Less
More

Recent writing

All posts →
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
6 Jul 2026·5 min read·AI

Stop Lying to Your LLM About Video: Scene-Aware Frame Extraction

Most AI integrations with video are broken by design — fixed FPS sampling misses everything that matters. Here's how to extract only the frames that actually changed.

AILLMClaudePython