←back to thread

203 points dahlia | 1 comments | | HN request time: 0.861s | source
1. baroninthetrees ◴[] No.45159525[source]
I too got tired of dealing with cli arg parsing and am experimenting with passing a natural language description of the program and its args to a tiny LLM to sort out, offer suggestions (did you mean?), types conversions, etc. So far, it’s working great and given enough detail is deterministic.