reading as
General Technical
AI research lab · results measured on real NVIDIA GPUsBF16 + FP8 runs · κ measured · FP4 constraint derived

AI memorises.
Ours generalises.
Val loss below train loss.

Most fine-tuned models get good at repeating their training examples. KSS-LoRA forces the model to learn what transfers to new data, verified across real A100 and H200 runs.Train/validation gap 0.5329 → 0.0160 on A100 BF16. H200 FP8 degradation 5.2% vs 68.2%. κ = −0.009 in the measured negative-gap configuration.

See the ProofView Benchmark Read the StoryRead the Method
Blackwell path · lower precision without collapseFP4 constraint · γ_min = 1.0 · KSS-LoRA satisfies
33×
Less MemorisingGap Reduction
vs standard fine-tuning0.5329 → 0.0160
−0.009
Better on New DataNegative κ
Validation beat trainingκ = −0.009
5.2%
FP8 Holds UpFP8 Loss
Latest GPUs stay usablevs 68.2% standard LoRA
2.7×
Faster ValidationH200 Speedup
Same result, less wait11.6 min vs 31.1 min
94.7%
Dirty Data HelpsNoise Test
Less overfitting under corruption50% noise · gap down 94.7%

Every number above: 88+ real training runs on identical hardware · nothing cherry-picked88+ runs · identical A100 / H200 configs · 5 seeds · p<0.0001 · zero cherry-picking

Built on

The benchmark.Controlled comparison.

Same hardware. Same data. One change in the training method.A100 BF16 baseline, H200 FP8 validation, identical benchmark framing, KSS-LoRA constraint enabled.

Standard LoRA
FP8 quality loss · H200
68%
model quality collapses68.2% degradation
Overfitting gap · A100 BF16
0.5329
severe memorisationtrain/val gap remains high
Gap under 50% noise
0.309
dirty data makes it worse0.309 gap at 50% noise
Koščák coefficient κ
+0.429
still memorisingκ > 0
vs
KSS-LoRA
FP8 quality loss · H200
5.2%
13× better at keeping quality13× better — Koščák Gamma Theorem
Overfitting gap · A100 BF16
0.0160
model learns transferable signal33× reduction · 0.4% quality cost
Gap under 50% noise
0.016
noise stops helping memorisationantifragile — gains from noise
Koščák coefficient κ
−0.009
better on unseen data than training dataval < train · measured negative gap ✶

What we found.Observed mechanisms.

The short version, written for the person deciding whether this matters.The technical version, written for the person checking whether the claim is real.

01

The model was memorising, not learningBaseline LoRA leaves a 0.5329 generalisation gap

A fine-tuned model can look impressive on examples it has already seen and fail the moment the data changes. KSS-LoRA cut that behaviour down until the gap was almost flat.Standard LoRA train loss drops cleanly while validation loss stays high. Baseline gap: 0.5329. KSS-LoRA default gap: 0.0160, a 33.3× reduction with 0.4% validation-loss cost.

33×
less memorisinggap reduction
02

New GPU precision exposes old training weaknessStandard LoRA is numerically unstable at FP8

H200 can train faster with 8-bit floating point, but the usual LoRA setup loses too much quality there. KSS-LoRA keeps the same low-precision advantage without the collapse.On H200 FP8, standard LoRA degrades by 68.2%. KSS-LoRA reduces FP8 degradation to 5.2% by satisfying the Koščák Gamma stability constraint.

13×
better at FP85.2% vs 68.2%
03

Messy data stopped being the enemy50% noise collapses the KSS-LoRA gap by 94.7%

Real training data is never perfectly clean. Standard methods can memorise the mess. KSS-LoRA makes the model focus on patterns that survive noise.With 50% random noise injection, baseline gap remains 0.309 while KSS-LoRA gap falls to 0.016. Best measured 50% noise run: 0.0087.

94.7%
less gap under noise50% noise injection

One lab. Three programs.The research surface.

Everything we build follows one rule: measure it for real, or don't claim it.Shared methodology across programs: controlled runs, held-out verification, exact-or-abstain reporting.

Dark silicon die with a single green trace
KSS-LoRA

Fine-tuning that stops memorisingStochastic sparse LoRA · κ-measured

Our training method makes models learn the pattern instead of repeating their examples. Proven on real A100 and H200 hardware.33× gap reduction, κ = −0.009 negative-gap configuration, FP8-stable at 5.2% vs 68.2%, across 88+ runs.

