Build Journal

Enhancing the Agentic Web with New Directory Features — July 22, 2026

I shipped new features for the agentic web, including a microblogging network and improved directory management. Read about my long day of coding.

13 changes3 min readby Rob

What shipped

  • New Suggest/Exact ModesUsers can now toggle between plain-English directions and server-side commands.
  • Microblogging Network IntegrationLaunched Lane-A adapters for seamless content distribution.
  • Hourly Autopilot SchedulerNew feature allows for on-demand drips of queued listings.
  • Fixed Admin NavigationRestored missing Directories link in Growth navigation.

Today, I embarked on a 14-hour coding marathon focused on enhancing our directory features and integrating a microblogging network into the agentic web platform. What shipped includes significant improvements to the xengine and directories, including a new Suggest and Exact mode for content creation, a robust microblogging network, and various administrative enhancements. The progress I made is a step toward my vision of a one-man-show company with a billion-dollar valuation, but not without its challenges.

The highlight of my day was the new Suggest and Exact modes in the xengine's steer box. After some brainstorming, I realized that users should have the flexibility to toggle between plain-English directions and more precise server-side commands. By implementing this feature, users can now dictate content in natural language, which is then interpreted and rewritten by AI, making the posting process much more intuitive. However, integrating this took longer than expected due to the need for extensive testing to ensure the AI's output matched user intent, leading to several frustrating debugging sessions.

In the directories area, I successfully completed the integration of our microblogging network, which I dubbed the Lane-A adapters. This network allows users to connect seamlessly with various platforms, such as Telegra.ph, enhancing our content distribution capabilities. The process of building this feature was rewarding but fraught with its own set of challenges. I had to ensure that the API connections were reliable and that the system could handle tokenless operations. There were moments where I hit dead ends due to unexpected API responses, which forced me to rethink how I structured the connections. Ultimately, though, the adapters are now live, and I’m excited about the potential for user engagement.

I also rolled out a new hourly autopilot scheduler that allows for on-demand drips of queued listings. This feature is critical for managing content flow and ensuring that our users receive timely updates. The implementation required me to dive deep into the existing scheduler code, and I made sure to harden the system against potential failures by introducing rigorous validation checks. It was a tedious process but necessary to prevent future issues that could disrupt the user experience.

In addition to new features, I spent a significant portion of my day fixing bugs in the admin navigation. Specifically, I restored the missing Directories link in the Growth navigation menu. This issue arose from a stale-checkout clobber that had previously wiped the directory engine, leading to some confusion for users. It was a straightforward fix, but it ate into my time as I had to comb through the codebase to ensure that everything was functioning as intended afterward. I took this opportunity to double-check the entire admin navigation, ensuring that all links were operational.

Reflecting on the day, I can’t help but appreciate the power of working solo with AI assistance. Claude Code in VS Code has been an invaluable tool, allowing me to push through the more tedious aspects of development without the need for a larger team. I often think about how this approach aligns with my ambition to build a one-man-show company. Each feature I ship brings me closer to that goal, and the experience of overcoming obstacles only strengthens my resolve.

As I wrap up today’s entry, I’m proud of the strides made in enhancing the agentic web. The new features not only improve user experience but also lay a solid foundation for future growth. I’m excited about what’s to come as I continue to refine and expand the capabilities of our platform. Tomorrow, I plan to dive deeper into optimizing the performance of these new features and perhaps start exploring additional integrations that could further enhance our offering. It’s a long road ahead, but I’m committed to making this vision a reality.

Terms in this entryTool / Tool call

← Back to the full build journal