+0.13 Vite 8.0 Is Out (vite.dev S:+0.15 )
548 points by kothariji 2 days ago | 200 comments on HN | Moderate positive Contested Low agreement (3 models) Editorial · v3.7 · 2026-03-15 23:03:23 0
Summary Digital Access & Knowledge Commons Advocates
This Vite 8.0 release announcement promotes an open-source developer toolchain with strong structural and editorial commitment to universal access, knowledge sharing, and collaborative participation. The content demonstrates clear advocacy for Articles 2, 19–23, 26–27 through multilingual support, free global accessibility, and transparent community governance. Privacy practices show minor concern through localStorage tracking without visible consent.
Rights Tensions 1 pair
Art 12 Art 19 Privacy rights in localStorage tracking conflict with freedom to access and share information; site collects user state data without visible consent while promoting open knowledge access.
Article Heatmap
Preamble: +0.14 — Preamble P Article 1: +0.19 — Freedom, Equality, Brotherhood 1 Article 2: +0.28 — Non-Discrimination 2 Article 3: ND — Life, Liberty, Security Article 3: No Data — Life, Liberty, Security 3 Article 4: ND — No Slavery Article 4: No Data — No Slavery 4 Article 5: ND — No Torture Article 5: No Data — No Torture 5 Article 6: ND — Legal Personhood Article 6: No Data — Legal Personhood 6 Article 7: ND — Equality Before Law Article 7: No Data — Equality Before Law 7 Article 8: ND — Right to Remedy Article 8: No Data — Right to Remedy 8 Article 9: ND — No Arbitrary Detention Article 9: No Data — No Arbitrary Detention 9 Article 10: ND — Fair Hearing Article 10: No Data — Fair Hearing 10 Article 11: ND — Presumption of Innocence Article 11: No Data — Presumption of Innocence 11 Article 12: -0.10 — Privacy 12 Article 13: +0.26 — Freedom of Movement 13 Article 14: ND — Asylum Article 14: No Data — Asylum 14 Article 15: ND — Nationality Article 15: No Data — Nationality 15 Article 16: ND — Marriage & Family Article 16: No Data — Marriage & Family 16 Article 17: ND — Property Article 17: No Data — Property 17 Article 18: ND — Freedom of Thought Article 18: No Data — Freedom of Thought 18 Article 19: +0.40 — Freedom of Expression 19 Article 20: +0.39 — Assembly & Association 20 Article 21: ND — Political Participation Article 21: No Data — Political Participation 21 Article 22: +0.21 — Social Security 22 Article 23: ND — Work & Equal Pay Article 23: No Data — Work & Equal Pay 23 Article 24: ND — Rest & Leisure Article 24: No Data — Rest & Leisure 24 Article 25: ND — Standard of Living Article 25: No Data — Standard of Living 25 Article 26: +0.64 — Education 26 Article 27: +0.53 — Cultural Participation 27 Article 28: +0.22 — Social & International Order 28 Article 29: ND — Duties to Community Article 29: No Data — Duties to Community 29 Article 30: ND — No Destruction of Rights Article 30: No Data — No Destruction of Rights 30
Negative Neutral Positive No Data
Aggregates
E
+0.13
S
+0.15
Weighted Mean +0.32 Unweighted Mean +0.29
Max +0.64 Article 26 Min -0.10 Article 12
Signal 11 No Data 20
Volatility 0.19 (Medium)
Negative 1 Channels E: 0.6 S: 0.4
SETL -0.05 Structural-dominant
FW Ratio 59% 43 facts · 30 inferences
Agreement Low 3 models · spread ±0.349
Evidence 30% coverage
4H 8M 3L 16 ND
Theme Radar
Foundation Security Legal Privacy & Movement Personal Expression Economic & Social Cultural Order & Duties Foundation: 0.20 (3 articles) Security: 0.00 (0 articles) Legal: 0.00 (0 articles) Privacy & Movement: 0.08 (2 articles) Personal: 0.00 (0 articles) Expression: 0.39 (2 articles) Economic & Social: 0.21 (1 articles) Cultural: 0.59 (2 articles) Order & Duties: 0.22 (1 articles)
HN Discussion 19 top-level · 31 replies
slopinthebag 2026-03-13 04:59 UTC link
> Currently, the Oxc transformer does not support lowering native decorators as we are waiting for the specification to progress

Does Oxc also support TS runtime features like constructor parameter properties and enums? I seem to recall in the beta that they had enabled --erasableSyntaxOnly, presumably because Rolldown / Oxc didn't support doing a full transform.