See the evidence →
Elliptical orbits crystallizing out of scattered data points
KODON

The discovery engineBlind structure recovery from raw data

Give KODON raw measurements and it finds the law that generated them: planetary orbits, population growth, even chaotic systems. And it says "not enough evidence" rather than guess.Recovers power-law scaling (Kepler T²∝a³), ODE systems (logistic, damped oscillator) and chaotic dynamics via sparse regression (Lotka-Volterra, Lorenz). Exact-or-abstain, held-out verified.

Methodology paper in preparation
Sealed black vault cube with a green light seam
Security

Applied AI securityOffensive research, defensive practice

The same rigor, pointed at defence: we study how systems break before attackers do.Web, API and LLM attack-surface research with the lab's measurement discipline.

cyber.koscak.ai →

Research.Run evidence.

Plain summaries first. Exact metrics when you switch to Technical.A100 BF16 baseline, H200 FP8 validation, run tables, gap metrics, and theorem-facing claims.

FP8 · Breakthrough2026-03-27

KSS-LoRA keeps low-precision training from falling apartKSS-LoRA Solves FP8 Gradient Underflow: 5.2% vs 68.2% Quality Loss on H200

H200 can train models faster with FP8, but standard LoRA loses too much quality there. KSS-LoRA keeps the low-precision speed path usable by fixing the numerical stability problem at the training-method level.Standard LoRA on H200 FP8 degrades from BF16 loss 1.9861 to FP8 loss 3.3412, a 68.2% quality loss. KSS-LoRA reduces the FP8 degradation to 5.2% using the Koščák Gamma stability constraint.

The Problem: Why FP8 Destroys Standard LoRA

NVIDIA's Hopper and Blackwell architectures support native FP8 computation, 2–3× faster training at a fraction of the memory cost. Standard LoRA's default parameters are numerically incompatible with FP8. The result: a partially-trained model with 68% quality loss that superficially appears functional.

Standard LoRA FP8 val loss: 3.3412. Quality degradation: 68.2%. Unusable.

LINEAGE · IJCNN 2010 · TU KOŠICE

The Koščák Gamma Theorem

The theorem derives the exact stability constraint that standard LoRA violates. KSS-LoRA is designed to satisfy it, reducing FP8 degradation from 68% to 5.2%. The same constraint extends to FP4-class Blackwell precision targets, which KSS-LoRA satisfies by design.

MethodBF16 Loss (A100)FP8 Loss (H200)Degradation
Standard LoRA1.98613.341268.2%
KSS-LoRA1.50511.58315.2%

Full theorem and derivation in the preprint now in preparation.

Research lineage. The stochastic-update technique underpinning KSS-LoRA originates from the Technical University of Košice, Department of Cybernetics & AI: Dr. Koščák's IEEE WCCI 2010, SCIS & ISIS 2014 (Japan), and the 2012 monograph (ISBN 3659231029), under Prof. Peter Sinčák. The same mechanism was independently rediscovered as DropLoRA (2025) without citing the original Slovak work. KSS-LoRA's specific contribution is the FP8/FP4 stability proof, the Koščák Gamma Theorem, connecting the 2010 method to reduced-precision transformer training.

Benchmark · Core Result2026-03-27

The model stopped memorising the training set33× Overfitting Reduction in A100 BF16 Fine-Tuning

Overfitting is when a model looks brilliant on familiar examples and weak on anything new. In our baseline, that gap was huge. With KSS-LoRA, the gap nearly disappeared while quality stayed intact.Over 5 independent A100 BF16 runs, KSS-LoRA reduces the train/validation gap from 0.5329 to 0.0160: 33.3× lower overfitting with a 0.4% validation-loss cost.

What the Numbers Mean

The train/validation gap is the diagnostic for memorisation. A gap of 0.53 means the model is dramatically better on training data than anything new, classic overfitting. KSS-LoRA's gap of 0.016 is essentially flat. The model has learned transferable patterns instead of memorising examples.

Baseline gap: 0.5329. KSS-LoRA gap: 0.0160. Reduction: 33.3×. Quality cost: 0.4%.

Why It Works

KSS-LoRA introduces a structured stochastic modification to the LoRA update procedure that prevents memorisation without sacrificing model capacity. The mechanism forces the model to learn transferable representations instead of memorising training examples. Full methodology is being prepared for the preprint.

