Hello, world.
I am finally publishing a blog—a place to show the kinds of things I have been working on, share what I learn along the way, and make more of that work visible outside my own folders and notes.
What excites me most right now is agentic coding. Coding agents can be more than autocomplete: they can help investigate a problem, explore a codebase, test an idea, and carry a project through the unglamorous details that sit between a thought and a working result. I still choose the direction and exercise judgment, but the distance between imagining something and trying it in the world has become dramatically shorter.
- 01 Idea Choose a useful direction
- 02 Agentic build Research, code, and test
- 03 Working thing Exercise human judgment
- 04 Share Publish what was learned
That changes what feels possible. Small ideas no longer have to wait for a perfect block of uninterrupted time. I can turn a question into an experiment, an experiment into a useful tool, and a useful tool into something other people can see and use. The faster loop makes it easier to learn in public instead of waiting until everything feels finished.
This blog is where I will share that process: projects I am building, patterns that work, mistakes worth remembering, and the moments when an agent helps turn an ambitious idea into something real. I want it to be an honest record of the work—not just a collection of polished launch announcements.
How this blog was put together
The site is intentionally simple. Astro builds Markdown and MDX into static
pages using the minimal Astro Nano interface. GitHub stores the writing and lets
me edit it from a computer or phone. A commit to main runs checks and tests in
Cloudflare Workers Builds, then deploys the verified static assets to
jaimemguajardo.com.
Drafts stay out of production, and subscriber updates can only enter the mailing-list feed after a successful deployment and an explicit opt-in on the post.
The Blog project page has the complete publishing flow, the stack, and the safety details.
There is a lot I want to make and a lot I want to share. This is the first post, and the beginning of bringing more of those ideas into the world.