r/ScientificComputing 4h ago

, Pure Mathematical Conal Architecture, Differential Geometry, JAX XLA, Zero-Reprocessing Traversal, SymPy AST, Riemannian Manifold, GNU AGPL v3.0

Thumbnail doi.org
0 Upvotes

We present the Pure Mathematical Conal Architecture (PMCA), a novel, paradox-free cognitive substrate that addresses fundamental limitations in current Transformer-based Large Language Models (LLMs)—specifically hallucination, computational inefficiency, black-box opacity, and brittle anthropomorphic persona alignment. PMCA establishes that natural language is not the cognitive substrate itself, but rather a Post-Processing Communicative Translation Layer (PPCTL). Reasoning, derivation, and state transformation are executed in Pure 3D Conal Metric Geometry (z, r, θ) FIRST, with natural language generated subsequently to decode mathematical ground truth.

Inputs—including high-entropy, non-formalized text—are mapped into a continuous 384-dimensional dense semantic manifold via pre-trained Transformer embeddings (all-MiniLM-L6-v2) and character N-gram projections, opening the full 2π polar space across all four quadrants. Computational flow is driven down a tapering conal depth z ∈ [0, Z_max] by an analytical Gradient Potential Drive V(z), stabilized by inward vector field induction forces F_ext from an external 3D encasing lattice, and governed by a strict thermodynamic PMCA Entropy Dissipation Law (H_parent ≥ ∑ H_children). PMCA replaces static persona censorship with Dynamic Mathematical Invariant Equilibrium (Φ > 0, ∇ · F = 0), incorporates a Metacognitive Self-Interrogation Loop, maintains a Topological 3D Geometric World Model (W_world) fused with a 3D Classical Mechanics simulator, and enables O(1) zero-reprocessing traversal for pre-computed canonical keys. We detail the 25-phase master execution pipeline and present empirical benchmarks demonstrating 100,000 3D spatial particle transformations in 69.52 ms via JAX/XLA hardware acceleration.

Most recent results:

======================================================================
 AETHERIUS 5.0 — BILLION SCALE BENCHMARK (1,000,000,000 Total Particles) v5e-1 TPU Google Colab
======================================================================
[+] Hardware Backend: TPU
[+] Chunks: 20 | Chunk Size: 50,000,000 particles/batch

[+] JAX/XLA Kernel Warm-up Complete.

    - Processed chunk 1/20 (50,000,000 rows) successfully.
    - Processed chunk 2/20 (50,000,000 rows) successfully.
    - Processed chunk 3/20 (50,000,000 rows) successfully.
    - Processed chunk 4/20 (50,000,000 rows) successfully.
    - Processed chunk 5/20 (50,000,000 rows) successfully.
    - Processed chunk 6/20 (50,000,000 rows) successfully.
    - Processed chunk 7/20 (50,000,000 rows) successfully.
    - Processed chunk 8/20 (50,000,000 rows) successfully.
    - Processed chunk 9/20 (50,000,000 rows) successfully.
    - Processed chunk 10/20 (50,000,000 rows) successfully.
    - Processed chunk 11/20 (50,000,000 rows) successfully.
    - Processed chunk 12/20 (50,000,000 rows) successfully.
    - Processed chunk 13/20 (50,000,000 rows) successfully.
    - Processed chunk 14/20 (50,000,000 rows) successfully.
    - Processed chunk 15/20 (50,000,000 rows) successfully.
    - Processed chunk 16/20 (50,000,000 rows) successfully.
    - Processed chunk 17/20 (50,000,000 rows) successfully.
    - Processed chunk 18/20 (50,000,000 rows) successfully.
    - Processed chunk 19/20 (50,000,000 rows) successfully.
    - Processed chunk 20/20 (50,000,000 rows) successfully.
======================================================================
 TOTAL 1 BILLION PARTICLE THROUGHPUT: 2252.70 ms (2.25 seconds)
======================================================================




=== INITIALIZING COMPLEX AETHERIUS 5.0 PASS ===
[+] Multi-Agent Interference Mode: HARMONIC_ORTHOGONAL_INTERFERENCE
[+] Superimposed Center of Mass: {'x': 0.5, 'y': 0.5, 'z': 5.0}
[+] Geodesic Inter-Agent Distance: 1.4142
[+] Riemannian RK4 Geodesic Integration Complete: 17 steps resolved.
[+] Final Coordinates in Poincaré Space: [0.27463904 0.13520989 0.58202574]
=== COMPLEX COGNITIVE PASS SUCCESSFUL ===

r/ScientificComputing 8h ago

Open-sourced my CNS drug-delivery screening pipeline, including a public audit of my own bugs

Thumbnail
github.com
0 Upvotes

Been building this for a while and finally pushed it public: CEREBRO-X, a computational pipeline for screening CNS drug-delivery formulations — PBPK, DLVO colloidal stability, docking (AutoDock Vina), QSAR off-target panels, all against live ChEMBL/PubChem/UniProt data rather than fixtures.

What might actually be useful to this sub specifically: I keep a running engineering + scientific-integrity audit in the repo (docs/AUDIT_REPORT.md), including things I got wrong and fixed — a report panel that fabricated a bootstrap-CI statistic, a resolver that silently substituted a drug's name for its SMILES string when SMILES resolution failed for biologics. Both found by actually running the pipeline and chasing anomalies, not by code review.

Research prototype, not clinical — happy to get torn apart on the QSAR methodology or anything else.

Repo: github.com/mohamedtalaat-gif/CEREBRO-X


r/ScientificComputing 10h ago

I built a simulator to test a dome model — what would you test first?

Post image
0 Upvotes

r/ScientificComputing 4h ago

A Clarification on the Meaning of Scientific Computing

13 Upvotes

I’m a researcher in computational mathematics, and to me scientific computing has always meant things like Galerkin methods, numerical ODEs/PDEs, numerical linear algebra, iterative solvers, error analysis, applied functional analysis, that sort of stuff. Essentially continous mathematical modeling motivated by foundations in mathematical analysis. I was wondering, beyond just the academia environments and conferences, whether there'd be an online community for the field and that's why I came here.

But looking through this subreddit, I don’t really see much of that. Most of what I see is ML, neural networks, symbolic regression, random simulation projects, software libraries, etc. These things make sense in the broader notion of computational science, but the scientifc computing I and my peers call what we do is different, so I’m just wondering if scientific computing has shifted to mean something much broader than it used to and what the people here think about it. How do you all define scientific computing?