/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

github.com
| | www.github.com
0.1 parsecs away

Travel
| | my blog, with astro. Contribute to Krayorn/blog development by creating an account on GitHub.
| | gist.github.com
2.2 parsecs away

Travel
| | Acronyms Seriously Suck - Elon Musk. GitHub Gist: instantly share code, notes, and snippets.
| | gpac.wp.imt.fr
0.2 parsecs away

Travel
| | GPAC Ultramedia OSS for Video Streaming & Next-Gen Multimedia Transcoding, Packaging & Delivery - EBU TTD support in GPAC · gpac/gpac Wiki
| | ezyang.github.io
10.3 parsecs away

Travel
| Model Context Protocol servers provide a standard interface for LLMs to interact with their environment. Cursor Agent mode and Claude Code use agents extensively. For example, instead of needing a separate RAG system (e.g., as previously provided by Cursor) to find and feed the model relevant context files, the LLM can instead call an MCP which will let it lookup what files it wants to look at before deciding what to do. Similarly, a model can run tests or build and then immediately work on fixing problems when this occurs. It is clear that Anthropic's built-in MCP servers are useful, and you should use agent mode when you can.