But it can tell you what to do with your life, how to deal with your girlfriend/boyfriend, if you should change jobs etc.
dvt•5m ago
I experimented with this a few years ago, and token-level search-and-replace can do wonders here. For example, you instruct the model to, whenever it wants to reference the time, to just say "[time]." Then, you intercept the token stream, and always replace it with the proper time; inject/reconstruct the stream and then continue the output. This is sort-of analogous to tool calling, but with much less overhead.
(Obviously this only works when running local models, as you don't have access to raw token streams in the cloud.)
dotcoma•43m ago