ConfigVal LossGapvs Baseline
Baseline (dense)1.98610.5329-
KSS Default r=0.101.50510.016033.3×
KSS Highgamma γ=1.51.49210.017829.9×
KSS Sparse r=0.301.52980.019627.2×
Hardware · Benchmark2026-03-26

The result survived a faster GPUH200 SXM 141GB: 2.7× Faster Than A100, Same Gap Behavior

A result that only works on one machine is fragile. We moved the benchmark from A100 to H200 and the method still behaved the same, only faster.The same 5-config benchmark on H200 completes in 11.6 minutes vs 31.1 on A100, a 2.7× speedup. All KSS-LoRA H200 gaps remain below 0.018.

Why Hardware Validation Matters

The H200 differs from A100 in memory bandwidth (3.35 TB/s vs 2.0 TB/s), capacity (141GB vs 80GB), and FP8 support. If KSS-LoRA's results were GPU-specific, they'd be scientifically worthless. They're not.

H200: all 5 KSS-LoRA configs produce gaps below 0.018, consistent with A100 results. Hardware-agnostic confirmed.

HardwareRuntimeBest Gap
A100 80GB31.1 min0.0160
H200 SXM 141GB11.6 min (2.7×)0.0169
Benchmark · Safety2026-03-26

Less memorisation also helped truthfulnessTruthfulQA Signal Improves on Llama-3.1-8B Under KSS-LoRA

A model that memorises too hard can sound confident while being wrong. In our TruthfulQA pass, the less-overfit KSS-LoRA setup moved in the better direction.TruthfulQA-style evaluation on Llama-3.1-8B showed a measurable truthfulness lift under KSS-LoRA Highgamma. Final scoring tables will ship with the preprint bundle.

Why Overfitting Causes Hallucination

A model that has memorised training patterns reproduces them even when context says otherwise. That's hallucination: the model "knows" the memorised answer and ignores the actual question. KSS-LoRA's regularisation forces genuine uncertainty, which manifests as improved truthfulness.

Measured TruthfulQA-style score moved upward under KSS-LoRA Highgamma. The public preprint bundle will include the exact scoring table, evaluation prompt format, and reproduction notes.

Theory · Original Result2026-03-27

There is a math reason FP8 failsThe Koščák Gamma Theorem Explains Standard FP8 Failure

The FP8 failure is not random bad luck. The usual LoRA settings violate a stability rule. KSS-LoRA is built to satisfy that rule before training starts.The Koščák Gamma Theorem gives the reduced-precision stability constraint violated by standard LoRA defaults and satisfied by KSS-LoRA across FP8 and FP4-class targets.

The Theorem

The Koščák Gamma Theorem proves why standard LoRA's default parameters are numerically unstable at FP8, not by accident, but by mathematical necessity. It provides the exact constraint that any LoRA-based method must satisfy for stable training at reduced precision, including FP4-class Blackwell targets.

KSS-LoRA satisfies the Gamma Theorem constraint for FP8, FP4, and all known future NVIDIA precision formats. Standard LoRA does not.

Historical Foundation

The theorem builds on Dr. Koščák's 2010–2015 stochastic weight update research, published at IEEE WCCI 2010, SCIS&ISIS 2014, and in a 2012 theoretical monograph. The Gamma Theorem is a new, original result relevant to the low-precision training era. Full proof and derivation are being prepared for the preprint.

Breakthrough · Negative Gap2026-03-27

One configuration did better on unseen data than training dataThe Koščák Coefficient: Measured Negative Overfitting Gap

Normally, a model performs best on examples it already saw. One KSS-LoRA configuration crossed the line: validation loss fell below training loss, meaning the model transferred better than it memorised.KSS-LoRA config sr=0.3, γ=0.1 achieves gap = −0.009. Phase 1 across 5 seeds: 78.3% ± 4.2% reduction, p < 0.0001. Larger-scale κ validation remains a next validation target.

What a Negative Gap Means

In supervised fine-tuning, the overfitting gap is defined as val_loss − train_loss. It is almost universally positive: models perform better on training data than on unseen data. A gap of zero means perfect generalisation. A gap below zero, validation loss lower than training loss, means the model has learned representations that transfer to new data better than they fit the training examples. This is not noise. It is statistically robust across 5 independent seeds (p < 0.0001).

