At 4/19/25 04:37 PM, S3C wrote:At 4/10/25 11:11 AM, detergent1 wrote:zero AI usage so far
why?
I'm doing fine so far. so there is no problem to be solved by a LLM. AI won't get me a girlfriend. AI won't solve my waking up issues. AI won't improve my diet. AI won't make me less sick. AI won't remind the local cafeteria employees they forgot my order. people of the past, in the past few millennia, ever since the dawn of humanity, accomplished a lot without computers.
if you are programmer, ostensibly going to land a job in modern tech- you're not doing yourself any favors.
I'll try my luck. and I'm very lucky.
Like being too stubborn to go from a text editor to becoming familiar with a proper IDE,
I don't have this problem. most IDEs have Vim mode, so I'm happy.
or insisting on using assembly to write a Hello World program when there's higher level languages available,
I take existing technology for granted and I don't question them, but if I'm allowed to invent an assembly-like DSL to generate code rather than depend on features from higher-level language, I don't hesitate.
or trying to roll your own cryptography algorithms when virtually uncrackable and objectively safer encryption standards exist.
that's indeed stupid, I agree.
besides, your adverseness is probably a bit misplaced, no? After all we code things for the sake of automating tasks for speed and without human error (assuming we prove within reason that are algorithms are correct)
yeah
How often do you query search engines or programming resources?
all the time, unless there is good documentation
Would you agree with the statement that ~80% of programming is knowing how to Google?
yeah
At minimum, asking ChatGPT or an equivalent LLM is like using StackExchange on steroids...and surely you've found StackExchange useful in your technological pursuits.
sure it is useful, sometimes
Ultimately, technology is about being efficient (lazy) and reuse (cheating) so we can move on to accomplishing bigger things
true. but this doesn't entail LLMs exclusively. other technology fulfills the same purpose. unit testing, fuzzers, end-to-end testing, IntelliSense, code cleanup, refactoring tools, machine-readable formal specifications, ever smarter compilers, sanitizers, static analysis, code-smell analysis, better languages, better libraries, better frameworks, better build tools, syntax highlight, code search engines, formatted comment documentation etc.
all tools that employ thousands of rules handcrafted by human experts over several years, 100% correct and deterministic, no conversational AIs involved, perhaps only classic AI algorithms at best.