logoalt Hacker News

hnuser123456yesterday at 4:21 PM1 replyview on HN

There is a system prompt, but most LLMs don't seem to "enforce" it enough.


Replies

embedding-shapeyesterday at 4:32 PM

Since GPS-OSS there is also the Harmony response format (https://github.com/openai/harmony) that instead of just having a system/assistant/user split in the roles, instead have system/developer/user/assistant/tool, and it seems to do a lot better at actually preventing users from controlling the LLM too much. The hierarchy basically becomes "system > developer > user > assistant > tool" with this.