GIGIlistening…

Build Journal

Dream-Auth & Conversational Trainer Features Shipped — July 7, 2026

I shipped significant updates including dream-auth admin wallet support and a conversational trainer for AEO. Here's what I learned from the process.

6 changes3 min readby Rob

What shipped

  • Admin Wallet SimplificationDream-auth allows admin wallets to operate without a signature.
  • Enhanced SecurityIntegrated dream ops-admin wallet-signature authentication.
  • Video-Room Token MintingNew endpoint for room-scoped video tokens.
  • Public Portal LookupCORS-compliant endpoint for secure data access.
  • Conversational TrainerLive dialogue training feature for AEO models.

Today, I set out to enhance the functionalities of my spatial AI platform, focusing on dream-auth and the conversational trainer for AEO. What I shipped includes a new way for admin wallets to operate without a signature and a live dialogue training feature for the AEO models. These features are crucial for improving user experience and operational efficiency on hashtag.space.

The first major feature I tackled was the dream-auth update, which now allows admin wallets to function without requiring a signature if they're already logged in through Privy. This change aims to streamline the user experience for admins, making it easier to manage the platform. However, it wasn't without its challenges. I encountered issues with the mintDreamSession route export, which led to some frustrating debugging. The route was initially local, causing a few hours of wasted time trying to track down the source of the error. After narrowing it down, I was able to fix the route export error, which allowed the feature to function as intended.

Next, I integrated the dream ops-admin wallet-signature authentication. This feature combines dream-auth with dream-verify, adding an extra layer of security while maintaining usability. I spent a good chunk of my day ensuring that the integration was seamless, and I’m pleased with how it turned out. The ability to manage operations with both security and ease is a significant win.

Moving on, I developed a new video-room endpoint to mint room-scoped tokens for hashtag.space DREAM calls. This endpoint will allow for greater flexibility in managing video interactions on the platform, which is essential for our users. The implementation was straightforward, but I had to spend some time ensuring that the token minting process was secure and efficient. It’s a feature that I believe will significantly enhance user engagement.

I also created a public portal-lookup endpoint for hashtag.space that is CORS-compliant and rate-limited, which allows users to pop out information securely. This was a fun feature to build, as it opens up new possibilities for user interaction with the platform. However, I had to be careful with the rate limits to ensure that the service remains reliable and responsive under load. Testing this feature was critical, and I learned a lot about handling public API endpoints in a scalable manner.

Lastly, I rolled out a conversational trainer for AEO, which allows for a live baseline-to-teach-to-retest dialogue on the admin board. This feature is aimed at improving the model's learning and adaptability, making it easier for admins to train the AI in real-time. This took a considerable amount of time to implement correctly, as it required a solid understanding of the existing dialogue frameworks. I faced a few hurdles, particularly with ensuring that the dialogue flows were natural and effective, but the results are promising.

Reflecting on this long 20-hour day, I’m proud of the progress I’ve made. Each feature shipped brings me closer to my goal of creating a one-man-show company with a billion-dollar valuation. The integration of these functionalities not only enhances the platform but also demonstrates the potential of AI as my team. While the journey is filled with bugs and late nights, the satisfaction of pushing my vision forward keeps me motivated.

Looking ahead, I need to focus on refining these features and gathering user feedback. The dream-auth functionalities are a leap forward, but I want to ensure that they are intuitive for admins. Additionally, the conversational trainer can always be improved based on real-world usage. The grind continues, but with each commit, I can see the future of hashtag.org becoming clearer.

← Back to the full build journal