HackerTrans
TopNewTrendsCommentsPastAskShowJobs

N3Xxus_6

no profile record

Submissions

[untitled]

1 points·by N3Xxus_6·5개월 전·0 comments

[untitled]

1 points·by N3Xxus_6·5개월 전·0 comments

AgentRE-Bench: Can LLM Agents Reverse Engineer Malware?

agentre-bench.ai
5 points·by N3Xxus_6·5개월 전·0 comments

[untitled]

1 points·by N3Xxus_6·5개월 전·0 comments

[untitled]

1 points·by N3Xxus_6·10개월 전·0 comments

[untitled]

1 points·by N3Xxus_6·10개월 전·0 comments

Fuzzing macOS Userland (For Fun and Pain)

marqcodes.com
2 points·by N3Xxus_6·12개월 전·0 comments

[untitled]

1 points·by N3Xxus_6·12개월 전·0 comments

Neural Network Fuzzing macOS Userland (For Fun and Pain)

marqcodes.com
1 points·by N3Xxus_6·12개월 전·0 comments

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

marqcodes.com
2 points·by N3Xxus_6·작년·0 comments

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

marqcodes.com
2 points·by N3Xxus_6·작년·2 comments

SimpleCoder analyzes screenshots, extracts text, and provides instant insights

simplecoder.co
2 points·by N3Xxus_6·작년·0 comments

SimpleCoder analyzes screenshots, extracts text, and provides instant insights

simplecoder.co
2 points·by N3Xxus_6·작년·0 comments

Neuro-Symbolic Logic Enhancement for LLMs

3 points·by N3Xxus_6·작년·0 comments

Novel Logic-Enhanced LLM for Improved Symbolic Reasoning

10 points·by N3Xxus_6·작년·0 comments

[untitled]

1 points·by N3Xxus_6·작년·0 comments

[untitled]

1 points·by N3Xxus_6·2년 전·0 comments

RacoGrad: A Racket Autograd

github.com
3 points·by N3Xxus_6·2년 전·0 comments

[untitled]

1 points·by N3Xxus_6·2년 전·0 comments

[untitled]

1 points·by N3Xxus_6·2년 전·0 comments

comments

N3Xxus_6
·5개월 전·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개월 전·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
·작년·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년 전·discuss
They invented the transformer architecture that powers GPT and other llms.
N3Xxus_6
·2년 전·discuss
This just isn’t true either. There are contemporary sources who talk about him.
N3Xxus_6
·2년 전·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년 전·discuss
Hi all, I created a site that does pattern matching on malware binaries. Let me know what you all think.
N3Xxus_6
·2년 전·discuss
My AI safety startup
N3Xxus_6
·2년 전·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년 전·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년 전·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!