

I went to an Anthropic hackathon and won! Here's how I did it.
I won the Societal Impact Award with Fluid Friction, an app that makes you drag through a wave of haptic resistance every time you want to scroll. It doesn't need to block anything. It just makes each scroll require a bit more effort, so it becomes an actual choice. It's free and out on Android and IOS now: fluidfriction.app
Now to how I actually did it.
The most important thing was building a solution for a problem I actually had. Easier said than done, I think this is the most crucial step, and it requires some honesty with yourself. I had been using and seeking out solutions to no avail, so I got to thinking about approaching the problem from a unique angle, namely the scroll itself. As the intended user I could gauge whether or not I was building something I would actually use.
And now for the workflow.
I use Claude Code in the terminal and let it run free and handle the execution of all code production. Simple as that, no fancy skills or libraries just Claude Code on a Max plan in terminal. Deploying to my phone often and iterating. I use tests and try to think of edge cases and as a good software developer given my background, but Claude is a way better software engineer than I ever was.
Happy to answer any questions you may have!