GIGIlistening…

Build Journal

Serving CADE Media & Author Headshots in the Agentic Web — June 29, 2026

I added a public image route for CADE media and set author headshots, enhancing the agentic web experience and fixing 404 errors.

1 change3 min readby Rob

What shipped

  • New public image routeAdded /api/files/cade-media/[name] for serving CADE media.
  • Fixed 404 errorsResolved broken links for CADE media and profile headshots.
  • Updated author headshotSet Robert Bibb's headshot from LinkedIn.

Today, I focused on a critical improvement to the agentic web platform by adding a public image route for CADE media. This was essential because the previous single-segment route for serving files led to frustrating 404 errors for media uploaded through WordPress, particularly affecting profile headshots. After about an hour of concentrated work, I successfully implemented the new route and updated the author headshot for Robert Bibb using his LinkedIn photo.

The challenge I faced stemmed from the way the routing was originally set up. The existing system didn’t account for subpaths like 'cade-media', which meant that any media uploaded under that category simply wouldn’t load. This was a significant oversight that I had to address; after all, having broken media links is not only a poor user experience but also detrimental to the overall professionalism of the platform. I realized that this was a straightforward fix that could greatly enhance the agentic web experience for users.

To tackle this, I spent the first few minutes analyzing the existing routing logic in the API. I confirmed that the single-segment route was indeed the culprit by testing various media file requests. Each attempt to access a CADE media file resulted in a 404 error. I knew I had to create a new route that could handle requests for images more effectively. After a bit of back-and-forth with the code, I crafted the new route: '/api/files/cade-media/[name]'. This change allowed me to serve media files correctly from the CADE subpath, and I’m proud to say it worked flawlessly on the first try.

As a solo developer, these kinds of straightforward yet impactful improvements are essential. They remind me that while I’m building a one-man-show company with a billion-dollar valuation goal, I can still make significant strides in user experience, even when tackling issues that might seem minor at first glance. Each commit, each fix, and each feature adds up to a more robust platform overall. I often reflect on how Claude Code in VS Code has been my constant companion in this journey, allowing me to work efficiently without the overhead of collaborative tools like Lovable or Cursor.

After implementing the new route, I turned my attention to updating Robert Bibb's author headshot. I had his LinkedIn photo on hand, which I integrated seamlessly into the platform. This small touch contributes to the personal branding aspect of the authors on the agentic web. Ensuring that each author has an updated and professional-looking headshot helps establish credibility and fosters a more engaging experience for users interacting with the content.

I also took a moment to reflect on the importance of media in the agentic web. High-quality images and well-maintained profiles are critical components that enhance user trust and engagement. As I scale this platform, I’m constantly thinking about how to optimize not just the functionality but also the aesthetic and emotional appeal of the experience.

In conclusion, today’s work was a great reminder of the importance of addressing even the smallest issues promptly. By improving the public image route for CADE media and updating author headshots, I’ve made tangible progress toward building a more user-friendly and visually appealing platform. Each hour spent resolving these challenges is a step closer to my vision of a billion-dollar valuation, reinforcing the idea that focusing on the details can yield significant dividends in the long run.

← Back to the full build journal