#netrecon
3 posts tagged netrecon. all posts
- What you see vs. what the browser does: adding real-render diffs Raw fetches tell you what a server sent. A headless browser tells you what actually ran. Here is why netrecon's change-detection needed both — and the rate-limit trick that makes it work on a free tier.
- Securing and monitoring an MCP server in production MCP turns a chat UI into a system that can take actions on your behalf. That changes the security and observability story. Here is the stack I run for netrecon.
- Writing a diagnostic LLM that doesn't lie How netrecon keeps an LLM-narrated diff grounded: schema-bound outputs, no snapshots in the prompt, and citation whitelisting that silently drops hallucinated field names.