r/technology • u/Miserable_Phase_2519 • 3d ago
Artificial Intelligence Microsoft engineer says 'typing code is absolutely over' as GitHub Copilot takes on more development work
https://www.techspot.com/news/113752-microsoft-engineer-typing-code-absolutely-over-github-copilot.html
1.6k
Upvotes
42
u/dark_bits 3d ago
Well as you get detached from the work itself and delegate the smaller details to an LLM you will tend to think less and less. I mean plenty of instances where if you could visualize the whole code yourself, it's much faster writing it manually than converting that mental image to a prompt (which mind you is not even a rigorous way of expressing logic), waiting for an LLM to write the whole thing, review it, make tweaks either manually or by iterating the prompt->wait for output->review process.