Skip to content
View AlexThunder01's full-sized avatar

Block or report AlexThunder01

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlexThunder01/README.md

Hi, I'm Alessandro πŸ‘‹

Software Engineer at Soft Strategy (Java / Spring Boot). I build at the intersection of backend systems and applied AI β€” fine-tuning open-source LLMs and taking ML from research to production.


πŸ”­ Now

  • Software Engineer @ Soft Strategy β€” enterprise backends in Java / Spring Boot (railway sector).
  • Growing toward AI Engineering β€” LLM fine-tuning, evaluation, agents.

🧠 Featured Projects

Fine-tuned Qwen3.6-27B (DoRA) to write COBOL, on a pipeline where every example is compiled and executed against real GnuCOBOL before entering the dataset. 88.4% compile (beats published open-source SOTA, 73.95%) Β· 36.3% Pass@1 (2Γ— GPT-4o) Β· <$120 GPU cost β†’ Write-up Β· Model on Hugging Face

Thyroid-Nodule-AI β€” Bachelor's thesis

Two-stage deep-learning CAD pipeline for thyroid nodule diagnosis (7,000+ ultrasound images). A self-supervised Vision Transformer (DINOv3) outperforms CNN baselines. AUC 0.932 Β· Sensitivity 94.70% Β· Grad-CAM explainability Β· K-TIRADS integration Β· GUI demo β†’ Read the thesis

Autonomous AI agent for Linux: LLM reasoning core + n8n orchestration, RAG memory, Human-in-the-Loop via Telegram, React dashboard.


πŸ›  Tech Stack

Languages Python Java Go C++

AI & Data Science PyTorch Hugging Face LangChain FastAPI

Backend & Infrastructure Spring Boot Docker PostgreSQL Redis


πŸ“« Get in touch

LinkedIn Email

Popular repositories Loading

  1. Thyroid-Nodule-AI Thyroid-Nodule-AI Public

    Deep Learning pipeline for thyroid nodule diagnosis in ultrasound. Benchmarks CNNs vs. Vision Transformers (YOLOv12, DINOv3) on a 7k+ dataset. Features a two-stage approach (Detection + Classificat…

    Python 2

  2. WasaPhoto WasaPhoto Public

    Full-stack social network with Go backend, Vue.js frontend, real-time feed, user management, and modular architecture. Demonstrates API design, clean architecture, and end-to-end web development sk…

    Go

  3. ARGOS ARGOS Public

    Autonomous multimodal AI agent for Linux. Features a dynamic visual grid overlay for high-precision GUI automation using Llama 3 Vision, Groq, and Python.

    Python

  4. ARGOS-2 ARGOS-2 Public

    Autonomous agentic hub: n8n orchestrates I/O workflows, FastAPI runs the LLM reasoning engine. Features RAG memory, 4-layer cognitive security, and Human-in-the-Loop via Telegram.

    Python

  5. AlexThunder01 AlexThunder01 Public

  6. qwenCobol qwenCobol Public

    Fine-tuning a 27B open model to write COBOL β€” 88.4% compile rate (beats SOTA) on COBOLEval, with a <$120 budget and runtime-verified data