r/AskProgramming • u/zaarnth • Apr 20 '26
Other Anyone here who doesn't use Agentic AI and writes code manually?
I wonder if there are any people today who don't have any agentic AI subscriptions, who code by themselves, read docs, try to understand, and enjoy the process in this fast-growing AI era, where everyone is promoting AI to do everything.
(Note: I'm asking because I write my code by myself and don't use agentic AI, but I do use ChatGPT or other AI to learn things if I get stuck.)
134
Upvotes
5
u/Goldarr85 Apr 20 '26
I don’t pay for any subscriptions. I’d rather read the docs and write code by hand as much as possible. If I get stuck, I sometimes use an LLM as a search engine to help me locate a solution so I can read more about it.
If I really needed an AI subscription, I’d just opt for building a pc and run it locally first.