Skip to content

Samuele95/Samuele95

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation


🧠 About Me

I'm an interdisciplinary researcher exploring how intelligent systems reason — from the symbolic structures of compilers to the emergent cognition of LLMs. My work seeks convergence between Neurosymbolic AI, Programming Language Theory, and Binary Analysis, drawing from mathematics, cognitive science, and social theory.

class Samuele95:
    def __init__(self):
        self.role = "Interdisciplinary AI Researcher"
        self.education = "MSc AI & Robotics @ UniCam"
        self.core_question = "How do intelligent systems reason?"

        self.research = {
            "neurosymbolic_ai": ["Reasoning Systems", "Context Engineering",
                                 "LLM Cognition", "Symbolic-Neural Integration"],
            "languages": ["Compilers", "Type Theory", "VMs", "Formal Semantics"],
            "binary": ["Malware Analysis", "Reverse Engineering", "Binary Understanding"]
        }

        self.foundations = ["Mathematics", "Cognitive Science", "Neuroscience",
                           "Psychology", "Sociology", "Critical Theory"]

    def philosophy(self):
        return "The deepest insights emerge at disciplinary boundaries"

Research Focus: Neurosymbolic AI · Reasoning & Cognition · Context Engineering · Compilers & VMs · Formal Language Theory · Binary Analysis

Deep Math Lover


🎯 Research Areas

Neurosymbolic AI Languages & Compilers Malware & Binary Analysis
Investigating reasoning mechanisms in LLMs through context engineering. Exploring symbolic-neural integration. Formal language theory, type systems, VMs, and the mathematical foundations of computation. Static/dynamic analysis, reverse engineering, program behavior at the lowest level.
How do machines think? How do we translate intent into execution? Where intent meets implementation.

Ψ NEOS — Neural Field Operating System

NEOS — The Operating System for Machine Intelligence

NEOS treats an LLM as a virtual machine and runs structured cognitive processes on it. No binaries. No file systems. Just meaning, dynamics, and reasoning.

Neural Fields · Symbolic Reasoning · Quantum Semantics · Observable Cognition

Paper Website Presentation


🔬 The Interdisciplinary Approach

I believe the most profound insights emerge at the boundaries between disciplines. My research integrates:

📐 Mathematics & Formal Theory 🧬 Cognitive Science & Neuroscience
Type theory, category theory, formal verification, proof systems — the rigorous foundations of computation. How do humans reason, form concepts, and construct mental models? Biological intelligence illuminates artificial intelligence.
🧠 Psychology & Decision-Making ⚖️ Law & Ethics
Cognitive and investigative psychology — rational choice theory, cognitive biases, uncertainty processing. Legal reasoning informs rule-based systems, precedent, interpretation, and AI governance.

📚 Sociology & Critical Theory — Criminal sociology and social theory through:

  • Foucault — Power structures & knowledge systems
  • Bentham & the Panopticon — Surveillance & control
  • Weber — Rationalization & bureaucratic reasoning
  • Le Bon — Crowd psychology & collective behavior
  • Malatesta — Anarchist theory & decentralized organization

🌐 The Convergence

                    NEUROSYMBOLIC AI
                   Reasoning Systems
                  Context Engineering
                          |
         +----------------+----------------+
         |                |                |
         v                v                v
    MATHEMATICS      COGNITIVE         SOCIAL
    Type Theory       SCIENCE          THEORY
   Formal Systems   Neuroscience      Psychology
         |                |                |
         +----------------+----------------+
                          |
         +----------------+----------------+
         |                |                |
         v                v                v
     COMPILERS       BINARY           AI COGNITION
    & LANGUAGES     ANALYSIS         LLM Reasoning
   Formal Semantics  Reverse Eng.   Context Windows
  • Neurosymbolic AI bridges formal symbolic systems with neural learning
  • Context Engineering mirrors how humans construct meaning through contextual frames
  • Binary Analysis requires understanding both formal semantics and adversarial psychology
  • Compiler Design embodies the transformation of human cognitive structures into machine execution

🔬 Compilers, Interpreters & VMs

Compilation Pipeline:

  • Lexical Analysis — Tokenization, finite automata (Flex)
  • Parsing — LL/LR parsers, AST construction (Bison, ANTLR)
  • Semantic Analysis — Type checking, symbol tables
  • Code Generation — IR design, optimization passes
  • Runtime Systems — Memory management, GC, JIT

Virtual Machine Architecture:

  • Stack-based and register-based VM design
  • Bytecode instruction sets and encoding
  • Built LC3VM — Complete LC3 virtual machine

Language Design:

  • Formal grammar specification (BNF/EBNF)
  • Type system design and implementation
  • Built Logo4J — Logo language interpreter

C Flex Bison LLVM Haskell


🔍 Malware & Binary Analysis

Static Analysis Dynamic Analysis & Forensics
PE/ELF Analysis — Headers, sections, imports Sandboxing — Isolated execution environments
Disassembly — x86/x64 with Ghidra & IDA Pro API Monitoring — System call tracking
Pattern Recognition — Packers, crypters, signatures Memory Forensics — Volatility, artifact extraction
YARA Rules — Detection signature authoring Injection Detection — Hollowing, hooking analysis
AI-Assisted — LLMs for code understanding Protocol RE — Understanding proprietary protocols

Ghidra IDA Pro x64dbg Volatility YARA


⚡ Tech Stack

🤖 AI & Neurosymbolic Research

Claude Code LangChain LangGraph Claude API HuggingFace

🧠 Machine Learning & Deep Learning

Python PyTorch Transformers NumPy

⚙️ Systems Programming

C C++ Java Haskell Assembly Linux


🚀 Featured Projects


📊 GitHub Analytics

GitHub Stats Top Languages

GitHub Streak


💬 Let's Connect

Interested in neurosymbolic AI, reasoning systems, compiler theory, or the intersection of computation and cognition?

Let's Talk Portfolio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors