Comment It’s getting useful. (Score 1) 26
I needed to create a program to retrieve solar generation plants, select a plant from a gui, enter date ranges, cost info, then pull daily usage data from inverters and meters. The API inconsistently mapped endpoint names making it hard to find where the data lived.
Claude code sorted it all out in about an hour. It built test harnesses to verify correct endpoints. It built the gui and good looking excel outputs.
Built a really well documented
I haven’t written or reviewed a line of code, as it is only an internal app to be used by one accountant in our business.
AI is getting shockingly good at least for small problem spaces.