5 comments

  • denn-gubsky 3 hours ago

    I develop 5-10 times more complex projects now without anticipation to never complete them. And I can do it alone with team of agents running 24/7. Maybe these new projects will not be used by anyone, but I feel more confident in previously unknown for me domains like robotics, agentic runtimes or GraphRAG. So my advice: just keep evolving.

  • mnky9800n 5 hours ago

    I like to generate a variety of personal crises to deal with since now coding agents seem to do most of my job. That keeps me on my toes.

  • enceladus06 4 hours ago

    Do more. The LLM is not your replacement, it will help you achieve 10x more. LLM also have quiz mode so just feed it a book and ask to generate questions if you want more.

  • softwaredoug 3 hours ago

    I just write code.

    Not nearly all the code. Maybe 5% - the important code. To keep things sane, explore new areas, get a deeper understanding of the system, delete/simplify agent slop, improve test coverage, or make some other foundational change.

    Feels like we’re bending over backwards to avoid just doing this. But it seems for me, at least, the way to have the highest leverage on an agent heavy project, it’s fulfilling, it helps the agent, and it keeps me in flow.

  • anee769 4 hours ago

    Whenever I am trying to work on a project, I go through it myself first with proper details that what I need to build and all the specifications then tell LLMs the plan so they can code and I can keep my architecture skills intact. For keeping my coding skills intact, for small code changes, I prefer doing them myself, so I don't make myself much dumb.