pure.md — a markdown proxy for AI agents, with built-in MCP
pure.md markdown proxy for AI agents — converts any URL to clean markdown in one GET request. Handles JS SPAs, PDFs, bot detection. 28K tokens vs 143K with Jina.
23 articles
pure.md markdown proxy for AI agents — converts any URL to clean markdown in one GET request. Handles JS SPAs, PDFs, bot detection. 28K tokens vs 143K with Jina.
A nice Mac find: Muxy builds on libghostty and leans into worktrees, vertical tabs, and splits.
A recap of 3 days at Devoxx France 2026 — from generative AI to CI/CD security, Docker Sandboxes to LLM guardrails, here's what the conference says about the state of the art (and its limits).
The Linux Foundation launches AAIF with MCP, goose, and AGENTS.md. Open governance to prevent ecosystem fragmentation.
A JavaScript API that turns your site into an MCP server. Agents talk to your app through structured tools instead of scraping the DOM.
AI agents have a fundamentally different attack surface than chatbots. A complete map of the threats — from indirect prompt injection to tool supply chain attacks.
How to give an AI agent all the tools it needs to run, analyze, and see your application — and become truly autonomous in detecting and fixing errors.
A deep dive into the review-manager powering opencode-team-lead — how it selects reviewers, isolates their contexts, arbitrates disagreements, and produces a structured verdict without reading a single line of code.
On long tasks, an all-in-one agent loses track and reviews its own code with the same blind spots that produced it. I built opencode-team-lead to fix both problems with a strict delegation pattern.
SHA256 as a KDF, no salt, no versioning — the classic encryption pitfalls in Go, and how cryptio fixes them with Argon2id.