Comment by bensyverson
4 hours ago
Same, though the types of jobs I’m working on now require the speed I get from LLMs. If I had to take my current projects and switch to hand-coding I’d have to extend the timelines and practically add a zero to the price.
If you don't mind sharing, what types of jobs are you working on now?
I haven't personally seen a speed boost from LLMs, but my experience with them suggests that they could be effective in some domains and inadequate in others. E.G., I have observed that LLM tools are inadequate for generating C++ code.
Sure, it's a real mix. Most recently:
- An electrical component "synthesizer" which takes natural language specifications in (e.g. from an RFQ) and uses material data sheets and core physics calculations to design new components. (Python)
- A transcript processing pipeline which reads what happened on a call, identifies participants from the CRM, drafts structured call notes, and posts them to the CRM with the proper associations after a human-in-the-loop confirmation. Fairly complex server & web app. (Go)
- Interaction design prototypes for a family of smart devices, some with screens. Brought together as an interactive web app to see how each device behaves (vanilla JS). Each prototype generated with the help of an LLM, including 3D animated examples (Claude driving Blender).
I’m writing Swift (native iOS apps), with PHP backends.
I have found it does good PHP code, and Swift code that definitely needs adult supervision.
Also, very good for things like code documentation, debugging, and writing copy for things.
[dead]