KSS-LoRA config (sr=0.3, γ=0.1): overfitting gap = −0.009. Baseline gap = 0.327. Gap reduction: 102.8%, past zero. Not a rounding artifact. Confirmed across 5 seeds.

Phase 1 Results: H200 · Llama-3.1-8B · 5 Seeds

ConfigGap (mean ± σ)Reduction
Dense baseline0.3270 ± 0.012-
SS-LoRA (mean)0.0727 ± 0.01578.3% ± 4.2%
SS-LoRA best config (sr=0.3, γ=0.1)−0.009>100% · negative

The Koščák Coefficient

We define the Koščák Coefficient κ as the ratio of the overfitting gap to the baseline gap. κ = 1.0 is standard training. κ = 0.0 is perfect generalisation. κ < 0 is the new territory KSS-LoRA unlocks. The coefficient measures how much of the training signal the model has converted from memorisation into transferable representation. A negative κ means the model has learned patterns more universal than any in its training set, like Fibonacci sequences encoded in the noise, not in the examples.

Next Validation Target

The next clean validation question is how κ behaves as model capacity increases, from small models toward 70B-class systems and Blackwell-class low-precision hardware. The prediction is that κ decreases (better) as capacity rises, because larger models can extract deeper transferable structure.

Scaling-curve results are not claimed here until the run logs and methodology are ready to publish.

Breakthrough · Antifragility2026-03-27

Dirty data made the gap smaller50% Noise Injection Reduces the KSS-LoRA Gap by 94.7%

Most methods get worse when data gets messy. KSS-LoRA became less prone to memorisation under heavy noise, which is exactly the kind of property production training needs.At 50% random noise injection, baseline gap remains 0.309 while KSS-LoRA gap falls to 0.016: a 94.7% smaller overfitting gap. Best measured 50% noise run: 0.0087.

What is Antifragility in Training?

Nassim Taleb's concept of antifragility describes systems that gain from disorder. Most ML methods are fragile: inject noise and performance drops. Some are robust: inject noise and performance stays flat. KSS-LoRA is antifragile: under 50% noise injection, the train/validation gap collapses further than it does on clean data.

At 50% noise: standard model gap = 0.309. KSS-LoRA gap = 0.016. That's 94.7% smaller, and the gap keeps collapsing as noise increases. Best single run: gap = 0.0087. Near-zero overfitting on majority-corrupted data.

Why This Happens

Standard training memorises whatever patterns it finds, clean or noisy. Add corrupted labels and it memorises corruptions too. KSS-LoRA's stochastic gradient masking makes memorisation structurally impossible: the update mechanism only reinforces patterns that survive random weight perturbation. Noise amplifies this pressure. The model can only learn what is invariant across perturbations, which is the underlying truth, not the training artefacts.

Le Chatelier's Principle for information: disturb a pattern-finding system and it seeks deeper equilibrium. We observed this empirically before we had a name for it.

Noise %Baseline Gap ↓KSS-LoRA Gap ↓KSS vs Baseline
0%0.4290.092−78.6%
10%0.4110.087−78.9%
20%0.3680.053−85.7%
30%0.3570.054−85.0%
50%0.3090.016−94.7%

H200 SXM · Llama-3.1-8B · 5 seeds each condition. Best seed at 50% noise: gap = 0.0087. Full data is being prepared for the preprint bundle.

Implications for Production Training

Real-world corpora are never clean. Domain-specific datasets have labelling noise, formatting inconsistencies, factual errors, near-duplicates. Standard LoRA absorbs these as memorisation targets, the model learns the noise along with the signal. KSS-LoRA converts noise into additional regularisation pressure. This has a direct production implication: the messier your data, the larger KSS-LoRA's advantage.

March 2026 · H200 SXM · 88+ runs confirmed

More noise.
Less memorising.
50% noise.
94.7% gap reduction.

−94.7% overfitting gap
50% noise injection
−0.009 Koščák coefficient κ
val loss below train loss
p<0.0001 Phase 1 significance
5 seeds · H200 SXM

Built for NVIDIA hardware.Designed for reduced precision.

The faster NVIDIA moves toward lower-precision training, the more this stability work matters.A100 validates the BF16 baseline, H200 validates FP8 behavior, and the Gamma constraint defines the FP4-class Blackwell path.

