Original Reddit post

I’m currently using Specify to build application specs that an AI then takes and build the code. However the AI is always messing something up even though it is clearly defined in the spec, hence im trying to come up with a good way to have the AI continuously iterate on the code until it gets it exactly right. What I’m currently doing is having a custom script evaluate if some of the expected things are present in the code, eg certain files pages functions colours, and if not then it asks the AI to build the application code from the spec again. It’s not working great though… Anyone who solved this? I’m currently using .NET, the ChatGPT 5.2 API and sometimes Copilot Claude 4.5 but all AIs seems to have this same problem. submitted by /u/Visible_Unit1108

Originally posted by u/Visible_Unit1108 on r/ArtificialInteligence