← Back to home
Comparison · Analytics

Holistics vs tglkmeans

A side-by-side editorial comparison of Holistics and tglkmeans — release velocity, themes, recent moves, and the top alternatives to consider.

Holistics vs tglkmeans: at a glance

FeatureHolisticstglkmeans
SectorAnalyticsAnalytics
Velocity score5.00.0
Sparks · 30d00
Top themesbusiness-intelligence, ai-governance, analytics-as-code, access-controlr-package, clustering, missing-data, correctness
Last editorial update1d ago1d ago
WebsiteVisit →Visit →

What is Holistics?

Holistics is adding governance to the AI layer it spent the summer building.

Holistics ships small, frequent notes - often one or two sentences - covering three strands at once: AI features in Explore and Chat, as-code control over presentation through AML, and workspace hygiene like file history and dark mode. The August entries turn to the AI layer's edges rather than its capabilities, with an AI user attribute for restricting what the assistant can reach. Several entries are barely a line long, so scope frequently has to be read from the headline.

Read the full Holistics trajectory →

What is tglkmeans?

A k-means implementation that just told users their Spearman clustering on missing data was wrong

tglkmeans is a multi-core k-means implementation with seeding, aimed at single-cell and other large matrix workloads. Version 0.4.0 flipped the id_column default and moved to R's random number generator, 0.5.x added count-matrix downsampling and fixed id handling, and 0.6.3 in May 2026 is a correctness release: Spearman distance was ranking missing values as the largest value instead of dropping them, and predict_tgl_kmeans() with Euclidean distance did not reproduce the training metric when a cluster center had a missing dimension.

Read the full tglkmeans trajectory →

Holistics vs tglkmeans: editorial side-by-side

Holistics logo
Holistics
ANALYTICS
5.0

Holistics is adding governance to the AI layer it spent the summer building.

◆ Current state

Holistics ships small, frequent notes - often one or two sentences - covering three strands at once: AI features in Explore and Chat, as-code control over presentation through AML, and workspace hygiene like file history and dark mode. The August entries turn to the AI layer's edges rather than its capabilities, with an AI user attribute for restricting what the assistant can reach. Several entries are barely a line long, so scope frequently has to be read from the headline.

◆ Where it's heading

The AI work has moved through a recognizable sequence: capability first with chart suggestions, then observability with AI Chat Insights for admins, and now access control with an AI-specific user attribute. Alongside it, Holistics keeps pulling presentation into AML - custom charts, theme palettes, currency formats - so the things analysts used to click are versioned as code. File history is the join between the two threads, giving every dashboard, model, and dataset its own restorable timeline.

◆ Prediction

With capability, visibility, and access control now in place for the AI layer, the next step is likely audit or policy depth - logging what the assistant answered against which data - rather than new AI surfaces.

T
tglkmeans
ANALYTICS
0.0

A k-means implementation that just told users their Spearman clustering on missing data was wrong

◆ Current state

tglkmeans is a multi-core k-means implementation with seeding, aimed at single-cell and other large matrix workloads. Version 0.4.0 flipped the id_column default and moved to R's random number generator, 0.5.x added count-matrix downsampling and fixed id handling, and 0.6.3 in May 2026 is a correctness release: Spearman distance was ranking missing values as the largest value instead of dropping them, and predict_tgl_kmeans() with Euclidean distance did not reproduce the training metric when a cluster center had a missing dimension.

◆ Where it's heading

The package handles missing data across three distance metrics, and 0.6.3 shows those paths had drifted apart — Spearman behaved unlike Euclidean and Pearson, and prediction behaved unlike training. Both fixes change results on affected data, and the release notes are careful to bound exactly where: Spearman on data with NAs changes, complete data does not. Performance work runs alongside, with the dense per-thread vote matrix removed from the reassignment step.

◆ Prediction

With the metric paths now aligned on missing-value handling, further work is more likely to target the parallel reassignment internals than the distance semantics.

Alternatives to Holistics and tglkmeans

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either Holistics or tglkmeans.

See all Holistics alternatives → · See all tglkmeans alternatives →

Recent activity from Holistics and tglkmeans

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 2d agoHolisticsAI user attribute restricts AI access to sensitive data
  2. 16d agoHolisticsCustom currency and unit formats, per field
  3. 19d agoHolisticsFile history: per-file version timeline and restore
  4. 22d agoHolisticsCustom charts become AML code with GUI authoring
  5. 23d agoHolisticsColor palettes can be assigned at the theme level
  6. 27d agoHolisticsDate-range presets and typed shorthands
  7. 2mo agotglkmeansSpearman metric no longer ranks missing values as the largest
  8. 2y agotglkmeansFixes corrupted cluster ids and dropped dimnames
  9. 2y agotglkmeansAdds downsample_matrix() for count matrices
  10. 2y agotglkmeansBreaking: id_column defaults to FALSE, switches to R's RNG

Frequently asked questions

What is the difference between Holistics and tglkmeans?

They serve adjacent needs but don't currently overlap on shipped themes. Holistics is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is Holistics better than tglkmeans?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Holistics is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to Holistics?

Top Holistics alternatives in Analytics are ranked by recent ship velocity. Browse the "Holistics alternatives" section above for the current picks, or visit /alternatives/holistics for the full list with editorial commentary on each.

What are the best alternatives to tglkmeans?

Top tglkmeans alternatives in Analytics are ranked by recent ship velocity. Browse the "tglkmeans alternatives" section above for the current picks, or visit /alternatives/tglkmeans for the full list with editorial commentary on each.