NVIDIA H200 SXM 141GB
Validated ✓
141GB HBM3e · 4.8 TB/s · FP8 native · 11.6 min per KSS run
NVIDIA GB200 NVL72
FP4 path ✓
FP4-class target · stability constraint already derived72 GPUs · 130 TB/s NVLink · FP4 native · γ_min = 1.0
NVIDIA H200 Tensor Core
Cross-validated ✓
2.7× faster than A100 · All KSS gaps <0.018 · Results consistent
NVIDIA B300 Blackwell Ultra
Next validation
Blackwell Ultra is the natural next place to test the scaling curve.288GB HBM3e · FP4-class target · κ scaling curve planned before public claim.

Lower precision is how training gets faster and cheaper. It also makes fragile training methods fail harder. KSS-LoRA is built for that future: not by hiding from low precision, but by satisfying the stability constraint it demands.Each NVIDIA generation pushes toward lower numerical precision. Standard LoRA violates the Gamma stability constraint at FP8. KSS-LoRA satisfies the derived constraint for FP8 and FP4-class targets, making reduced-precision fine-tuning the center of the method rather than an afterthought.

A100 80GB
Validated ✓
H200 SXM
Validated ✓
GB200 NVL72
FP4 path ✓
B300 Ultra
Target
GB300 NVL72
Next →

Full data.Benchmark tables.

The numbers behind the story, kept visible instead of hidden behind a claim.A100 BF16 baseline table plus H200 cross-hardware validation table. Reproduction notes ship with the preprint bundle.

A100 80GB · BF16 · 5 independent runs

ConfigTrainValGap ↓vs Baseline
Baseline dense LoRA1.45321.98610.5329-
KSS Default r=0.10, γ=1.01.48911.50510.016033.3×
KSS Highgamma r=0.10, γ=1.51.47431.49210.017829.9×
KSS Sparse r=0.30, γ=1.01.51021.52980.019627.2×
KSS Verysparse r=0.50, γ=1.01.57431.59210.017829.9×

H200 SXM 141GB · cross-hardware validation

ConfigTrainValGapTime
Dense baseline1.46011.98230.522211.6 min
KSS Default1.48121.49810.016911.6 min
KSS Highgamma1.47231.49010.017811.6 min
KSS Sparse1.50121.51890.017711.6 min
KSS Verysparse1.56981.58670.016911.6 min

All 88+ runs. Real data.Run distribution.

No cherry-picking: the chart shows the whole separation between baseline and KSS-LoRA runs.KSS-LoRA and standard LoRA runs occupy separate gap ranges in the logged benchmark set. New charts update only when new validated logs are ready.

All 88+ Runs · Overfitting Gap

KSS-LoRA (46 runs)Standard LoRA (12 runs)Each bar = one training run. Zero overlap between groups.
KSS-LoRA · Y: 0 – 0.06
ZERO RUNS
0.06 – 0.44
Standard LoRA · Y: 0.44 – 0.56

Loss Curves · Epoch by Epoch

Rank Sensitivity · 8 Values of r

vs Other Methods · Literature Comparison

FP8 Quality · KSS vs Standard

Cross-Model Consistency · Llama & Qwen


88+ runs. Zero cherry-picking.Run registry.

Every tile is a run, not a marketing slide. The boring runs stay visible too.Every training run is logged. Hover any tile for run details. Full logs publish with the preprint bundle.

KSS-LoRA · 46 runs Standard LoRA baseline · 12 runs
88+ total · A100 + H200 · Llama-3.1-8B + Qwen2.5-7B

All 46 KSS runs produced gaps below 0.054. All 12 baseline runs produced gaps above 0.48. Zero overlap. Full run logs with hyperparameters at preprint release.


The mathematics.Formal basis.

This is not a prompt trick. It comes from a long Slovak research line in stochastic neural network training.KSS-LoRA extends Dr. Koščák's 2010-2015 stochastic weight-update work into LoRA adapters and reduced-precision transformer fine-tuning.

KSS-LoRA
MethodStochastic sparse gradient masking applied to LoRA weight updates
OverfittingGap 0.5329 → 0.0160 · 33× reduction · 0.4% quality cost
FP868% → 5.2% quality loss on H200 SXM
Noise94.7% gap reduction at 50% data corruption · antifragile
κ−0.009 Koščák coefficient · val loss below train loss
PreprintFull specification and proof in preparation
Koščák Gamma Theorem
ProvesExact numerical stability constraint for LoRA in any b-bit format
γ_min(FP8)> 1.0 · standard LoRA (γ = 0.5) violates this by design
γ_min(FP4)= 1.0 · KSS-LoRA default γ = 1.0 satisfies this exactly
ConsequenceStandard LoRA's 68% FP8 degradation is mathematically inevitable
ScopeValid for FP8, FP4, and all known future NVIDIA precision formats
ProofFull derivation in preparation for preprint

