top | item 34955947

(no title)

jacobkranz | 3 years ago

I’m actually really excited for this because I use chatGPT all the time for work and being able to share the output of code to another engineer will make things a lot easier. I agree with others about it not being useful for mundane things but there are times chatGPT will generate a lot of code in different blocks & it’s a pain to share.

discuss

order

exodust|3 years ago

But why are you the middleman between the other engineer and chatGPT output?

If any role is doomed to obsolescence it's the guy forwarding chatGPT output to his coworkers!

jacobkranz|3 years ago

Two quick examples:

1. In our codebase, we leave links to the stackoverflows as documentation if it's something that someone else may question. Exact same concept just with ChatGPT.

2. I'm working with the Salesforce API which has been absolutely tedious to use but chatGPT, while not great at everything, has been giving awesome results back that otherwise would take me hours to hunt down. Sometimes responses get a lot of information back with multiple code blocks that I'm then unable to copy paste over & I'd rather send the conversation than spend 15 minutes typing back & forth explaining myself to a co-worker.

I completely understand you may not have a use for this but I think there could be awesome use-cases for it nonetheless for other engineers.

siva7|3 years ago

Because he has people skills.

geraneum|3 years ago

Maybe he’s doing more than just sharing. For example filtering out the nonsense generated code or validating the output, etc.