this post was submitted on 18 Dec 2023
112 points (75.0% liked)
Technology
59201 readers
3099 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The problem is identifying what an AI model is doing is basically impossible. You can't just decompile an AI model and see a bunch of logic, and you can't view the machine code and reverse engineer it because it isn't code in that sense. The best way to suss it out is to throw corner cases at it and try to figure out any common themes in the false negatives and false positives
No, we just haven't come up with a way of reverse-engineering AI models yet.