| ▲ | Show HN: A schema you change by talking to it, without the model writing SQL(github.com) | |
| 2 points by leandrobon 20 hours ago | ||
Wanted to try something new, decided to create a mutable crm, which re renders the UI after you apply a change. The llm only modifies the db via tool use, so he doesnt directly write sql, only choose which function to use and the params. Can only revert the last change, and dropping tables is not available to the llm. Looking for feedback, opinions, something you would do different. Taking my first steps in AI implementations. Heavily assisted by claude code | ||