johnfn 2026-03-13 05:46 UTC link
Vite 8 is pretty incredible. We saw around an 8x improvement (4m -> 30s) in our prod build, and it was nearly a drop-in replacement. Congrats (and thank you!) to the Vite team!
brandensilva 2026-03-13 05:56 UTC link
Man the perf changes for this version are awesome. Thanks Vite.
soulchild77 2026-03-13 06:45 UTC link
Awesome! Too bad Next.js will never profit from these incredible community efforts, because Vercel suffers from NIH.
nebezb 2026-03-13 07:23 UTC link
> Built-in tsconfig paths support

A great QoL change. One less place to duplicate (and potentially mistake) a config.

karel-3d 2026-03-13 08:25 UTC link
Yesterday I stopped hating AI because it converted an old webpack project with impenetrable plugin settings to a single simple Vite config.

I still don't understand how people used to think scripts like this are the proper way to bundle an app.

https://github.com/facebook/create-react-app/blob/main/packa...

vite is great, is all I am saying

homebrewer 2026-03-13 08:29 UTC link
Very pleased to see such performance improvements in the era of Electron shit and general contempt for users' computers. One of the projects I'm working on has been going for many years (since before React hooks were introduced), and I remember building it back in the day with tooling that was considered standard at the time (vanilla react-scripts, assembled around Webpack). It look maybe two minutes on a decent developer desktop, and old slow CI servers were even worse. Now Vite 8 builds it in about a second on comparable hardware. Another demonstration of how much resources we're collectively wasting.
imfing 2026-03-13 08:36 UTC link
Awesome! been using Vite since its early days. really excited to see how it's improving the JavaScript and TypeScript tooling landscape and how it continues to evolve
gdorsi 2026-03-13 08:48 UTC link
Sweet, great job Vite team!

I wonder how much of the Rollup bundling magic has been ported to Rolldown.

One thing that always made this kind of switch to Rust has always been that Rollup has become so sophisticated that's hard to replace with something new.

shunia_huang 2026-03-13 09:02 UTC link
Ah, wondering how long it will take Angular to replace it's sh*t building tool chain to fully vite compatible, hope it could happen before I change may career path or retire.
moretti 2026-03-13 09:21 UTC link
Thanks to the Vite team for building a faster, modern bundling solution on a fully open source stack that isn't tied to a specific framework...cough cough, Turbopack
throwaway290 2026-03-13 09:51 UTC link
Outsider question: why use Rollup when Esbuild exist? Is esbuild not enough for production builds?
h4ch1 2026-03-13 10:04 UTC link
I've been using rolldown-vite for the past 3-4 months with absolutely no issues on a very large monorepo with SvelteKit, multiple TS services and custom packages.

Just upgraded to 8 with some version bumping. Dev server time reduced to 1.5s from 8s and build reduced to 35s from 2m30. Really really impressed.

raydenvm 2026-03-13 10:05 UTC link
Yeah, it makes you wonder how much computing power the industry has wasted over the years on tools that nobody questioned because "that's just how long builds take." We planned our work around it, joked about creating breaks, and built entire caching layers to work around it.

Kudos to the Vite maintainers!

Aldipower 2026-03-13 11:25 UTC link
As I am interested in long time maintainability (should still work in 10 years) with my projects I am just using esbuild directly. I am not interested in adjusting my projects, just because things changed under the hood in "wrappers" like Vite and I suddenly have a lot of work.
brillout 2026-03-13 12:15 UTC link
Vite+, Void Cloud, Void Framework... an epic battle between Vercel and Void is coming.

The PRC (aka server functions) demo [0] is particularly interesting — end-to-end type safety (from DB to UI) is a major milestone for JavaScript. We've been doing a lot of RPC design work in that space with Telefunc (tRPC alternative) [1] — it's a really hard topic, and we're looking forward to collaborating with the Void team. (Also looking forward to contributing as the creators of Vike [2].)

[0]: https://www.youtube.com/watch?v=BX0Xv73kXNk (around the end of the first talk) [1]: https://telefunc.com (see the last PR) [2]: https://vike.dev

