#!/usr/bin/env python3
"""Sayan Mahata — System Architect & Security Researcher"""
class SayanMahata:
def __init__(self):
self.name = "Sayan Mahata"
self.role = "System Architect & Security Researcher"
self.organization = "Sayanox Private Limited"
self.position = "Founder & Lead Engineer"
self.location = "India 🇮🇳"
self.email = "sm6881164@gmail.com"
self.linkedin = "linkedin.com/in/sayan-mahata-a8b321391"
self.instagram = "@_sayyyyan"
self.focus_areas = [
"Custom Programming Language Design (Compilers, VMs, Type Systems)",
"AI-Native Security & Autonomous Penetration Testing",
"Kernel Research, Reverse Engineering & Exploit Development",
"OSINT, Threat Intelligence & Digital Forensics",
"Blockchain, Cryptography & Decentralized Systems",
"Full-Stack Development & Cloud Architecture",
]
def certifications(self) -> list:
return [
"Cisco Certified Ethical Hacker (CEH)",
"AWS AI Cloud Practitioner",
]
def current_mission(self) -> str:
return "Building Falcon — a next-gen systems programming language from scratch"
def philosophy(self) -> str:
return "Security is not a feature. It is the foundation."
def open_to(self) -> list:
return [
"Security Research Collaborations",
"Systems Programming Roles",
"Open Source Contributions",
"Consulting & Advisory",
"Speaking Engagements",
]
if __name__ == "__main__":
me = SayanMahata()
print(f"🔐 {me.name} | {me.role}")
print(f"🏢 {me.position} @ {me.organization}")
print(f"📧 {me.email}")
print(f"💡 {me.philosophy()}")| 🏗️ Architecture | 🛡️ Security | 🤖 AI/ML | 🌐 Full-Stack |
|---|---|---|---|
| Designed 3+ custom languages | Autonomous pentest engines | Neural network-driven attacks | Next.js + Three.js apps |
| Built blockchain from scratch | Zero-knowledge crypto systems | AI-powered threat detection | Cloud-native deployments |
| Kernel-level systems | OSINT & forensics platforms | ML model optimization | API design & microservices |
|
Custom Systems Programming Language A from-scratch programming language featuring a custom lexer, parser, compiler, virtual machine, and static type system. Designed for performance-critical security tooling with zero-cost abstractions.
|
AI-Native Penetration Testing Engine Autonomous pentest framework powered by deep neural networks. Performs multi-stage reconnaissance, vulnerability exploitation, privilege escalation, and automated reporting with minimal human intervention.
|
|
Open Source Intelligence Platform Enterprise-grade OSINT framework for digital footprint analysis, social media enumeration, dark web monitoring, and real-time threat intelligence aggregation across 50+ data sources.
|
Zero-Knowledge Encrypted Storage Military-grade encrypted vault implementing zero-knowledge proof architecture. AES-256-GCM client-side encryption ensures data sovereignty. Features secure key derivation via Argon2id.
|
|
Decentralized Blockchain Framework High-performance blockchain with custom BFT consensus mechanism, EVM-compatible smart contracts, P2P gossip networking, and Merkle Patricia Trie state storage.
|
Visual Programming Environment Node-based visual programming IDE with real-time 3D rendering for rapid prototyping of security workflows, data pipelines, and automation orchestration.
|
Building the next generation of secure infrastructure, programming languages, and AI-driven security systems.
Security Engineering AI/ML Compiler Design Blockchain Cloud Architecture Threat Intelligence
Role: Founder & Lead Engineer
| 🎓 Certification | 🏛️ Issuer | 🔑 Focus |
|---|---|---|
| Certified Ethical Hacker (CEH) | Cisco | Penetration Testing, Network Security |
| AI Cloud Practitioner | AWS | Cloud AI/ML, Infrastructure |
| Opportunity | Details |
|---|---|
| 🔒 Security Research Roles | Pentesting, Red Teaming, Vulnerability Research |
| 🏗️ Systems Engineering | Compiler Development, OS/Kernel Work |
| 🤖 AI/ML Security | Adversarial ML, AI Safety, Threat Detection |
| 🌐 Full-Stack Development | Cloud-Native Apps, Security-First Architecture |
| 📝 Consulting & Advisory | Security Audits, Architecture Reviews |
| 🎤 Speaking & Writing | Conferences, Workshops, Technical Content |