I actually disagreed with that particular point made in the article, because I don't really see myself as somebody who sees value in craft and artistry, I just want effective code that works (which imho LLMs cannot create).
But after reading this comment section... I mean if enjoying well written prose counts as enjoying craft and artistry I guess I do then? Damn.
I somewhat disagree that this is not prose? This didn't seem like a purely expository piece. Like if it were just a straightforward technical piece than yeah its way to long, it could have been a few sentences.
But this seemed like it bridges the gap between prose and an expository essay -it was doing both.
...because reading and writing well-written prose is meaningful and enjoyable?
It feels like half the people here do not read or write in their free time, which would be understandable if this were not primarily a site for software engineers who write (sorta) as a job
I am a Junior dev (graduated in 2022) and I am gainfully employed at the McGowan institute, earning an okay salary, with colleagues who actively use LLMs, but there is zero talk of firing me or laying me off due of LLMs. I personally avoid LLMs for most things other than:
1) Google search which actually works
2) translating MATLAB, which I have never learned (and probably won't ever)
There is a whole team of Junior devs, and actually on Friday I got an email asking if I could refer another junior/entry level. Granted it was for a 1 year contract, but still.
That’s funny bc I linked my post to a server I’m on and I also was told to use an agent.
My worry about an agent is I’m trying to translate the math with full fidelity and an agent might take liberties with the math rather than full accuracy. I’m already having issues with 0 to 1 indexing screwing up some of the algorithm.
These posts make me feel like I’m the worst llm prompter in existence.
I’m using a mix of Gemini, grok, and gpt to translate some matlab into c++. It is kinda okay at its job but not great? I am rapidly reading Accelerated C++ to get to the point where I can throw the llm out the window. If it was python or Julia I wouldn’t be using an LLM at all bc I know those languages. AI is barely better than me at C++ because I’m halfway through my first ever book on it. What LLMs are these people using?
The code I’m translating isn’t even that complex - it runs analysis on ecg/ppg data to implement this one dude’s new diagnosis algorithm. The hard part was coming up with the algorithm, the code is simple. And the shit the LLM pours out works kinda okay but not really? I have to do hours of fix work on its output. I’m doing all the hard design work myself.
I fucking WISH I could only work on biotech and research and send the code to an LLM. But I can’t because they suck so I gotta learn how computer memory works so my C++ doesn’t eat up all my pc’s memory. What magical LLMs are yall using??? Please send them my way! I want a free llm therapist and a programmer! What world do you live in?? Let me in!
Maybe I’m just a silly lab engineer who doesn’t know how big companies work (i did work at a startup for a time but that’s even more anti meeting than a lab) but I feel like maybe if you have so many back to back meetings that you need to plan around them you should have fewer meetings?
Also why is there a hard end time rather than a maximum time? What is even going on? How are you getting work done?
I really love Zed bc it’s fast and doesn’t try to run the code for you. I really dislike the “play” feature of IDEs. I learned Java in eclipse and for the linear time don’t know how to run it from the terminal. It has all the editing and highlighting features of a full ide but makes you run it from the terminal. And if you have Zellij or another muxer set up, it runs it in the Zed terminal automatically.
I like metaphors. I respect a good “run with a metaphor” post. But I feel like if you have to explain the metaphor this much during the post it’s not worth it
I work in a lab which researches regenerative medicine and people often talk about how we are saving lives.
But at the end of the day, it’s not what we are doing that is pushing the needle, its projects like this make existing healthcare accessible for everybody. I want to get a PhD in something related to this at some point. You guys are so insanely cool.