Remix.run Logo
vzaliva 3 hours ago

A slow day in Go-news land? :)

It is heathwarming to see such mundane small tech bit making front page of HN when elsewhere is is debated whether programming as profession is dead or more broadly if AI will be enslaving humanity in the next decade. :)

serial_dev 2 hours ago | parent | next [-]

It’s nice to have a break from AI FUD. It reminds me of a time when I could browse HN without getting anxiety immediately, because nowadays you can’t open a comment section without finding a comment about how you ngmi.

0x696C6961 2 hours ago | parent [-]

Man... I spent the last 6 months writing code using voice chat with multiple concurrent Claude code agents using an orchestration system because I felt like that was the new required skill set.

In the past few weeks I've started opening neovim again and just writing code. It's still 50/50 with a Claude code instance, but fuck I don't feel a big productivity difference.

cwbriscoe an hour ago | parent [-]

I just write my own code and then ask AI to find any issues and correct them if I feel it is good advice. What AI is amazing at is writing most of my test cases. Saves me a lot of time.

porridgeraisin an hour ago | parent [-]

Yep. Especially for tests with mock data covering all sorts of extreme edge cases.

koakuma-chan 37 minutes ago | parent [-]

Don't use AI for that, it doesn't know what your real data looks like.

porridgeraisin a minute ago | parent [-]

Majority of data in typical message-passing plumbing code are a combination of opaque IDs, nominal strings, few enums, and floats. It's mostly OK for these cases, I have found. Esp. in typed languages.

3 hours ago | parent | prev [-]
[deleted]