← Back to context

Comment by DeepYogurt

2 days ago

Have any open source work you can show off?

Not the OP, but:

https://repo.autonoma.ca/notanexus.git

I don't know the PDF.js library. Writing both the client- and server-side for a PDF annotation editor would have taken 60 hours, maybe more. Instead, a combination Copilot, DeepSeek, Claude, and Gemini yielded a working prototype in under 6 hours:

https://repo.autonoma.ca/notanexus.git/tree/HEAD/src/js

I wrote maybe 3 lines of JavaScript, the rest was all prompted.

  • > Writing both the client- and server-side for a PDF annotation editor would have taken 60 hours, maybe more.

    How do you know? Seems to me you’re making the exact same estimation mistake of the people in the study.

    > Instead, a combination Copilot, DeepSeek, Claude, and Gemini yielded a working prototype in under 6 hours

    Six hours for a prototype using four LLMs? That is not impressive, it sounds insane and a tremendous mess that will take so long to dig out of the prototype stage it’ll effectively require a rewrite.

    And why are you comparing an LLM prototype to a finished product “by hand” (I surely hope you’re not suggesting such a prototype would take sixty hours)? That is disingenuous and skewing the numbers.

Unfortunately not, but ensuring the final code quality will be well written is a challenge I am putting off for now.

I'm leaning into the future growth of AI capabilities to help me here, otherwise I'll have to do it myself.

That is a tomorrow problem, too much project structure/functionality to get right first.

  • So you are more productive, as long as you don't have to consider code quality.

    • Possibly, but not really.

      With most projects where innovation is a key requirement, the goal isn't to write textbook quality code, it's to prove your ideas work and quickly evolve the project.

      Once you have an idea of how it's going to work, you can then choose to start over from scratch or continue on and clean up all the bits you skipped over.

      Right now I'm in the innovation cycle, and having AI able to pick up whole API path strategies and pivot them, is incredibly amazing.

      How many times have you used large API's and seen clear hands of different developers and URI strategies, with an AI, you just pivot.

      Code quality and pen tests are critical, but they can come later.

      1 reply →