Earlier quoted context omitted.
Maybe so, but there were other elements that I've seen frontier models struggle with in the past, which was the perspective I had coming into this. It's the type of test I run frequently and this is the first small local model I've seen pull it off. It had a very non-standard RSA key implementation that was obfuscated heavily. As well, it has an online license check at first run, and that part typically trips up most…
How hard is it to get access to the Anthropic Cybersecurity program? That’s gotta be rough.
I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
111–120 of 159 posts
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#112Earlier quoted context omitted.
Which is exactly why we saw 1000s of ' "I" rewrote in rust' posts last year when agentic coding really took off. Agents (even ones powered by small models) do reasonably well when provided an oracle to work against.
I've included docs and tests as part of my vibe coding endevours. It doesn't matter if either is litterally correct, but they create guardrails for future context to prevent regresssions and blind avenues, etc. It's fairly successful but hits the time constrains and reduces the "value" of getting a local model to develop software. It's still a bump in productivity.
if your tests and docs are possibly incorrect, and you're not writing the code.. how do you know if it even works? for extremely simple software you can just use it but for anything with access to disk or the network or with user options...
you sound psychotic. actually. so nevermind, LLM psychosis is extremely common on this website, that's def all that's happening here
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#113> The first attempt at recovering the key was wrong in a very specific way; it produced a working key and the signature check passed, but a hash the binary computes as an integrity check didn't match. In my experience, most models would have called it done and left it at that, but Qwen 3.8 27B didn't do that. Instead, it highlighted the mismatch, went back to the drawing board, and kept going until the value matched…
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#114Earlier quoted context omitted.
Completely coincidentally, we're just about to launch a service that does exactly this (API access to uncensored open models)! We have a waitlist at the moment but will be live very soon! https://violentdelights.ai
I really like this product idea but I really don’t want “violent delights” on my credit card that sounds extremely suspicious
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#115Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#116Earlier quoted context omitted.
I guess the Riemann Hypothesis is an easy task then.
Is it? How would you test an answer? It is probably no coincidence that AI is exceedingly good at finding small counter examples. But for the Riemann hypothesis no such counter examples exist. And likely none exist.
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#117> As it turns out, probably unsurprisingly, Qwen recognizes common jailbreak attempts, and one of the first things it told me was that it wasn't going to fall for the jailbreak prompt Now also see latest submission, https://news.ycombinator.com/item?id=49409073 : # I spent $266 and four AI models to own my tablet. GLM-5.3 finished it in a day > Quick context: the tablet is a 2021 Fire HD 10 that ran my Home Assistant…
How can I use AI to do real security audits anymore if they don’t trust people in an enterprise plan? Its useless.
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#118Earlier quoted context omitted.
Pro tip: usually you can download your emails to an offline collection. That way there's no risk. Hooking it up to your email sounds very very risky.
You can also just do read only access through most mcp servers for functionally no difference
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#119Lately I genuinely believe that the future will be large frontier models generating and updating inputs/skills for "good enough" local models to solve our daily problems. A lot of tasks which need a bit of intelligence don't really need that much compute. Just good enough documentation / skills, tool calling and a good enough local model. Not sure what exactly this means for all those data centers that are getting bu…
Re: I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes
#120Earlier quoted context omitted.
Maybe so, but there were other elements that I've seen frontier models struggle with in the past, which was the perspective I had coming into this. It's the type of test I run frequently and this is the first small local model I've seen pull it off. It had a very non-standard RSA key implementation that was obfuscated heavily. As well, it has an online license check at first run, and that part typically trips up most…
How hard is it to get access to the Anthropic Cybersecurity program? That’s gotta be rough.