user_profile.jpg

bio.md
$ whoami
Jacopo Minniti
Undergraduate Student // AI Researcher
$ affiliations --current
$ contact --email
jacopo.minniti004 [dot] gmail [dot] comnews_feed.log
research_interests.py
neuro_ai.py
class NeuroAI(nn.Module): def __init__(self): super().__init__() self.synapses = DynamicSynapses() self.plasticity = HebbianLearning() def forward(self, x): # Biologically plausible forward pass return self.plasticity(self.synapses(x))math_foundations.py
def prove_generalization(network): # Deriving bounds on sample complexity bound = vcdim(network) + log(1/delta) stability = spectral_norm(network.weights) # Toward a theory of intelligence return verify_convergence(bound, stability)mech_interp.py
def analyze_representations(model): """Decoding internal states""" activations = run_with_hooks(model) circuits = identify_circuits(activations) return interpret_features(circuits)reasoning_training.py
optimizer = torch.optim.AdamW(agent.parameters())for step in range(max_steps): # Train strictly for long-horizon planning thought_chain = agent.think(problem) action = agent.decide(thought_chain) reward = env.step(action) loss = -log_prob(action) * reward loss.backward()'''
RESEARCH INTERESTS & PHILOSOPHY
I am exploring the convergence of biological intelligence and artificial systems.
My primary focus is on:
1. NeuroAI: Implementing biological constraints (plasticity, sparsity) to create more robust and efficient learning systems.
2. Mathematical Foundations: Developing a rigorous mathematical theory of intelligence to understand generalization and stability.
3. Mechanistic Interpretability: Reverse-engineering model weights to understand how high-level reasoning emerges from low-level circuits.
4. Agentic Reasoning: Training models to think, plan, and verify their own chain of thought over long time horizons.
I believe true intelligence requires both structure (neuro-inspired architectures) and rigorous understanding (interpretability).
'''
$ ls -a active_stack
PyTorchJAXvLLMtransformer-lensgymnasium
nice_quotes.txt
gallery_viewer.exe

How can such a damned place like Calabria be so beatiful?
1 / 4