[Showcase] [Open Source] Episteme: A High-Performance Scientific Framework (15x faster than EJML) built with Java Panama & Antigravity
Hey everyone,
I've spent the last 5 months building something massive, and I'm finally ready to share the first beta and open-source the core foundation.
Meet Episteme—a unified, high-performance scientific computing framework for Java 21/25.
Why another math library?
For decades, HPC was synonymous with C/Fortran. I wanted to bring bare-metal performance to the JVM without losing object-oriented elegance.
* Insane Performance: By leveraging the Java Panama API (FFM) for zero-overhead native C/BLAS access, alongside plug-and-play compute backends for CUDA and OpenCL, we are seeing up to 15x faster results for double-precision linear algebra compared to Apache Commons Math and EJML. We also utilize the Vector API for SIMD.
* The Scale: The framework is 450,000+ lines of code. I was able to build this in just 5 months by heavily utilizing Antigravity AI. It’s a showcase of what agentic AI can do when strictly guided by solid architectural principles.
* The Natural Hierarchy: It’s not just a math wrapper. Modules follow the natural sciences: Mathematics -> Physics -> Biology -> Social Sciences. A model built for fluid dynamics in `episteme-natural` can be seamlessly reused for economic flows in `episteme-social`.
* Distributed Grid: Built-in gRPC worker nodes for out-of-the-box cluster computing.
🤝 Passing the Torch
As my research focus is shifting toward new paradigms (like Open Primer), I am handing the keys over to the community. If you are passionate about Project Panama, HPC, or GPU computing in Java, I am looking for maintainers and contributors to take ownership of these modules.
Check it out, fork it, and drop a star: https://github.com/Episteme-HTC/Episteme
*(Personal note: I am currently looking for my next full-time role as an IT Manager or AI Solutions Architect. If your team is tackling complex systems, let's connect!)*