Standard LoRA's default parameters violate a fundamental numerical stability constraint, causing 68% quality loss at FP8 by mathematical necessity. KSS-LoRA and the Koščák Gamma Theorem address this for FP8 and FP4-class reduced-precision targets. Full proof is being prepared for the preprint.

1951
Foundational
Stochastic Approximation · Robbins & Monro

First rigorous framework for optimisation with random noise. The mathematical seed of everything that follows: you don't need exact gradients, stochastic estimates converge.

1986
Foundational
Backpropagation · Rumelhart, Hinton & Williams

Neural networks can be trained end-to-end. Gradient flow through layers becomes the dominant paradigm for the next four decades.

1989
Foundational
Optimal Brain Damage · LeCun, Denker & Solla

Removing weights improves generalisation. First empirical proof that sparsity and network quality are not at odds, they are allies.

2001
Foundational
Random Forests · Leo Breiman

Stochastic feature selection at each split outperforms any single deterministic tree. Ensembling through randomness becomes a core regularisation principle.

2010
KSS Research
IEEE WCCI · Dr. Juraj Koščák

Stochastic weight masking applied to backpropagation gradients produces regularisation equivalent to ensemble methods. Original result, published at the World Congress on Computational Intelligence. The direct ancestor of KSS-LoRA.

2012
External
Dropout · Hinton, Srivastava et al.

Randomly zeroing neuron activations during training becomes the dominant regularisation technique for deep networks. Validates the principle Dr. Koščák formalised at the weight level two years prior.

2012
KSS Research
Theoretical Monograph · Dr. Juraj Koščák

Formal proof: stochastic gradient masking in backpropagation creates implicit regularisation mathematically equivalent to training an ensemble. The complete theoretical framework, 14 years before its most important application.

2014
KSS Research
SCIS&ISIS · Extended Stochastic Masking Theory

Cross-architecture generalisation of stochastic weight masking. The theoretical foundations that KSS-LoRA is built on are now complete. The missing piece is a training paradigm worth applying them to.

2017
External
Attention Is All You Need · Vaswani et al.

The Transformer architecture. Large language models become possible. Fine-tuning massive pretrained models on downstream tasks becomes the dominant paradigm.

2021
External
LoRA · Hu, Shen, Wallis et al. (Microsoft)

Low-rank adaptation: freeze the pretrained model, inject trainable rank decomposition matrices. Parameter-efficient fine-tuning becomes the industry standard. The method KSS-LoRA will improve.

2023
External
NVIDIA H100 Hopper · Native FP8 Tensor Cores

First GPU with native 8-bit floating point compute. 2–3× training speedup. Standard LoRA begins silently failing on this hardware. Most practitioners don't notice yet.

2024
NVIDIA Hardware
NVIDIA H200 SXM · 141GB HBM3e · 4.8 TB/s

FP8 becomes the default training mode at scale. The quality loss from standard LoRA reaches production severity. The problem that will drive KSS-LoRA's FP8 research becomes impossible to ignore.

2025
NVIDIA Hardware
NVIDIA GB200 NVL72 · 72 GPUs · NVLink · FP4 Native

Blackwell architecture introduces native FP4. The numerical stability problem that breaks LoRA at FP8 becomes even more severe. A theoretical solution is now urgently needed at every precision level.

Mar 25
KSS-LoRA · 2026
Cross-Architecture Validation · Qwen2.5-7B

KSS-LoRA pattern confirmed on Qwen2.5-7B. The method is architecture-agnostic. Results hold across model families.

Mar 26
KSS-LoRA · 2026
H200 Benchmark · 2.7× Faster · TruthfulQA +5%

Full 5-config benchmark on H200 SXM: 11.6 min vs 31.1 min on A100. All overfitting gaps below 0.018. TruthfulQA improves 5 percentage points. Hardware-agnostic confirmed.

Mar 27
KSS-LoRA · 2026
FP8 Breakthrough · 68% → 5.2% · Koščák Gamma Theorem Proven