chrisweekly 2026-03-13 13:43 UTC link
Awesome news. Amid all the (real and perceived) js ecosystem churn, vite has been consistently excellent for dx and production. The unified rolldown bundler is only going to increase vite's appeal and widen the gap as the fastest, most pragmatic and flexible foundation for ts/js projects. Huge fan, speaking from deep experience (webdev since 1998).
vite_throwaway 2026-03-13 13:58 UTC link
I have a small React project using vite 7 and have the following in my config so that vite interprets ".js" files as JSX:

    // See https://github.com/vitejs/vite/discussions/14652
    esbuild: {
      loader: "jsx",
      include: /.*\.jsx?$/,
      exclude: [],
    },
    optimizeDeps: {
      esbuildOptions: {
        loader: {
          ".js": "jsx",
        },
      },
    },
Note the comment at the top. I had no idea how to come up with this config by checking the documentation pages of vite and its various related tools. Luckily I found the GitHub issue and someone else had come up with the right incantation.

Now this new vite uses new tools, and their documentation is still lacking. I spent half an hour trying to figure out how vite (and related tools that I had to navigate and try to piece a coherent view of: esbuild, oxc, rolldown, etc.) might be convinced, but gave up and stayed with vite 7.

Someone could respond with a working solution and it would help, sure, but these tools sure as hell have documentation issues.

upsuper 2026-03-13 15:36 UTC link
I contributed this change in Vite 8:

> Wasm SSR support: .wasm?init imports now work in SSR environments, expanding Vite's WebAssembly feature to server-side rendering.

While the process was relatively slow, I really appreciate the extra effort that the team have put on even this minor feature add. They not only guided me towards more compatible and idiomatic approach, but also added docs and helped keeping the code up to date before merging.

ameliaquining 2026-03-13 06:13 UTC link
Yes, those work fine: https://playground.oxc.rs/?options=%7B%22run%22%3A%7B%22lint...

For that matter, TypeScript's version of decorators ("experimental decorators") also works: https://playground.oxc.rs/?options=%7B%22run%22%3A%7B%22lint...

What's not supported is the current draft proposal for standardized ECMAScript decorators; if you uncheck experimentalDecorators, the decorator syntax is simply passed through as-is, even when lowering to ES2015.

rvcdbn 2026-03-13 06:56 UTC link
maybe of interest: https://github.com/cloudflare/vinext

(haven't tried it myself)

CalRobert 2026-03-13 06:57 UTC link
Got back in to react after a few years’ hiatus and I struggle to even understand what the point of Next is. Bizarrely the official docs even reference Next. Are people using react for non-SPA’s? Why?
pjmlp 2026-03-13 07:02 UTC link
They have the enterprise partners that make Next.js the only officially supported SDK on their SaaS integrations.

See Sitecore Cloud, Sanity, Contentful,....

gherkinnn 2026-03-13 07:43 UTC link
It's the Vercel way to first run broken previews for several years.

Next started with Turbopack alpha as a Webpack alternative in Next 13 (October 2022) and finally marked Turbopack as stable and default in Next 16 (October 2025). They also ran sketchy benchmarks against Vite back in 2022 [0].

Next's caching has a terrible history [1], it is demonstrably slow [2] (HN discussion [3]), RSCs had glaring security holes [4], the app router continues to confuse and relied on preview tech for years, and hosting Next outside of Vercel requires a special adapter [5].

Choosing Next.js is a liability.

0 - https://github.com/yyx990803/vite-vs-next-turbo-hmr/discussi...

1 - https://nextjs.org/blog/our-journey-with-caching

2 - https://martijnhols.nl/blog/how-much-traffic-can-a-pre-rende...

3 - https://news.ycombinator.com/item?id=43277148

4 - https://nextjs.org/blog/CVE-2025-66478

5 - https://opennext.js.org/

Griffinsauce 2026-03-13 08:03 UTC link
4 minutes?! How large is that app?

Not meant as a gotcha but I'm surprised because people always tout it as being so much faster than Next. (4m with Turbo would have to be a crazy huge app IME)

FrostKiwi 2026-03-13 08:13 UTC link
Same here (10s to 1s). The main reason for this is rolldown [1]. Already had it installed months ago, before it got merged into vite proper. Really awesome stuff.

[1] https://rolldown.rs/

vbezhenar 2026-03-13 08:45 UTC link
It is especially weird because JavaScript was not supposed to be processed at all! This is all wrong if you ask me. Web development should strive to launch unchanged sources in the browser. TypeScript also was specifically designed so engine could strip types and execute result code. These build tools should not exist in the first place.
bengale 2026-03-13 08:49 UTC link
We saw 12m -> 2m on one of our biggest projects. Incredible really.
rk06 2026-03-13 10:26 UTC link
it is not. lack of plugin support is sufficient to block adoptions among other things.
jillesvangurp 2026-03-13 11:32 UTC link
Build performance has been a pet topic for me for quite some time when I realized I was wasting so much times waiting for stuff to build 14 years ago. The problem is especially endemic in the Java world. But also in the backend world in general. I've seen people do integration tests where 99% of the time is spend creating and recreating the same database over and over again (some shitty ruby project more than a decade ago). That took something like 10 minutes.

With Kotlin/Spring Boot, compilation is annoyingly slow. That's what you get with modern languages and rich syntax. Apparently the Rust compiler isn't a speed daemon either. But tests are something that's under your control. Unit tests should be done in seconds/milliseconds. Integration tests are where you can make huge gains if you are a bit smart.

Most integration tests are not thread safe and make assumptions about running against an empty database. Which if you think about it, is exactly how no user except your first user will ever use your system.

The fix for this is 1) allow no cleanup between tests 2) randomize data so there are no test collisions between tests and 3) use multiple threads/processes to run your tests to 1 database that is provisioned before the tests and deleted after all tests.

