Hacker News new | ask | show | jobs
by andreirx 69 days ago
Yes I think this is the current "standard" - keeping notes in tools like Obsidian and having agents query it, or peppering README.md files throughout the codebase. I call it "breadcrumbs" because I just leave things in the path for the agent to pick up on. But it doesn't answer questions like what are all the callers of this function? where is this data going? where is it coming from? So I'm trying to solve THIS part which is much more time consuming and prone to drifting in time.

Better vibe coding - maybe. I wanted to distance myself from vibe coding - trying to get agents to output more deterministic code as opposed to vibing. (if I understand vibe coding correctly it's stating your intention and letting yourself go wherever the agents are taking you)

I also think agentic coding is not going anywhere so I'm looking for ways to make it more appropriate for my job.