Why Iām Moving My Context Out of the Walled Garden
Socials are for networking. My notepad is for retrieval.
Here is the technical reason why.
We tend to think of content as "consumed" only by eyes. But in 2025, content is also consumed by algorithms, specifically the LLMs (Large Language Models) that assist our daily work.
I recently hit a wall. I wanted to use my past writings - my methodologies, my case studies, my tone of voice - to guide an AI agent in a new task. I tried pasting a link to one of my LinkedIn posts.
It failed.
The Problem with Walled Gardens
Platforms like LinkedIn, Medium, or Facebook are designed to keep you inside. Technically speaking, they are "hostile" to external parsers.
- Auth-walls: The AI hits a login screen.
- Obfuscated DOM: The HTML structure is a mess of div soups designed to prevent scraping.
- Aggressive Rate Limiting: Even if the AI gets through, it gets flagged.
When I feed a LinkedIn URL to any LLM, it often hallucinates the content because sometimes it cannot actually read the page. My thoughts are trapped behind a gate.
The Blog as a Static API
This is where I realized the hidden value of my own notepad.
While this site started as a simple portfolio and blog, it has evolved into something more utility-driven: a clean, semantic HTML repository.
When I publish here, I am creating a stable, readable URL.
- Zero Friction: No cookies, no pop-ups, no login walls.
- Pure Context: When I give the notepad URL to an LLM, it parses the text instantly and accurately.
- Portability: My "context" becomes portable. I can inject my specific knowledge into any workflow simply by referencing a link.
The Shift
I will still use social media to network. But my knowledge base - the core of how I work - belongs here. By keeping my data on an open protocol (the web) rather than a closed platform, I ensure that my intelligence is accessible to the tools I use to build the future.
If you are a human reading this: welcome. You are reading the source code of my professional workflow. And probably learning something cool along the way.