(no title)
gubicle | 4 months ago
There are like thousands wrappers around LLMs masquerading as AI apps for specialized usecases, but the real performance of these apps is really only bottlenecked by the LLM performance, and their UIs generally only get in the way of the direct LLM access/feedback loop.
To work with LLMs effectively you need to understand how to craft good prompts, and how to read/debug the responses.
dayvid|4 months ago
gubicle|4 months ago
Yeah, it often makes sense to adjust the user's prompt, add system/wrapper prompts, etc. But that's not really related to UI..