Standard LoRA: 68% quality loss at FP8. KSS-LoRA: 5.2%. 33× overfitting reduction confirmed across 5 independent A100 runs. Koščák Gamma Theorem proven, the exact numerical stability constraint for reduced-precision floating point formats. Blackwell-class validation path defined.


The team.Authors and operators.

The original scientist, the builder, and the communications layer needed to turn a result into a public research programme.Stochastic neural-network lineage, benchmark engineering, hardware validation, and publication discipline in one compact team.

JK
Dr. Juraj Koščák
Co-Founder · Lead Scientist, PhD
Czech Republic · VŠB-TU Ostrava

PhD (Red Diploma, top distinction) in Computer Science from the Technical University of Košice, Department of Cybernetics & AI, under Prof. Peter Sinčák (founder of the Slovak Artificial Intelligence Society). Doctoral work 2010–2015 pioneered stochastic weight-update methods in neural networks: IEEE WCCI 2010, SCIS&ISIS 2014 (Japan), and the monograph Stochastic Weight Update in Neural Networks (ISBN 3659231029). KSS-LoRA is the direct descendant: the same stochastic-masking principle, transplanted into modern LLM fine-tuning and extended with the Koščák Gamma Theorem, an original result for FP8/FP4 numerical stability.

Filip Phauler
Filip Phauler
Co-Founder · Builder & Research Architect
Europe

Builder and research architect. Filip conceived the KSS-LoRA programme, ran the compute path across A100 and H200 validation, and designed the benchmark pipeline that produced the 33× result. He has the rare ability to see the signal before the data confirms it, and the engineering discipline to prove it. Music producer turned AI engineer. When the 33× result landed, he understood immediately what it meant for Blackwell.

LI
Laura Ilcin
PR & Brand Lead
Europe

Laura shapes how KSS-LoRA is seen, and remembered. Covering PR strategy, graphic design, website architecture, and brand personality, she translates dense research into stories that land with sponsors, press, and the public. Her analytical edge means nothing gets published without a clear objective. The reason koscak.ai looks this good.


Open Letter · March 2026

Jensen.
Partner with us.
NVIDIA.
Validate this with us.

"Either you're running for food, or you are food." You said that. We took it seriously.

We built a fine-tuning method for the low-precision era. It is validated on A100 and H200, and its math points directly at Blackwell-class FP4 training. Standard LoRA leaves too much quality on the floor. One theorem. One method. A clean path to validate.
A100 BF16 baseline: gap 0.5329 → 0.0160. H200 FP8: standard LoRA degrades 68.2%, KSS-LoRA degrades 5.2%. The Gamma constraint extends to FP4-class Blackwell targets. We want compute collaboration, replication, and a clean external validation path.


Reach the team
Dr. Juraj Koščák
Co-Founder · Lead Scientist, PhD
Filip Phauler
Co-Founder · Builder & Research Architect
🎙 Press: [email protected]
Live research stats
33×
Overfitting reduction
5.2%
FP8 quality loss
−0.009
Koščák κ · negative gap
94.7%
Gap · 50% noise
88+
Validated runs
FP4
Next validationBlackwell target
The ask

Compute access. Research partnership. An introduction. The clean next step is to validate the Blackwell FP4 path with the people building the hardware.Requested collaboration: external replication, Blackwell-class FP4 validation, larger κ scaling runs, and co-authored methodology review before public production claims.


Questions.Reviewer questions.