I have a fast mac book pro that runs our hundreds of spring integration tests (proper end to end API tests with redis, db, elasticsearch and no fakes/stubs) in under 40 seconds. It kind of doubles as a robustness and performance test. It's fast enough that I have codex just trigger that on principle after every change it makes.

There's a bit more to it of course (e.g. polling rather than sleeping for assertions, using timeouts on things that are eventually happening, etc.). But once you have set this up once, you'll never want to deal with sequentially running integration tests again. Having to run those over and over again just sucks the joy out of life.

And with agentic coding tools having fast feedback loops is more critical than ever.

Zopieux 2026-03-13 11:43 UTC link
I wonder what will be the parallel hindsight about waste, but for matrix multiplications, in a few years.
this_user 2026-03-13 11:46 UTC link
> Very pleased to see such performance improvements in the era of Electron shit and general contempt for users' computers.

Luckily, we have invented a completely new nightmare in the form of trying to graft machine-usable interfaces on top of AI models that were specifically designed to be used by humans.

itsTyrion 2026-03-13 12:44 UTC link
the vite Homepage lags on both an A55 and s23fe regardless, which bears at least some irony
emadda 2026-03-13 12:45 UTC link
esbuild has been very stable for my projects too.

I think it is the only tool in the JS ecosystem that has not broken after a few years.

christophilus 2026-03-13 13:04 UTC link
This is the way. Trivial to get live reloading working. HMR is overrated. I went with esbuild in my last project, and have no regrets. Also, used my own 100-line end-to-end typed RPC layer with Zod validation doing the heavy lifting. No codegen required for any part of the project other than generating types from Postgres. No regrets there, either. The only thing I would have changed in that project is I would have used Kysely instead of just raw porsager.
jjice 2026-03-13 13:37 UTC link
800 lines config to compile code that's later interpreted is wild. I get the general idea behind having a script instead of a static config, so you can do some runtime config (whether or not we should have runtime changes to config is a different conversation), but this is absurd.

I'm a big believer in fully reviewing all LLM generated code, but if I had to generate and review a webpack config like this, my eyes would gloss over...

silverwind 2026-03-13 13:50 UTC link
IIRC, esbuild is still lacking code splitting.
chearon 2026-03-13 13:53 UTC link
esbuild still doesn’t support top-level await. And live reloading is way, way slower than HMR.
c-hendricks 2026-03-13 13:57 UTC link
This is great news, but people should also try using regular nodejs import aliases and see if they're viable for their project.
semiquaver 2026-03-13 13:58 UTC link
The waste of slow JS bundles is nothing compared to the cost of bloated interpreted runtimes or inefficient abstractions. Most production software is multiple orders of magnitude slower than it needs to be. Just look at all the electron apps that use multiple GB of ram doing nothing and are laggier than similar software written 40 years ago despite having access to an incredibly luxurious amount of resources from any sane historical perspective.
spiros 2026-03-13 14:25 UTC link
The solution here is working for me: https://github.com/vitejs/vite/discussions/21505

Though sometimes oxc complains about JSX in JS when running vite, but it still works fine.

