When was the last time you set up a personal homepage š ? For many of us, it was back in college or during that first frantic job hunt after graduation. I remember my first oneāa mess of raw HTML, āborrowedā CSS, and a very limited understanding of front-end development.
I decided it was finally time for an upgrade. This time, I didn't want to just "prompt" a website into existence. I wanted to see how far I could push the relationship between human intent and agentic execution. Iāve been using Antigravityāļø to build the new site, but the real breakthrough wasn't a "magic prompt." It was a shift in mindset toward Context Engineering š§±. We often treat AI like a chatbotāa series of back-and-forth messages where instructions eventually get buried or "hallucinated" away as the conversation gets longer. Instead, I treated my project folder as the "source of truth."
Here is how the philosophy changed for me:
- From Conversations to Assets: Instead of telling the AI my bio or style preferences in a chat window, I externalized them. I created structured Markdown files for my bio, my design system (colors, themes, typography), and my professional "vibe." These aren't just notes; they are living assets the AI refers to every time it takes an action.
- The Perception-Action Loop: This is where it gets fun. I gave Antigravity permission to not only read these files but to update them. As we iterated on the design or refined my bio, the AI updated the context files itself. The "context" evolved alongside the code.
- Respecting the "Physics of Attention": I realized that when AI fails, itās rarely a "model failure"āitās a "context failure." If you ask for a whole website in one go, the quality collapses because the context window gets saturated. By breaking the site into isolated, bounded tasks, I ensured the model stayed focused and "high-fidelity."
The result? I'm no longer "rowing" the boat by micro-managing every line of CSS. Iām the CaptainšØāāļø, steering the vision while the AI manages the execution based on a shared, externalized "brain" in my project folderš¢.
Itās a shift from being a "prompt writer" to being a Context Provider. In an era where everyone can prompt, the real skill is in how you architect the environment the AI operates in.š
Comments
Note: You need a GitHub account to comment. Discussions must be enabled on the repository.