Hacker News new | ask | show | jobs
by albert_e 955 days ago
Did you also use help from LLMs in coding this app instead of just coding it all by hand? Just curious.

I am finding myself reaching for GPT4 more often to spin up POC apps.

You could fine-tune a coding assistant on your library and good quality example apps with documentation ... and that might take the ease of churning out new demos and apps to the next level?

1 comments

Exactly. I'm using gpt4 more than copilot as of today. I just keep adding more info and get it to write the code that I cp.

I ask it to write it in small chuncks but in the same context. I sometimes have to remind it to refer back to decisions we made earlier.