abrztam 2026-03-13 14:51 UTC link
also since typescript is being ported to go and rolldown is rust, they're stuck using IPC, so they miss out on native stuff like type awareness that a pure go toolchain would get for free
iainmerrick 2026-03-13 15:09 UTC link
Sorry if this comes across as overly facetious — I’m sure you have a reason for doing it that way! — but would it not be easier just to bow to convention and rename your .js files to .jsx?
ezfe 2026-03-13 15:29 UTC link
I'm curious why you use `.js` files instead of `.jsx`? In my experience, using `jsx` files makes everything work better
bovermyer 2026-03-13 16:37 UTC link
This is a fun insight, thank you for sharing that!

I like Vite as a tool, but knowing that the Vite folks actually care about helping others learn and contribute is awesome.

yurishimo 2026-03-13 16:58 UTC link
You say that, but isn't Vercel also a Void(0) investor in a roundabout way?

The big news regarding Void Cloud is that it all seems to be built on Cloudflare workers. The landing page is very light on info atm too. [0]

I am super excited that they are MIT open sourcing Vite+ however. In that realm, they are obviously targeting Bun as their main competition. Unfortunately for Bun, if they are forced to help Anthropic more than they can focus on OSS, they might lose their current (perceived?) advantage.

0: https://void.cloud/

KronisLV 2026-03-13 20:40 UTC link
> Yeah, it makes you wonder how much computing power the industry has wasted over the years on tools that nobody questioned because "that's just how long builds take."

I feel the same way about tools like ESLint and Prettier as well after discovering Oxc https://oxc.rs/

Klaster_1 2026-03-14 05:55 UTC link
They recently put out a new roadmap item to adapt the compiler to modern tools: https://angular.dev/roadmap#developer-velocity . Given the great track record of recent Angular road map deliverables, I think they'll come up with something at least faster than what we have now. Angular already runs on Vite, and the fact that Vite 8 exposes AST level plugin endpoints are good signs. Not waiting 1 minute for unit test suite or `ng serve` cold start would be very welcome indeed.
rk06 2026-03-14 07:48 UTC link
Vercel owns nuxt and sveltekit, so they do benefit. only nextjs suffers from not being on vite.
flohofwoe 2026-03-14 09:55 UTC link
No worries, projects will soon catch up by throwing more code at the build system.
Editorial Channel
What the content says
+0.35
Article 26 Education
High Advocacy Practice
Editorial
+0.35
SETL
-0.14

Vite announcement directly supports education and skill development by providing free, well-documented tooling for learning web development; editorial framing emphasizes universal access to development knowledge.

+0.35
Article 27 Cultural Participation
High Advocacy Practice
Editorial
+0.35
SETL
-0.11

Vite announcement and tooling support participation in cultural and scientific advancement; framed as enabling modern web development practices and technological progress.

+0.30
Article 19 Freedom of Expression
High Advocacy Practice
Editorial
+0.30
SETL
-0.13

Blog announcement publicly expresses and distributes information about software release; open-source model inherently supports free expression and information sharing.

+0.30
Article 20 Assembly & Association
High Advocacy Practice
Editorial
+0.30
SETL
-0.08

Vite community announcement reflects collective association and participation in shared development goals; implicit support for freedom of association.

+0.25
Article 13 Freedom of Movement
Medium Practice
Editorial
+0.25
SETL
-0.09

Announcement freely published and distributed globally without restriction; open-source documentation model supports freedom of movement of ideas.

+0.20
Article 1 Freedom, Equality, Brotherhood
Medium Practice
Editorial
+0.20
SETL
+0.06

Vite 8.0 announcement frames development tooling as enabling equal capability and dignity for developers globally through open access; implicit support for freedom and equality in technological access.

+0.20
Article 22 Social Security
Medium Practice
Editorial
+0.20
SETL
-0.07

Vite announcement supports social and economic rights through access to technological capability-building and development tools.

+0.20
Article 28 Social & International Order
Medium Practice
Editorial
+0.20
SETL
-0.11

Vite announcement supports social and international order enabling the rights referenced in the Declaration through technological infrastructure and knowledge sharing.

+0.15
Preamble Preamble
Medium Practice
Editorial
+0.15
SETL
+0.07

Announcement of Vite 8.0 and Vite+ emphasizes unified toolchain for web development, supporting global developer access and collaborative knowledge creation aligned with preamble commitment to universal human dignity through technological enablement.

+0.15
Article 2 Non-Discrimination
Medium Practice
Editorial
+0.15
SETL
-0.12

Announcement addresses developers globally without distinction; tool presented as universally accessible regardless of background.

+0.05
Article 12 Privacy
Medium Practice
Editorial
+0.05
SETL
+0.14

Announcement respects user choice implicitly; no coercive messaging or manipulation of personal information evident in editorial content.

