2 min read

agentic coding

there are days when i want to go all-in for vibecode, but it feels a bit off to outsource everything to an agent. i’m seeing each day how the way we write software is changing.

i’m seeing people using agents to delegate the ‘writing code’ part to an llm agent and, apparently, they’re pretty good at that. but i often think how many of those are aware of what their code is doing actually?

in my case currently, i’m building up the frontend components. i generate the component template with some initial code and design which i give to the agent and it gives fairly accurate code, about 80% i would say. then i tweak it accordingly.

what i can conclude currently about this whole situation: agentic-coding with codebase awareness is the way to go.