2 pointsby iroy20007 hours ago1 comment
  • iroy20007 hours ago
    I ran a small experiment recently: I tried to automate my own job as a software engineer.

    Not just copilots or snippets — I built a system that:

    Takes a ticket Understands the codebase Writes code + tests Opens a PR Responds to review comments

    Then I added an orchestrator that runs multiple of these in parallel across a backlog.

    ... Could it do my job while I sleep?

    Read more of my personal research - https://medium.com/@iroy2000/i-tried-to-automate-my-own-job-...