ND
Article 3 Life, Liberty, Security

Content does not directly address life, liberty, or personal security.

ND
Article 4 No Slavery

Content does not address slavery or servitude.

ND
Article 5 No Torture

Content does not address torture or cruel treatment.

ND
Article 6 Legal Personhood

Content does not address recognition as a person before the law.

ND
Article 7 Equality Before Law

Content does not address equality before the law.

ND
Article 8 Right to Remedy

Content does not address legal remedies.

ND
Article 9 No Arbitrary Detention

Content does not address arrest or detention.

ND
Article 10 Fair Hearing

Content does not address fair trial rights.

ND
Article 11 Presumption of Innocence

Content does not address criminal accountability.

ND
Article 14 Asylum

Content does not address asylum or protection from persecution.

ND
Article 15 Nationality

Content does not address nationality.

ND
Article 16 Marriage & Family

Content does not address marriage or family rights.

ND
Article 17 Property

Content does not address property rights.

ND
Article 18 Freedom of Thought

Content does not address freedom of thought or conscience.

ND
Article 21 Political Participation

Content does not address political participation or voting.

ND
Article 23 Work & Equal Pay

Content does not directly address work, employment, or labor rights.

ND
Article 24 Rest & Leisure

Content does not address rest or leisure.

ND
Article 25 Standard of Living

Content does not address healthcare, food, or housing rights.

ND
Article 29 Duties to Community

Content does not address duties or community obligations.

ND
Article 30 No Destruction of Rights

Content does not address limitations on rights interpretation.

Structural Channel
What the site does
Element Modifier Affects Note
Legal & Terms
Privacy -0.05
Article 12
Page uses localStorage for banner and theme preferences without explicit user consent visible in provided content. No privacy policy link present in snippet.
Terms of Service
No TOS visible in provided content.
Identity & Mission
Mission +0.05
Article 26 Article 27
Vite is an open-source developer tool project, implicitly supporting knowledge sharing and technological access for developers globally.
Editorial Code
No editorial code visible in provided content.
Ownership +0.08
Article 19 Article 20
Vite is community-driven open-source software, supporting collaborative governance and collective participation in development.
Access & Distribution
Access Model +0.12
Article 26 Article 27
Open-source, freely accessible development tool supports universal access to knowledge and technological capability-building.
Ad/Tracking -0.03
Article 12
No explicit tracking mechanisms visible, but banner system suggests some form of user state tracking via localStorage.
Accessibility +0.10
Article 2 Article 26
Site offers multiple language options (English, Chinese, Japanese, Spanish, Portuguese, Korean, German, Farsi) and appearance toggle (dark mode), suggesting accessibility awareness.
+0.40
Article 26 Education
High Advocacy Practice
Structural
+0.40
Context Modifier
+0.27
SETL
-0.14

Open-source documentation model, multilingual interface, and free access structure enable global educational access; site accessibility features (dark mode, language options) support inclusive learning.

+0.38
Article 27 Cultural Participation
High Advocacy Practice
Structural
+0.38
Context Modifier
+0.17
SETL
-0.11

Open-source model enables global participation in scientific and technical development; community contributions create shared cultural knowledge; open licensing supports reproduction and sharing of innovations.

+0.35
Article 19 Freedom of Expression
High Advocacy Practice
Structural
+0.35
Context Modifier
+0.08
SETL
-0.13

Open-source governance model allows community-driven expression; public documentation repository enables collective voice; multilingual publication amplifies global information access.

+0.32
Article 20 Assembly & Association
High Advocacy Practice
Structural
+0.32
Context Modifier
+0.08
SETL
-0.08

Open-source governance model structurally enables community participation and association; community-driven development reflects collective decision-making.

+0.28
Article 13 Freedom of Movement
Medium Practice
Structural
+0.28
Context Modifier
0.00
SETL
-0.09

Site accessible globally without geographic restriction; multiple language versions enable information movement across linguistic boundaries.

+0.25
Article 28 Social & International Order
Medium Practice
Structural
+0.25
Context Modifier
0.00
SETL
-0.11

Open-source, internationally accessible platform creates social order enabling global participation; community governance reflects collective responsibility.

+0.22
Article 2 Non-Discrimination
Medium Practice
Structural
+0.22
Context Modifier
+0.10
SETL
-0.12

Multiple language options and accessibility features (dark mode, theme detection) actively remove barriers to participation based on language, ability, or technical preference.

