Remix.run Logo
kaz-inc 5 hours ago

Learn more saxophone, learn more jazz piano. Get better at ear training.

Technically, apply myself more to projects at my job, learn how to fit in our flow better. I've been using AI to program some goofy projects, and I've found a good medium between vibe-coding and auto-complete, where I make it draw up a plan for every commit, and then I ask it to implement it, and if the generated code is wrong I undo the changes and revise the plan to be more precise. It's relatively easy to verify the plan, not as easy to verify the code, but it's still easy to debug the code and figure out what's wrong.

The burden shifts more to creating small modules with stable interfaces.