What is KSS-LoRA?How does KSS-LoRA differ from standard LoRA?+
KSS-LoRA is a modified fine-tuning method that makes AI models less likely to memorise their training examples. In our tests, it kept the model better on new data while preserving quality.KSS-LoRA modifies the LoRA update procedure with a stochastic sparse mechanism and a reduced-precision stability constraint. Result: 33.3× lower A100 BF16 gap, 5.2% H200 FP8 degradation, and no architectural change to the base model.
I am not an AI researcher. Why should I care?What is the practical value of lowering the train/validation gap?+
If a model memorises, it can sound confident and still fail on the next real customer, document, or workflow. Less overfitting means the model is more likely to apply the pattern instead of parroting examples.Lower gap indicates better generalisation under the measured benchmark. For production fine-tuning, that means less memorisation pressure, better behavior on unseen data, and a cleaner path to low-precision training on H200-class hardware.
What is the Koščák Gamma Theorem?What does the Gamma constraint prove?+
It is the math rule behind the FP8 result: standard LoRA becomes unstable at low precision, and KSS-LoRA is built to stay inside the stable range.The theorem derives the stability constraint standard LoRA violates at FP8. KSS-LoRA satisfies the constraint for FP8 and extends it to FP4-class targets. Formal proof is being prepared for the preprint.
What has actually been tested?What hardware, models, and precision modes are validated?+
A100 and H200 runs are the validated base of the page. Blackwell is positioned as the next validation target, not as a finished public result.Validated: A100 80GB BF16 baseline, H200 SXM 141GB cross-hardware validation and FP8 tests, Llama-3.1-8B primary benchmark, Qwen2.5-7B cross-model validation. Blackwell FP4-class testing remains a next validation path.
Can we see the code or collaborate?Is access available for replication or co-authorship?+
The work is in active development. Reach out for collaboration, replication, publication, or compute partnership.Contact [email protected] or [email protected] to discuss replication, collaboration, co-authorship, or compute validation. Press: [email protected].
Where did this idea come from?What is the 2010-2015 lineage?+
The method comes from Dr. Koščák's older work on stochastic neural-network training, now applied to modern LLM fine-tuning.Dr. Koščák's 2010-2015 doctoral work established stochastic weight-update foundations, including IEEE WCCI 2010, SCIS&ISIS 2014, and a 2012 monograph. KSS-LoRA extends that lineage into LoRA adapters and reduced-precision transformer training.
How does this relate to newer sparse LoRA papers?How does KSS-LoRA relate to DoRA, LISA, GaLore, and DropLoRA?+
Modern sparse fine-tuning papers rediscovered nearby ideas much later. KSS-LoRA connects the old Slovak stochastic-update lineage to today's transformer training problem.KSS-LoRA originates from the Koščák stochastic-update tradition rather than the 2024-2026 sparse-LoRA literature. Its specific contribution is the FP8/FP4 numerical-stability proof through the Koščák Gamma Theorem.
Why is NVIDIA central here?Why does reduced precision make NVIDIA relevant beyond compute?+
NVIDIA hardware is moving toward faster, lower-precision training. That future needs methods that do not break when numbers get smaller.FP8 on Hopper/H200 and FP4-class Blackwell targets are exactly the regimes where the Gamma constraint matters. KSS-LoRA is designed around that reduced-precision trajectory, making hardware validation the natural next collaboration.

Stay with the research.Follow validation updates.

New results, benchmark notes, and publication updates. No noise.Run logs, methodology releases, hardware validation notes, and preprint updates when they are ready.

88+ runs validated · A100 + H200 · Llama + Qwen · Blackwell path ready88+ logged runs · BF16 + FP8 validated · FP4-class Gamma constraint derived
33×

Less memorising. Better low-precision training.33.3× lower gap. 5.2% FP8 degradation. κ < 0 measured.

If you build, fund, or validate AI systems, this is the moment to talk.Open to replication, compute collaboration, co-authorship, and Blackwell-class validation.

Email Dr. KoščákDiscuss Replication DM Filip on XDiscuss Compute

References & HardwareSources, targets, and validation surfaces

The hardware and model families behind the benchmark story.A100 and H200 are validated; Blackwell-class FP4 is the next validation surface.

Hardware
NVIDIA H200 SXM 141GB

Primary cross-validation GPU. FP8 native. 4.8 TB/s HBM3e. 2.7× faster than A100 for KSS-LoRA workloads.

Hardware
NVIDIA B300 Blackwell Ultra

Next validation target. 288GB HBM3e · 8 TB/s · FP4-class path. Public claims wait for reproducible logs.

Hardware
NVIDIA GB200 NVL72

72-GPU NVLink rack. FP4 native. Koščák Gamma Theorem proves γ_min=1.0, KSS-LoRA satisfies this by design.

Models
Meta Llama 3.1-8B

Primary fine-tuning target. TruthfulQA benchmark. 12 baseline + 40 KSS runs across A100 and H200.

Models
Qwen 2.5-7B

Cross-model validation target. Confirms hardware-agnostic generalization of KSS-LoRA across model families.

Precision
NVIDIA FP8 Training

The precision format that exposes standard LoRA's gradient underflow. KSS-LoRA's breakthrough: 5.2% vs 68% quality loss.