+0.22
Article 22 Social Security
Medium Practice
Structural
+0.22
Context Modifier
0.00
SETL
-0.07

Open-source, free access model removes economic barriers to participating in digital economy and technological development.

+0.18
Article 1 Freedom, Equality, Brotherhood
Medium Practice
Structural
+0.18
Context Modifier
0.00
SETL
+0.06

Open-source model and global language support structure equal treatment and non-discrimination in access to tools.

+0.12
Preamble Preamble
Medium Practice
Structural
+0.12
Context Modifier
0.00
SETL
+0.07

Site provides multilingual interface (8 languages) and accessibility features (dark mode, theme toggle), demonstrating structural commitment to inclusive access.

-0.12
Article 12 Privacy
Medium Practice
Structural
-0.12
Context Modifier
-0.08
SETL
+0.14

Site uses localStorage to track banner dismissal and theme preference without explicit consent mechanism visible on page. DCP notes localStorage usage for preferences without visible consent, creating minor privacy signal tension.

ND
Article 3 Life, Liberty, Security

No structural elements directly relevant to security or liberty safeguards.

ND
Article 4 No Slavery

No relevant structural signals.

ND
Article 5 No Torture

No relevant structural signals.

ND
Article 6 Legal Personhood

No relevant structural signals.

ND
Article 7 Equality Before Law

Content does not address equality before the law.

ND
Article 8 Right to Remedy

No relevant structural signals.

ND
Article 9 No Arbitrary Detention

No relevant structural signals.

ND
Article 10 Fair Hearing

No relevant structural signals.

ND
Article 11 Presumption of Innocence

No relevant structural signals.

ND
Article 14 Asylum

No relevant structural signals.

ND
Article 15 Nationality

No relevant structural signals.

ND
Article 16 Marriage & Family

No relevant structural signals.

ND
Article 17 Property

No relevant structural signals.

ND
Article 18 Freedom of Thought

No relevant structural signals.

ND
Article 21 Political Participation

No relevant structural signals to governance participation beyond open-source project community (which is addressed in Articles 19-20).

ND
Article 23 Work & Equal Pay

While Vite enables work, announcement does not address labor conditions, fair wages, or employment protections.

ND
Article 24 Rest & Leisure

No relevant structural signals.

ND
Article 25 Standard of Living

No relevant structural signals.

ND
Article 29 Duties to Community

While open-source model reflects collaborative values, page does not explicitly address Article 29 duties framework.

ND
Article 30 No Destruction of Rights

No relevant structural signals.

