
A New opensource Security AI model being built.
I Built an Open-Source Cybersecurity LLM From Scratch in Python What if you could build your own AI model — not fine-tune someone else's, not wrap an API — but actually build a transformer from scratch and train it on cybersecurity data? That's exactly what I did. And I'm releasing it under Apache 2.0 so anyone can use it, improve it, and build on it. Meet GhostLM — an open-source, cybersecurity-focused language model built entirely from scratch in PyTorch. No pretrained weights. No wrappers. Every single component written by hand. GitHub: https://github.com/joemunene-by/GhostLM Why I Built GhostLM Here's the thing about current AI models: they're incredibly powerful, but they weren't built for security. When you ask GPT-4 about a CVE vulnerability or a CTF challenge, it gives you a reasonable answer — but it's reasoning from general knowledge, not from deep security context. I wanted a model that actually understands cybersecurity language — the patterns, the terminology, the attack m
Continue reading on Dev.to
Opens in a new tab



