Will It Mythos?
swelljoe.com
Will It Mythos?
1–10 of 232 posts
Re: Will It Mythos?
#2This made me think, well, sure, if you tell them what to look for... but then:
> The models can look at the whole repo, and follow logic across file boundaries, but they’re not told what to look for.
So okay, the first one was an accidental mis-statement?
Re: Will It Mythos?
#3A cursory reading of the model card shows Mythos/Fable is a fine tune on Project Zero with some steering on persistence.
But I think it's a valuable lesson: advertise your product as a nuclear weapon while microdosing at Lighthaven to enough Davos attendees and sooner or later? Someone is going to evaluate the claim from a chair where you act first and nuance later.
Wild that Amodei's blog and pod circuit are the greatest IPO risk.
Re: Will It Mythos?
#4Opus 4 class models are terrifying at infosec. They tie their shoelaces together on other things, but don't fuck with them on that. It's a savant thing. A cursory reading of the model card shows Mythos/Fable is a fine tune on Project Zero with some steering on persistence. But I think it's a valuable lesson: advertise your product as a nuclear weapon while microdosing at Lighthaven to enough Davos attendees and soone…
I think they are very good at finding flaws; but they aren't all that great at making a system that doesn't have (security) flaws.
Re: Will It Mythos?
#5> And, all of the bugs can be identified by several models if they are pointed directly at it and told what to look for. This made me think, well, sure, if you tell them what to look for... but then: > The models can look at the whole repo, and follow logic across file boundaries, but they’re not told what to look for. So okay, the first one was an accidental mis-statement?
Outside of the test, they are told “can you find this bug in this file?”
Re: Will It Mythos?
#6Opus 4 class models are terrifying at infosec. They tie their shoelaces together on other things, but don't fuck with them on that. It's a savant thing. A cursory reading of the model card shows Mythos/Fable is a fine tune on Project Zero with some steering on persistence. But I think it's a valuable lesson: advertise your product as a nuclear weapon while microdosing at Lighthaven to enough Davos attendees and soone…
> Opus 4 class models are terrifying at infosec. They tie their shoelaces together on other things, but don't fuck with them on that. It's a savant thing. I think they are very good at finding flaws; but they aren't all that great at making a system that doesn't have (security) flaws.
Re: Will It Mythos?
#7Opus 4 class models are terrifying at infosec. They tie their shoelaces together on other things, but don't fuck with them on that. It's a savant thing. A cursory reading of the model card shows Mythos/Fable is a fine tune on Project Zero with some steering on persistence. But I think it's a valuable lesson: advertise your product as a nuclear weapon while microdosing at Lighthaven to enough Davos attendees and soone…
> Opus 4 class models are terrifying at infosec. They tie their shoelaces together on other things, but don't fuck with them on that. It's a savant thing. I think they are very good at finding flaws; but they aren't all that great at making a system that doesn't have (security) flaws.
Re: Will It Mythos?
#8Re: Will It Mythos?
#9Earlier quoted context omitted.
> Opus 4 class models are terrifying at infosec. They tie their shoelaces together on other things, but don't fuck with them on that. It's a savant thing. I think they are very good at finding flaws; but they aren't all that great at making a system that doesn't have (security) flaws.
What makes you say that? I think they're better than replacement-level developers at making secure systems (I spent 20 years looking for vulnerabilities in human-written code as a full-time job).
Re: Will It Mythos?
#10Earlier quoted context omitted.
> Opus 4 class models are terrifying at infosec. They tie their shoelaces together on other things, but don't fuck with them on that. It's a savant thing. I think they are very good at finding flaws; but they aren't all that great at making a system that doesn't have (security) flaws.
You are not wrong, but there's an asdymetry here: run adversarial self play and low-pass filter.
Almost all existing real world software is full of holes and security flaws. Mythos is better than humans at uncovering many of them; especially because its time is a lot cheaper than that of the top tier human experts (and even of mid-and low-tier human experts).
Especially when these systems are written in notoriously unreliably languages like C.
I don't think Mythos is especially good at writing systems that are free of security problems. Essentially the only way we know is by proving your software correct.
In principle, you can even prove C correct, but in practice you'll want to write your system from the ground up to be proven correct instead of adding that property after the fact; and for that you'll most likely also want to pick a language that supports this better.
See https://en.wikipedia.org/wiki/SeL4 for a noteworthy example.