Supplementary Signals
How this content communicates, beyond directional lean. Learn more
Epistemic Quality
How well-sourced and evidence-based is this content?
0.68 low claims
Sources
0.7
Evidence
0.7
Uncertainty
0.6
Purpose
0.8
Propaganda Flags
No manipulative rhetoric detected
0 techniques detected
Emotional Tone
Emotional character: positive/negative, intensity, authority
celebratory
Valence
+0.7
Arousal
0.5
Dominance
0.3
Transparency
Does the content identify its author and disclose interests?
0.25
✗ Author
More signals: context, framing & audience
Solution Orientation
Does this content offer solutions or only describe problems?
0.71 solution oriented
Reader Agency
0.7
Stakeholder Voice
Whose perspectives are represented in this content?
0.58 3 perspectives
Speaks: corporationcommunityindividuals
About: workersmarginalized
Temporal Framing
Is this content looking backward, at the present, or forward?
present immediate
Geographic Scope
What geographic area does this content cover?
global
North America, Europe, Asia, Middle East
Complexity
How accessible is this content to a general audience?
moderate medium jargon domain specific
Longitudinal 1079 HN snapshots · 142 evals
+1 0 −1 HN
Audit Trail 162 entries
2026-03-16 01:04 eval_success PSQ evaluated: g-PSQ=-0.040 (3 dims) - -
2026-03-16 01:04 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-16 00:48 model_divergence Cross-model spread 0.70 exceeds threshold (2 models) - -
2026-03-16 00:48 eval_success Lite evaluated: Moderate negative (-0.38) - -
2026-03-16 00:48 eval Evaluated by llama-4-scout-wai: -0.38 (Moderate negative) +0.02
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-16 00:48 rater_validation_warn Lite validation warnings for model llama-4-scout-wai: 1W 0R - -
2026-03-15 23:05 eval_success Evaluated: Moderate positive (0.32) - -
2026-03-15 23:05 model_divergence Cross-model spread 0.71 exceeds threshold (2 models) - -
2026-03-15 23:05 eval Evaluated by claude-haiku-4-5-20251001: +0.32 (Moderate positive) 11,516 tokens +0.10
2026-03-15 23:03 eval_success Evaluated: Mild positive (0.21) - -
2026-03-15 23:03 model_divergence Cross-model spread 0.61 exceeds threshold (2 models) - -
2026-03-15 23:03 eval Evaluated by claude-haiku-4-5-20251001: +0.21 (Mild positive) 11,622 tokens
2026-03-15 22:37 eval_success PSQ evaluated: g-PSQ=-0.040 (3 dims) - -
2026-03-15 22:37 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 22:01 eval_success Lite evaluated: Moderate negative (-0.40) - -
2026-03-15 22:01 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 22:01 rater_validation_warn Lite validation warnings for model llama-4-scout-wai: 1W 0R - -
2026-03-15 18:46 eval_success Lite evaluated: Moderate negative (-0.40) - -
2026-03-15 18:46 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 18:46 rater_validation_warn Lite validation warnings for model llama-4-scout-wai: 1W 0R - -
2026-03-15 17:52 eval_success PSQ evaluated: g-PSQ=-0.040 (3 dims) - -
2026-03-15 17:52 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 17:36 eval_success Lite evaluated: Moderate negative (-0.40) - -
2026-03-15 17:36 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 17:36 rater_validation_warn Lite validation warnings for model llama-4-scout-wai: 1W 0R - -
2026-03-15 16:38 eval_success PSQ evaluated: g-PSQ=-0.040 (3 dims) - -
2026-03-15 16:38 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 16:22 eval_success Lite evaluated: Moderate negative (-0.40) - -
2026-03-15 16:22 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 16:22 rater_validation_warn Lite validation warnings for model llama-4-scout-wai: 1W 0R - -
2026-03-15 09:27 eval_success Lite evaluated: Moderate negative (-0.40) - -
2026-03-15 09:27 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) -0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 09:06 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 08:47 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 08:25 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 08:05 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 07:39 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 07:22 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 06:56 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 06:45 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 06:19 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 06:09 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 05:41 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 05:32 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 05:05 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 04:57 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 04:26 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 04:22 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-15 03:49 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-15 03:47 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 23:30 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 22:56 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 22:48 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 21:53 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 21:46 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 20:37 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 20:28 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 19:40 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 19:32 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 18:33 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 18:31 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 16:55 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 16:54 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) -0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 15:47 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 15:47 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 15:03 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 15:02 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 14:27 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 14:25 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 13:51 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 13:46 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 13:15 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 13:10 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 12:40 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) -0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 12:32 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 12:04 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 11:57 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 11:27 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 11:22 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 10:52 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 10:47 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 10:15 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 10:09 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 09:37 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 09:28 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 08:56 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 08:46 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 08:14 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 08:05 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 07:34 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 07:23 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 06:54 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) -0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 06:40 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 06:15 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 05:58 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 05:34 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 05:18 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 04:56 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 04:36 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 04:16 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 04:00 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 03:41 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 03:21 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 02:59 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 02:44 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 02:19 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 02:04 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 01:42 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 01:23 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 01:06 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) -0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 00:47 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-14 00:40 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) +0.40
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-14 00:18 eval Evaluated by llama-3.3-70b-wai-psq: +0.28 (Mild positive)
2026-03-14 00:14 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral)
reasoning
Technical blog post, no rights discussion
2026-03-13 23:59 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 23:45 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 23:08 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 22:39 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 21:48 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 21:30 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 20:47 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 20:06 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 19:20 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 18:45 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 18:08 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 17:31 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 16:47 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 16:03 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 15:41 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 15:29 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 15:01 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 14:48 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 14:15 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 14:06 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 13:37 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 13:30 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 13:02 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 12:55 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 12:25 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 12:20 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 11:50 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 11:45 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 11:13 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 11:08 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 10:35 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 10:30 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 09:56 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 09:52 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 09:16 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 09:13 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 08:37 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 08:35 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 07:59 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 07:57 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 07:16 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 07:16 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 06:38 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 06:38 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 06:02 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral) 0.00
2026-03-13 06:02 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative) 0.00
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion
2026-03-13 05:26 eval Evaluated by llama-4-scout-wai-psq: -0.04 (Neutral)
2026-03-13 05:26 eval Evaluated by llama-4-scout-wai: -0.40 (Moderate negative)
reasoning
Technical blog post announcing Vite 8.0, no human rights discussion