radioactivefunguy

u/radioactivefunguy@piefed.ca
0 posts · 23 comments

Recent posts

No posts.

Recent comments

I agree, human vetting from experience is essential. But with agenetic, tool calling LLMs, you can (and should IMO) require multiple solutions be explored and presented with the tradeoffs for each option clearly outlined, and wait for you guidance to proceed with the advisee approach.

LLM can definitely be used to churn out garbage code based on the averaging of everything, but can also be a super useful tool, if used effectively, to quickly see the most common ways a problem is solved, and then design and iterate a solution that works for your project.

Similar to how I used to use SO, but with reasoned reviews of all the posted solutions and the ability to prototype what might work best for what I need.

OK, if your talking homebrew on Mac, then your not just doing "basic" things. yes, for power users on Linux, we need to use the CLI. For actual basic things (browsing, word processing, consuming media) you absolutely don't need to touch it at all on many "noob" distros.

So claiming that there's a steep learning curve for basic things is going to turn off new users, who would be perfectly fine never looking at a terminal to do what they need

on well? · c/science_memes · 2 pts · 1y

The direction the black hole "toilet" flushes as it sucks stuff in and smashes it against each other?

Maybe there's a parallel universe called Astraliastra where the black hole flushes the other direction!

Yup, yesterday I decided it was finally time to write unit/feature tests on a project that had gotten way to far aling with 0 tests. Just over an hour of babysitting Codex and now I've got 800 tests covering 16 models and 60+ endpoints (8000 lines of code) in the exact code style I wanted based on my AGENTS. Honestly, reading through the tests, I wouldn't know that I didn't write them!

Now, trying to use AI to solve a novel problem, or even a not so novel one with any logical complexity, and hours can easily be wasted trying to guide it, correct it's mistakes, and then eventually roll it all back and do it yourself because your smart enough, just being lazy! 😬