Matt Braun

Matt Braun

Founder of https://scavenge.rs šŸ•µļøā€ā™‚ļø

About

I am building https://scavenge.rs a place to create and play scavenger hunts. Join us if you love scavenger hunts.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

  • Scavenge.rs
    Scavenge.rs Make and play the perfect scavenger hunt.
    Nov 2025
  • šŸŽ‰
    Joined Product HuntNovember 15th, 2025

Forums

•

8mo ago

Scavenge.rs - Make and play the perfect scavenger hunt.

We empower everyone to make and play the perfect scavenger hint for their team building event, family outing or date night. šŸ’« Example: A date night built entirely from places the two of you have history with.
•

8mo ago

AI is great at design but terrible at algorithms

Claude and Gemini crush system design and high-level modelling, but the moment you drop into actual function logic, they fall apart. It s like pairing with someone who writes clean diagrams but chaotic code.
And if you ask them to improve it, they vanish into SOLID-theory rabbit holes and over-engineered OOP madness.
These days, since I vibecode more, I have found myself refactoring what the robots are writing ever so often that it has got to a point where I straight up delete function logic and write it myself.

Curious if others are seeing the same?

•

8mo ago

How do you control the increased entropy from vide coding?

Hello everyone, recently I am refactoring old AI codes in hot spots. I used both Claude Code and Codex to quickly implement the feature at that time. It works but when I look into the logic today, it introduces too much unnecessary complexity (a lot of helper/manager/try-except). Although I have manipulated CLAUDE.md (emphasizing KISS principle, introduce Linus https://gist.github.com/iiiyu/4c... ), the code agent still try to add entropy on the whole project. I can understand the code LLM is trained to program defensely, but if I do not review carefully and really understand the logic, the project quickly becomes hard to maintain. Now every week I will leave 1 day to write codes without AI to clean the whole project for longer future.
Do you have similar experiences or solutions to share?

View more