Training Example: Sublime Text – Review the Data, Give Your Score & Compare to the Real AI Evaluation

Industry Context — Common BS Fingerprints in Software, SaaS & Tech Products
Generic Claims: the all-in-one platform, trusted by thousands of companies, increase productivity by X percent, save hours every week…
Red Flags: AI claims without explaining what the AI does, customer logos without case study or testimonial evidence, no live product access or demo, SOC 2 claims without audit period or report availability…
Semantic Drift Patterns: homepage claims AI-powered but product is rules-based, claims enterprise-grade but pricing page shows startup tiers only, homepage shows Fortune 500 logos but case studies are small businesses, claims all-in-one but integration page shows critical missing pieces…
Proof Expectations: live product demo or free trial access, specific feature documentation with screenshots, verified customer logos with published case studies, third-party review scores on G2, Capterra, or TrustRadius…

Sublime Text

(https://sublimetext.com) 📸 Data Snapshot: June 19, 2026

Analyze the raw signals below. How would a machine score this business’s credibility?

Here are the exact signals captured from up to six pages of the site — the same raw inputs the evaluation engine analyzed. They are grouped by signal type so you can weigh each the way the machine does.

🏗️ Semantic Structure — heading hierarchy & page identity (Info Density · Commodity Fingerprint)
HOMEPAGE Sublime Text – Text Editing, Done Right (https://sublimetext.com)
Title

Sublime Text – Text Editing, Done Right

Meta

Sublime Text is a sophisticated text editor for code, markup and prose. You

H1 Text Editing, Done Right
H2 What’s New
H2 Meet the Sublime Family
H3 GPU Rendering
H3 Apple Silicon and Linux ARM64
H3 Tab Multi-Select
H3 Context-Aware Auto Complete
H3 Refreshed UI
H3 TypeScript, JSX and TSX Support
H3 Superpowered Syntax Definitions
H3 Updated Python API
H3 Sublime Text
H3 Sublime Merge
NAV_HEADER_HEADING_REPEATED_BODY Not Found – Sublime Text (https://sublimetext.com/download/)
Title

Not Found – Sublime Text

H1 Not Found
HEADER_HEADING_REPEATED Not Found – Sublime Text (https://sublimetext.com/download_thanks/)
Title

Not Found – Sublime Text

H1 Not Found
HEADER_HEADING Linux Package Manager Repositories (https://sublimetext.com/docs/linux_repositories.html)
Title

Linux Package Manager Repositories

H1 Documentation TOC TOP Linux Package Manager Repositories Version:
H2 apt?
H2 pacman?
H2 yum?
H2 dnf?
H2 zypper?
📝 The Narrative — clean text per page (Info Density · Semantic Coherence)
HOMEPAGE (https://sublimetext.com) Sublime Text – Text Editing, Done Right
Effortlessly Split Panes and Navigate Between Code
With the new Tab Multi-Select functionality, tabs become first-class citizens in the interface. A simple modifier when performing actions will split the interface to show multiple tabs at once. Works with the side bar, tab bar, Goto Anything and more!
Side-by-Side Mode for Definitions
The Definitions popup now supports side-by-side mode via the icon, or holding Ctrl⌘ while clicking a link. Goto Definition, Goto Reference and Goto Symbol in Project also support side-by-side viewing. Explore the full definition, not just a summary in a small popup.
View Definitions in Auto Complete
When an auto-complete word is a symbol with a definition, click the Definition link, or pressing F12 will open the definition to the right. When focus returns to the original file, the auto complete window will return to its last state.
Use Multiple Selections to rename variables quickly
Here Ctrl+D⌘+D is used to select the next occurrence of the current word. Ctrl+K, Ctrl+D⌘+K, ⌘+D will skip an occurence.
Once created, each selection allows for full-featured editing.

[H2] What’s New
Sublime Text 4 is packed with new features and enhancements, including:

[H3] GPU Rendering

Sublime Text can now utilize your GPU on Linux, Mac and Windows
when rendering the interface. This results in a fluid UI all
the way up to 8K resolutions, all while using less power than
before.

[H3] Apple Silicon and Linux ARM64

Sublime Text for Mac now includes native support for Apple
Silicon processors. Linux ARM64 builds are also available for
devices like the Raspberry Pi.

[H3] Tab Multi-Select

File tabs have been enhanced to make split views effortless,
with support throughout the interface and built-in commands.
The side bar, tab bar, Goto Anything, Goto Definition, auto
complete and more have all been tweaked to make code
navigation easier and more intuitive than ever.

[H3] Context-Aware Auto Complete

The auto complete engine has been rewritten to provide smart
completions based on existing code in a project. Suggestions
are also augmented with info about their kind, and provide
links to definitions.

[H3] Refreshed UI

The Default and Adaptive themes have been refreshed with new
tab styles and inactive pane dimming. Themes and Color Schemes
support auto dark-mode switching. The Adaptive theme on
Windows and Linux now features custom title bars.

[H3] TypeScript, JSX and TSX Support

Support for one of the most popular new programming languages
is now shipped by default. Utilize all of the smart
syntax-based features of Sublime Text within the modern
JavaScript ecosystem.

[H3] Superpowered Syntax Definitions

The syntax highlighting engine has been significantly improved,
with new features like handling non-deterministic grammars,
multi-line constructs, lazy embeds and syntax inheritance.
Memory usage has been reduced, and load times are faster than
ever.

[H3] Updated Python API

The Sublime Text API has been updated to Python 3.8, while
keeping backwards compatibility with packages built for
Sublime Text 3. The API has been significantly expanded,
adding features that allow plugins like LSP to work better
than ever. To learn more, read the revamped documentation.

[H2] Meet the Sublime Family

[IMG: Sublime Text Icon]

[H3] Sublime Text

The sophisticated text editor for code, markup and prose

Download
Download
Download

[IMG: Sublime Merge Icon]

[H3] Sublime Merge

A cross-platform Git client, done the Sublime Text way

Find out more

Download
Download
Download
3670 chars
SUB-PAGE · THIN (https://sublimetext.com/download/) Not Found – Sublime Text
[H1] Not Found

Popular pages:

Home

Download

Documentation

Forum
78 chars
SUB-PAGE · THIN (https://sublimetext.com/download_thanks/) Not Found – Sublime Text
[H1] Not Found

Popular pages:

Home

Download

Documentation

Forum
78 chars
SUB-PAGE (https://sublimetext.com/docs/linux_repositories.html) Linux Package Manager Repositories
[H1]

Linux Package Manager Repositories
Version:
Sublime Text includes an auto-upgrade mechanism on Windows and Mac to make
upgrades a snap. Instead of going against the grain of the Linux ecosystem,
packages and package repositories are provided for most of the major
distributions.
Builds listed in the dev channel are only available to licensed users. Users
who are evaluating Sublime Text before purchase will need to use the stable
channel.
apt — Ubuntu, Debian
pacman — Arch
yum — CentOS
dnf — Fedora
zypper — openSUSE
[H2] apt?
The apt repository contains packages for both x86-64 and arm64.
Install the GPG key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo tee /etc/apt/keyrings/sublimehq-pub.asc > /dev/null
Select the channel to use:
Stable
echo -e 'Types: deb\nURIs: https://download.sublimetext.com/\nSuites: apt/stable/\nSigned-By: /etc/apt/keyrings/sublimehq-pub.asc' | sudo tee /etc/apt/sources.list.d/sublime-text.sources
Dev
echo -e 'Types: deb\nURIs: https://download.sublimetext.com/\nSuites: apt/dev/\nSigned-By: /etc/apt/keyrings/sublimehq-pub.asc' | sudo tee /etc/apt/sources.list.d/sublime-text.sources
Update apt sources and install Sublime Text:
sudo apt-get update
sudo apt-get install sublime-text
[H2] pacman?
Install the GPG key:
curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg
Select the channel to use:
Stable x86_64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf
Dev x86_64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/x86_64" | sudo tee -a /etc/pacman.conf
Stable aarch64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/aarch64" | sudo tee -a /etc/pacman.conf
Dev aarch64
echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/dev/aarch64" | sudo tee -a /etc/pacman.conf
Update pacman and install Sublime Text:
sudo pacman -Syu sublime-text
[H2] yum?
Install the GPG key:
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
Select the channel to use:
Stable
sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Dev
sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Update yum and install Sublime Text:
sudo yum install sublime-text
Note there are no RPM packages for ARM currently.
[H2] dnf?
Install the GPG key:
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
Select the channel to use:
Stable
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Stable for Fedora 41/dnf5 or newer
sudo dnf config-manager addrepo --from-repofile=https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Dev
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Dev for Fedora 41/dnf5 or newer
sudo dnf config-manager addrepo --from-repofile=https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Update dnf and install Sublime Text:
sudo dnf install sublime-text
Note there are no RPM packages for ARM currently.
[H2] zypper?
Install the GPG key:
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
Select the channel to use:
Stable
sudo zypper addrepo -g -f https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Dev
sudo zypper addrepo -g -f https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Update zypper and install Sublime Text:
sudo zypper install sublime-text
Note there are no RPM packages for ARM currently.
3796 chars
🛡️ Trust Signals — reviews, proof links, trust-theatre flag (Trust & Proof)
0Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 0 0
/download/ 0 0
/download_thanks/ 0 0
/docs/linux_repositories.html 0 0
🔗 Identity & Technical Layer — schema JSON-LD: identity chains, entity gaps (Identity & Authority)
Homepage — no schema detected (entity gap)
/download/ — no schema detected (entity gap)
/download_thanks/ — no schema detected (entity gap)
/docs/linux_repositories.html — no schema detected (entity gap)

Your Diagnosis

Before revealing the machine’s verdict, predict the BS score for each signal. Higher = more BS (more fluff, less verifiable substance). Drag each slider, then submit to compare your judgment against the engine.

Information Density 0 / 30
Read the Narrative & headings: do hard facts (prices, dates, numbers) outweigh fluff power-words?
Semantic Coherence 0 / 20
Compare the homepage promise against the sub-page reality. Do they hold the same line?
Trust & Proof 0 / 20
Weigh review mentions against actual external proof links. Claims without verification = theatre.
Commodity Fingerprint 0 / 15
Check headings & narrative against the industry clichés in the setup above.
Identity & Authority 0 / 15
Inspect the schema: is there real Organization/Person identity with sameAs links, or gaps?
Your predicted BS score 0 / 100
💡 Stuck? Reveal the heuristic lens — how the deterministic page-auditor reads each signal (no AI, pure pattern rules)

These are the structural rules a local, deterministic auditor applies — the same lens you can use to judge each signal. They describe what to look for, not this company’s result.

Information Density

Classify each sentence as substantive or hollow. Grounding markers — numbers, currencies, dates, technical units, named entities — outweigh marketing adjectives. When fluff sits right next to hard evidence, the fluff is forgiven.

Semantic Alignment

Pull the main entities out of the H1, then check whether they actually recur through the body. A page that announces one thing and then talks about another drifts. Headings with no real sentences underneath read as pseudo-substance.

Trust & Proof

Count trust words (review, testimonial, rating, verified) against real outbound proof links (Google, Trustpilot, Clutch, G2, Yelp). Lots of trust language with zero verification links is trust theatre. Unlinked logo galleries count against it.

Commodity Fingerprint

Look at how much sentence length varies. Natural writing varies its rhythm; templated or mass-produced copy is statistically uniform. Very low variation reads as commodity content — unless unique named entities break the pattern.

Identity & Authority

Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.

Want to apply this lens yourself? The free BS Indicator Chrome extension runs these heuristic checks live on any page. Bear in mind it is a single-page, deterministic tool — it relies only on pattern rules for the page in front of it and does not perform the cross-page semantic correlation this audit uses, so its readout is a starting lens, not the full verdict.

B
BS Level
Software, SaaS & Tech Products
32.6 Avg BS

Based on 1089 businesses audited.

BS Detector

Software, SaaS & Tech Products BS: Sublime Text (sublimetext.com)

https://sublimetext.com 📍 Industry: Software, SaaS & Tech Products
16 BS / 100

This is a rare example of a ‘What You See Is What You Get’ technical site. It bypasses the modern SaaS trend of bloated marketing jargon in favor of spec-sheet transparency and functional documentation.

Info Density Power-words vs. Substance ratio.
4
13% BS
Semantic Coherence Homepage promise vs. Sub-page reality.
0
0% BS
Trust & Proof Verifiable evidence vs. Trust Theatre.
3
15% BS
Commodity Fingerprint Detection of industry clichés/templates.
3
20% BS
Identity & Authority Expert verifiability & Schema depth.
6
40% BS

Implement SoftwareApplication and Organization schema_json to formalize digital identity. Add a ‘Built by’ section or link to the parent company (Sublime HQ) to close the authority gap. Include a ‘Used by’ section with verifiable logos or case studies to provide social proof that matches the high technical proof. Resolve the 404 ‘Not Found’ status on the download/thanks pages which currently creates a substance-void in the user journey.

The content perfectly aligns with the Software and Tech industry, specifically developer tools. The presence of Linux repository commands, GPG keys, and syntax-specific terminology confirms a high-fidelity match for a technical product.

“The score of 16 is driven by the total absence of industry jargon and semantic drift. Points were only lost for the lack of structured data (Identity) and the absence of external social proof/case studies (Trust and Proof), which is a stylistic choice that nevertheless leaves claims unverified by third parties.”

Verified Analysis Date: June 19, 2026 © 1EuroSEO Independent Evaluator — Non-Sponsored Result