logoalt Hacker News

UltraSaneyesterday at 9:27 PM2 repliesview on HN

I found this part to be interesting/clever:

1. Extract the data representation

Ask the LLM to represent your code as any combination of:

    graphs
    ontologies
    hierarchical state machines
    UML process charts
    constraints
    math formulae
2 Operate on the representations

3 Convert representations back to code


Replies

richstokesyesterday at 9:54 PM

Do we think that was necessary? What would have happened if OP had just asked it to rewrite and test/validate each piece as it went until everything is verified and complete?

My gut feeling is this is doing way too much, and it would've figured it out.

show 2 replies
aka-rideryesterday at 9:45 PM

this is the meat, yes.