# Programming With ChatGPT

DevFeed: [Programming With ChatGPT](<https://devfeed.tech/articles/programming-with-chatgpt-29062.md>)

Original publisher: [Read original article](<https://henrikwarne.com/2024/08/25/programming-with-chatgpt/>)

Author: Henrik Warne

Published: 2024-08-25T15:50:51Z

Content type: opinion

Language: en

Sources: [Henrik Warne](<https://devfeed.tech/sources/henrik-warne.md>)

Topics: [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Code](<https://devfeed.tech/topics/code.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Stack Overflow](<https://devfeed.tech/topics/stackoverflow.md>)

Tags: [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [llms](<https://devfeed.tech/tags/llms.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [programming](<https://devfeed.tech/tags/programming.md>), [rate-limiting](<https://devfeed.tech/tags/rate-limiting.md>), [stack-overflow](<https://devfeed.tech/tags/stack-overflow.md>)

## AI overview

The author describes using ChatGPT to generate code tailored to specific programming tasks, including downloading data from a Google bucket. They report improved productivity, emphasize testing and understanding generated code, and remain skeptical that LLMs will eliminate the need for programmers.

## Source excerpt

Using ChatGPT when I code has been a real productivity boost for me. Instead of reading an example on Stack Overflow and figuring out how to adapt it to my particular case, I immediately get code tailored to my specific ... Continue reading ->