logoalt Hacker News

redox99today at 1:04 AM6 repliesview on HN

Do you... code by copy pasting chatgpt web???


Replies

benhurmarceltoday at 9:22 AM

Lots of companies have security policies that forbid installing a local agent/harness. So employees still only have access to the web chat interface, and copy paste content yes.

SoftTalkertoday at 3:46 AM

That's what I do. But I don't write enough code these days to spend time on anything more complicated. For the odd shell script or python program I have ChatGPT write it, then I copy/paste it, make it actually work, and deploy it.

tikotustoday at 1:18 AM

Yes! Though I mainly use it for one-shotting full files, so I'm not copying over small diffs. I did try copilot at some point in vscode, but after a week or so I felt like it was slowing me down. Something I knew would be a simple and quick change was now slow since I didn't have enough ownership of the code to do it quickly myself, and prompting for the change took longer than changing it manually if I had had full ownership. So I went back to coding by hand things that aren't a one-shot file.

show 4 replies
techniontoday at 1:48 AM

This might depend what you mean by code. In the sysadmin space I ask a web interface for poweshell to generate specific information multiple times a day, and pasting it into a terminal is really the cleanest workflow on a corporate machine where you have to justify running an executable.

zerrtoday at 5:08 AM

I code by hand (sigh) and copy paste some snippets once in a while from a web chat LLM. This also means every single line of such snippets gets reviewed and anaylzed. Usually, these are some arcane Win32 API usage where otherwise I'd have to dig into old forums. I don't want to become a prompt engineer so I stay away from "agentic" workflows.

show 1 reply
willsmith72today at 3:21 AM

ah what a throwback.. I thought I was so efficient copy pasting all day long

show 1 reply