it's actually a sinus surgery device - its just now some of those surgeries are becoming surprise brain surgeries
it's actually a sinus surgery device - its just now some of those surgeries are becoming surprise brain surgeries
the final binaries are generally not so bad, but `target` (with all the intermediate files) is even worse than `node_modules`
cuda is done with some wsl2-specific magic passthrough device the runtime libs know how to use - do _not_ try to actually install any drivers - that will break it, but things that bundle their own cuda runtime like pytorch should just work out of the box
for gui stuff it kinda speaks wayland now
never found a good way to make a disk visible to both windows and wsl and perform well from both - but one with a linux fs on it should be attachable to wsl like this learn.microsoft.com/en-us/window...
yeah wsl just sucks at this case
the root fs on wsl2 should act just like a regular linux fs on a vm - because it is - but permissions _are_ pretty broken on wsl1 generally and when using the wsl2 9p mounts of windows drives
wsl2 is much better and _almost_ the same as a vm - now mostly just need to remember that the windows fs mounts are not high iops/mmap-friendly (don't try to run stuff directly off them) and it doesn't run an actual init by default (but *can* be configured to run systemd)
I would just look for "post training", "supervised fine-tuning" (human created example responses), "RLHF" (human rater score tuning) - "alignment" is a lot more related to "AI Safety" stuff, sometimes it means things like getting the models to reject bad requests and sometimes it means AI doomerism
The base models (rarely released anymore) almost certainly could be, the "personality" comes from the post training - additional steps at the end with examples in the target style and a bit of tuning by human raters scoring outputs
For anything new now we're using modal and having it write back to our own S3
IME anything ob GPU, even small non-LLM models are hard to run cost effectively if you have low or difficult to predict utilization
It seems like for a post-trained model, the best that you can do right now is just ask it: arxiv.org/abs/2305.14975
Chart from GPT4 technical report p. 12 showing calibration suffering after RL post-training
The first place I saw this was the GPT-4 technical report. arxiv.org/pdf/2303.08774 p.12
One interesting result I've seen is that *base* models' (pure next token predictors) outputted probabilities match up pretty well with the likelihood of correctness and can kind of be interpreted as confidence scores, but after the post-training steps, especially RL, that stops working.
for the most part you should just be able to take existing web/html apps into it unmodified but it also has some escape hatches to get at native stuff if you need
They do have the option of just using claude code at API rates, fully usage based - but nobody really likes that either because you have no idea how much it will spend on a task ahead of time (and if you max out the limits subs are *still* much cheaper than API rates)
I like the open source vibecoding tools like Cline where you bring your own API keys better but paying the raw API prices can be rough, I use Cursor basically *for* the subsidy
Nowadays, after training them on the whole Internet, they do a much shorter post training phase with chat transcripts (outsourced human workers write these, usually for pennies) to make them chatbots out of the box, (ChatGPT) but even those kinds are still fundamentally text completion systems
The actual math part of an LLM is barely a screen full of code. The behavior really is all in the training data selection and prompting.
They know what it currently is they don't know what it used to be
All of the chatbot ones do. Before chatbots "LLM" referred to large text auto completion systems trained on the Internet (e.g. GPT2&3). Since those can reliably complete all sorts of text, it was figured out that you could make them into chat bots by just prompting them with enough chat transcript.
Realistically though it's probably just as simple as this
bsky.app/profile/ceej...
I mean, they don't know anything *outside the context window* about themselves - obviously they know about their system prompt, that's just more input. And it's all from the prompts, not the model itself. If the wrong knowledge cutoff date is in the prompt then the answer about it will be wrong.
It made it up on the spot, if you ask several times you'll get different answers, and there's no way for it to know at all what it would've been in the past, outside consulting web sources. Models themselves have no memory.
We also don't know for sure that these are the live prompts. It is plausible that this is the only cause though: LLM's are known bad at conditions and negation- it doesn't work well to prompt to respond one way in only some circumstances, if something is in the prompt at all, it always has effects
It got that by looking at the news, not from self introspection, another LLM would've found the same thing
It makes exactly as much sense to ask ChatGPT (not much) what the fuck happened to grok as asking grok because they are both doing the same thing when you do - doing a web search, scraping some news sites, and bullshitting a response. It has no special knowledge about itself.
LLM's categorically know nothing about themselves - they do not know what training data they were made, with they do not know anything about their training process. It is meaningless to ask an LLM how it works because it cannot introspect. This is all hallucination.
The first guy to invent a chatbot was horrified that it fooled people into thinking it was a nearly human level intelligence. He concluded that people believe this, in part, because they first think humans are basically machines. Chatbot hype and soullesness are related!
archive.org/details/comp...