Elke Heymans’ Post

AI has changed the way I work. It’s like having a colleague I can delegate tedious tasks to. Today, while I was in my daily standup, GitHub Copilot was busy on my second monitor. After upgrading pydantic, FastAPI, and TortoiseORM yesterday (and facing a wave of breaking changes), I tasked Copilot with adding types, fixing types and fixing the breaking changes across my Python codebase. It was fascinating to watch it reason and work: trying fixes, mitigating breaking changes, and even rolling back some changes when they caused new issues. By the time the meeting ended, Copilot reported with "Nice mission — I went through the whole backend and fixed typing issues project-wide (not just the initially visible ones)." and gave me a full breakdown of all the changes it had done. Copilot had reduced 296 typing problems down to 0, changing 49 files in the process. What would have taken multiple hours of manual labour was now just a quick code review and test run. AI is not here to replace me, it's here to help me out and allow me to focus on the bigger and more important tasks. The prompt that I used: "Check all the python typing problems in the backend folder and fix them. You can use the information in the "Problems" tab of VSCode." #copilot #python #fullstack #ai #development

  • Copilot reporting back that it had solved all my Python typing problems

I lost count on the amount of hours I saved so far 👀

To view or add a comment, sign in

Explore content categories