← Home

Coding with AI feels like Tony Stark Scene

@date=2025-02-03
@tags=coding, ai

I remember the little helping hands robots in the iron man movies with joy.

They aren't too smart or helpful, the are a little bit smart assy, but they clearly help Tony move faster without having to deal with having human assistants around.

ChatGPT and Github Copilot really fill those roles for me.

I am working on slapping together a new version of Pivotal Tracker as it is about to sunset. This is to replace a project with nearly a decade's worth of development, and do it in a couple months.

I have a decent amount of experience with building UI's and apis, and databases, but doing them all together in a one man band with a crunch time, while also working full time, and having a full family with lots of obligations is challenging.

I usually have chatGPT off to one side to throw questions and spitball ideas at, and then I have Copilot in my coding window to help autocomplete things that are obvious.

Neither are fantastic at doing much deep work ... they are effectively just ghosts of engineers of the past responding to things that resemble patterns that have been completed before. They don't have thoughts, and you shouldn't trust them to do much, but they are damn handy. They catch my mistakes, identify why errors are coming up, fill in the mind numbing stuff fairly well (though you have to do plenty to tighten up what they write), and they can point you to patterns and libraries you might not have thought of. If you give them some typescript definitions, they can also do a good job of assembling some forms and creating some validations that aren't half bad.

You gotta keep an eye on them, just like Tony does, but they can be a force multiplier for someone with some deep experience.