HackerTrans
TopNewTrendsCommentsPastAskShowJobs

N3Xxus_6

no profile record

Submissions

[untitled]

1 points·by N3Xxus_6·5 mesi fa·0 comments

[untitled]

1 points·by N3Xxus_6·5 mesi fa·0 comments

AgentRE-Bench: Can LLM Agents Reverse Engineer Malware?

agentre-bench.ai
5 points·by N3Xxus_6·5 mesi fa·0 comments

[untitled]

1 points·by N3Xxus_6·5 mesi fa·0 comments

[untitled]

1 points·by N3Xxus_6·10 mesi fa·0 comments

[untitled]

1 points·by N3Xxus_6·10 mesi fa·0 comments

Fuzzing macOS Userland (For Fun and Pain)

marqcodes.com
2 points·by N3Xxus_6·12 mesi fa·0 comments

[untitled]

1 points·by N3Xxus_6·12 mesi fa·0 comments

Neural Network Fuzzing macOS Userland (For Fun and Pain)

marqcodes.com
1 points·by N3Xxus_6·12 mesi fa·0 comments

A Novel "Reasoning"-Enhancing Technique for Large Language Models

marqcodes.com
2 points·by N3Xxus_6·anno scorso·0 comments

A Novel "Reasoning"-Enhancing Technique for Large Language Models

marqcodes.com
2 points·by N3Xxus_6·anno scorso·2 comments

SimpleCoder analyzes screenshots, extracts text, and provides instant insights

simplecoder.co
2 points·by N3Xxus_6·anno scorso·0 comments

SimpleCoder analyzes screenshots, extracts text, and provides instant insights

simplecoder.co
2 points·by N3Xxus_6·anno scorso·0 comments

Neuro-Symbolic Logic Enhancement for LLMs

3 points·by N3Xxus_6·anno scorso·0 comments

Novel Logic-Enhanced LLM for Improved Symbolic Reasoning

10 points·by N3Xxus_6·anno scorso·0 comments

[untitled]

1 points·by N3Xxus_6·anno scorso·0 comments

[untitled]

1 points·by N3Xxus_6·2 anni fa·0 comments

RacoGrad: A Racket Autograd

github.com
3 points·by N3Xxus_6·2 anni fa·0 comments

[untitled]

1 points·by N3Xxus_6·2 anni fa·0 comments

[untitled]

1 points·by N3Xxus_6·2 anni fa·0 comments

comments

N3Xxus_6
·5 mesi fa·discuss
My team and I have worked on an agentic benchmark to see how well agents can perform at reverse engineering threats. The results are pretty interesting, we would love the communities feedback.
N3Xxus_6
·5 mesi fa·discuss
Over the last year I’ve been building RacoGrad, a deep learning library written in Racket (a Lisp). It started as an experiment in understanding autodiff and neural nets from first principles, but it’s grown into something surprisingly usable.

Recently, with help of opencalw I added transformer support and finished a working GPT-2 implementation. The model loads pretrained GPT-2 weights and runs end to end inference entirely in Racket.
N3Xxus_6
·anno scorso·discuss
Large language models (LLMs) demonstrate impressive capabilities across numerous domains, from programming and technical support to cooking instructions and research enhancement. However, they continue to struggle with precise symbol manipulation in tasks requiring rigorous logical reasoning, mathematical proofs, and complex algebraic operations. As a student of philosophy and computer science, I find this intersection especially fascinating because of the connections between logical precision and conceptual clarity.
N3Xxus_6
·2 anni fa·discuss
They invented the transformer architecture that powers GPT and other llms.
N3Xxus_6
·2 anni fa·discuss
This just isn’t true either. There are contemporary sources who talk about him.
N3Xxus_6
·2 anni fa·discuss
Where did you come up with this ? This is just not true, that Pythagoras had little interest in math. He had a love of numbers and thought that math was a way to the divine or at least understanding the divine. His philosophy, not religion , but philosophy was a way of life that entangled mathematics profusely.
N3Xxus_6
·2 anni fa·discuss
Hi all, I created a site that does pattern matching on malware binaries. Let me know what you all think.
N3Xxus_6
·2 anni fa·discuss
My AI safety startup
N3Xxus_6
·2 anni fa·discuss
Synapticyte is my startup dedicated to stopping school and workplace shootings using advanced AI technology. We’ve developed a highly accurate model for identifying firearms and are working on building a robust alert system. This system will enable schools or organizations to notify police, faculty, and staff when weapons are detected. Our model leverages a combination of Convolutional Neural Networks (CNN) and transformers. Although it’s still in the early stages, we believe this is a powerful and important application of AI technology.
N3Xxus_6
·2 anni fa·discuss
Synapticyte is my startup dedicated to stopping school and workplace shootings using advanced AI technology. We’ve developed a highly accurate model for identifying firearms and are working on building a robust alert system. This system will enable schools or organizations to notify police, faculty, and staff when weapons are detected. Our model leverages a combination of Convolutional Neural Networks (CNN) and transformers. Although it’s still in the early stages, we believe this is a powerful and important application of AI technology.
N3Xxus_6
·2 anni fa·discuss
MIND is a simple, educational framework for building feedforward neural networks. Includes tensor operations, activation functions, and backpropagation. Ideal for learning core deep learning concepts and exploring Racket. Future updates will be released!
N3Xxus_6
·2 anni fa·discuss
Introducing BlokAv it’s a modern antivirus utilizing blockchain to allow for rapid updates and community consensus on voting and recognizing malicious files. This is still a work in progress. I did this to learn and also to give something to the community. There also aren’t many open source AV options besides ClamAV.

Behavior analysis, signature scanning, sandboxing for Linux, blockchain implementation etc are deployed but still being worked on. A windows update will come in the future. I screwed the code up and just decided to restart it. The signature scan for now requires a hardcore path to a hash list. I’m working on downloading the list from a server. I’d love any feedback etc.