+0.04 Obsidian Sync now has a headless client (help.obsidian.md S:+0.03 )
480 points by adilmoujahid 18 hours ago | 165 comments on HN | Neutral Policy · v3.7 · 2026-03-01 07:01:17 0
Summary Privacy & Expression Acknowledges
This page is technical documentation for Obsidian Headless Sync, a command-line tool for syncing personal knowledge vaults. The content engages with human rights themes primarily by advocating for privacy through end-to-end encryption and by documenting a tool that facilitates control over personal information. The evaluation shows mild positive signals for privacy, expression, and cultural participation, framed within a purely technical context.
Article Heatmap
Preamble: 0.00 — Preamble P Article 1: 0.00 — Freedom, Equality, Brotherhood 1 Article 2: 0.00 — Non-Discrimination 2 Article 3: 0.00 — Life, Liberty, Security 3 Article 4: 0.00 — No Slavery 4 Article 5: 0.00 — No Torture 5 Article 6: 0.00 — Legal Personhood 6 Article 7: 0.00 — Equality Before Law 7 Article 8: 0.00 — Right to Remedy 8 Article 9: 0.00 — No Arbitrary Detention 9 Article 10: 0.00 — Fair Hearing 10 Article 11: 0.00 — Presumption of Innocence 11 Article 12: +0.46 — Privacy 12 Article 13: 0.00 — Freedom of Movement 13 Article 14: 0.00 — Asylum 14 Article 15: 0.00 — Nationality 15 Article 16: 0.00 — Marriage & Family 16 Article 17: 0.00 — Property 17 Article 18: 0.00 — Freedom of Thought 18 Article 19: +0.43 — Freedom of Expression 19 Article 20: 0.00 — Assembly & Association 20 Article 21: 0.00 — Political Participation 21 Article 22: 0.00 — Social Security 22 Article 23: 0.00 — Work & Equal Pay 23 Article 24: 0.00 — Rest & Leisure 24 Article 25: 0.00 — Standard of Living 25 Article 26: 0.00 — Education 26 Article 27: +0.33 — Cultural Participation 27 Article 28: 0.00 — Social & International Order 28 Article 29: 0.00 — Duties to Community 29 Article 30: 0.00 — No Destruction of Rights 30
Negative Neutral Positive No Data
Aggregates
Editorial Mean +0.04 Structural Mean +0.03
Weighted Mean +0.06 Unweighted Mean +0.04
Max +0.46 Article 12 Min 0.00 Preamble
Signal 31 No Data 0
Volatility 0.12 (Medium)
Negative 0 Channels E: 0.6 S: 0.4
SETL +0.24 Editorial-dominant
FW Ratio 50% 8 facts · 8 inferences
Evidence 60% coverage
3M
Theme Radar
Foundation Security Legal Privacy & Movement Personal Expression Economic & Social Cultural Order & Duties Foundation: 0.00 (3 articles) Security: 0.00 (3 articles) Legal: 0.00 (6 articles) Privacy & Movement: 0.12 (4 articles) Personal: 0.00 (3 articles) Expression: 0.14 (3 articles) Economic & Social: 0.00 (4 articles) Cultural: 0.17 (2 articles) Order & Duties: 0.00 (3 articles)
HN Discussion 20 top-level · 27 replies
theptip 2026-02-28 16:41 UTC link
Why would you use this over plain git in a CI pipeline? Presumably you need your knowledge graph versioned?
kelvinjps10 2026-02-28 16:45 UTC link
It would be good since I don't use obsidian on my desktop but I do on my phone, so that way I can use it for syncing and then open the documents on Neovim on my desktop
deniskim 2026-02-28 16:58 UTC link
Nice to see an official headless option. If anyone is looking to do headless syncing specifically to their own Synology NAS, I created an open-source alternative for that here: https://pypi.org/project/obsidian-synology-sync/
corysama 2026-02-28 17:02 UTC link
Also new: Obsidian joins the CLI gang

https://help.obsidian.md/cli

I’ve been having a lot of fun recently using AI CLIs with Obsidian. No plugins necessary because it’s just a directory tree of markdown files.

madmod 2026-02-28 17:34 UTC link
For some reason obsidian sync consitently empties random recently opened notes for me. I think it might be some kind of race condition between icloud sync and obsidian sync. File gets touched before obsidian gets to it so the empty note is seen as a new file. That theory doesn't quite hold up though because the same thing happens to me using the android client. Has anyone here had this problem?
dispersed 2026-02-28 17:39 UTC link
This is great, but as convenient as Obsidian Sync is, it'll never replace plain Git (for me) until it has unlimited version history:

> The retention period for your version history depends on your Obsidian Sync plan. On the Standard plan, notes are retained for 1 month, while on the Plus plan, they are kept for 12 months. After this period, older versions of your notes are deleted.

kepano 2026-02-28 18:01 UTC link
Oh! I worked on this project. If anyone has questions, I'll do my best to answer them!
eric-p7 2026-02-28 18:09 UTC link
I wish I could use Obsidian to edit single markdown files.

If my project has a readme.md I don't want to create an obsidian vault with its configuration files in my project, just to open it.

rubslopes 2026-02-28 18:58 UTC link
Ha! Just yesterday I set up a git repo to sync my Obsidian vault with my Ubuntu VPS for LLM use. Part of me wishes this had come out one day sooner, though honestly, I've grown to like the git workflow. The deal-breaker is mobile: it just doesn't play nicely there, so I'll keep using native sync for that.
ravila4 2026-02-28 19:13 UTC link
Nice! I rely on Obsidian a lot for syncing knowledge while working with Claude agents, such as storing research and daily logs to catch up on the prior day’s work. It already works quite well with a custom skill that I build, but this may make the workflow smoother.

I also built a cli tool to index embeddings in LanceDB and do semantic search. It helps agents create better internal links between notes. https://github.com/ravila4/obsidian-semantic-search

abra0 2026-02-28 20:28 UTC link
Finally! I had to set up a container with X on my headless server to get a few text files reliably synced, crazy stuff.
segphault 2026-02-28 21:02 UTC link
This was my most-wanted Obsidian feature, so I’m thrilled to see this. It’s going to be great for server-side automation and RAG against Obsidian vaults.
lolive 2026-02-28 21:05 UTC link
Isn't there a script or a plugin to sync your vault to github, already? (may be even to sync several vaults, for example to share vaults between colleagues)
js98 2026-02-28 21:05 UTC link
Oh wow thats good timing. I DIY’ed a workaround for this only last week for my openclaw instance. Happy to change it to this! https://jakobs.dev/granular-notes-access-limiting-openclaw-b...
spondyl 2026-02-28 21:30 UTC link
Oh neat, I had come across the headless client yesterday (and submitted a now-fixed bug report for it after running into some issues).

Before opening HN this morning and seeing this post, I actually wrote a post about how I'm experimentally using headless to publish my blog: https://utf9k.net/blog/obsidian-headless/

Well, that post was my experiment but I'll be looking forward to trying it out going forward.

There are of course many alternatives and I'm sure this workflow may have its pains but for now, it feels like a lot less friction between actually writing and having it published.

I've used plain Git for many years of course but I've also tried other rube goldberg machines such as various Git-inside-Obsidian plugins and so on but there's always just a bunch of "stuff" between writing and putting it online.

raybb 2026-02-28 21:51 UTC link
Kinda related, does anyone have a favorite obsidian plugin for AI editing on mobile?

I wanna be able to talk to a document and iterate on it just like chatgpt with canvas but inside obsidian.

I've been digging around and haven't quite found anything to do that.

One potential challenge is I'm not sure how easy it would be to let it do tool calling to edit the document rather than spitting out the whole document each time (with risk of minor changes).

loufe 2026-02-28 22:34 UTC link
I have probably searched "Obsidian CLI" once a month since I started playing around with AI over a year ago. This is pretty exciting.
sn0n 2026-03-01 01:01 UTC link
Wait… I’m not supposed to to just use Nextcloud and treat it as a local folder of markdown files?

Damn… I’m doing it all wrong!!

sickcodebruh 2026-03-01 05:53 UTC link
Obsidian is my favorite new tool. I started a new job last week and decided to spin it up on day one to help me onboard and learn their system. It’s been wildly successful, the missing piece I needed to really turn Claude Code into the learning and documentation tool I dreamed about.
Axsuul 2026-03-01 05:56 UTC link
Will this ever be able to work with a self hosted server?
articsputnik 2026-02-28 16:44 UTC link
Quoting[1] kepano (CEO of Obsidian) - Why you might use Obsidian Sync headless:

- Automate remote backups

- Automate publishing a website

- Give agentic tools access to a vault without access to your full computer

- Sync a shared team vault to a server that feeds other tools

- Run scheduled automations e.g. aggregate daily notes into weekly summaries, auto-tag, etc

...all while having the speed, privacy, customizability, end-to-end encryption of Obsidian Sync.

[1]: https://x.com/kepano/status/2027485552451432936

boomskats 2026-02-28 16:47 UTC link
If you have automation that dumps things int your vault, that you built with their new CLI (which lets you create/tag docs etc. without running the full electron app), I guess this lets you sync those changes and propagate them to all of your obsidian sync clients also without having to open aforementioned full electron app.
jatari 2026-02-28 16:53 UTC link
Does the knowledge graph have a function other than to show off how big your vault is?
wiether 2026-02-28 16:54 UTC link
To enjoy the native ease of use and security of Obsidian Sync as a human user on your devices; while being able to automate things on a server.
TheDong 2026-02-28 17:13 UTC link
iOS makes it painful to use third-party sync protocols and servers, like syncthing can't run in the background, a git sync service can't run in the background, only iCloud gets to run in the background.... and whatever sync protocol the app itself has blessed so it can run immediately on opening the app.

As such, on iOS the native sync is the only one that works cleanly and seamlessly, and so you're incentivized to pay for it.

There was a little while, when dropbox was big, where it seemed like the future of computing would be "your data is in the cloud, and every app you use can share that data, and those two things are independent integrated through some common filesystem layer".

And then it ended up that no, your data's in a cloud-per-service, where your emails live in googles cloud, your documents in microsoft 365's cloud, your images in "adobe creative cloud"'s cloud, your photos in Apple's cloud, your passwords in 1Password's cloud, and your knowledgebase in Obsidian's cloud.

The dream of the filesystem API being able to expand to clouds, of being able to choose dropbox or google or apple as the owner of your data, and other applications seamlessly integrating with any of them, it died with apple making it impossible to offer any sort of generic filesystem API or even background sync.

And so, that's why you'd use obsidian sync over git, because you're cursed with using a phone.

Unless you're saying "why not pay for obsidian sync, but then sync it into a git repo in CI and commit there to see the diffs", not "why not use git as the underlying sync protocol", in which case ignore everything I wrote, you totally could do that.

manmal 2026-02-28 17:14 UTC link
I've been using iCloud to sync Obsidian, and have consistently run into the problem that iCloud file container access needs full disk permissions that I don't want to give the agent (or Ghostty). Does everybody use Obsidian's paid sync instead or what? Or SyncThing?
mtucker502 2026-02-28 17:27 UTC link
I know this is headless but is there any other reason I should use this over the official Synology drive app?
mihaelm 2026-02-28 17:34 UTC link
I love that CLIs are getting a second wind.
jon-wood 2026-02-28 17:41 UTC link
You can use this to sync changes in (near) realtime and then either commit them to git, or use some other mechanism to increase retention.
qwertox 2026-02-28 17:42 UTC link
It also won't replace Postgres, because that is also a different thing.
_neil 2026-02-28 17:50 UTC link
I had this happen a bunch when I was using iCloud sync on multiple devices. I think it was mostly solved by setting the directory to “keep downloaded” (right click on it in finder and it’s the second option).

That said, I’ve switched one vault to git and have had no issues there.

jadbox 2026-02-28 18:12 UTC link
It's not super useful yet- you can't really view notes in the CLI but you can can trigger features like search.
8cvor6j844qw_d6 2026-02-28 18:22 UTC link
Are there plans to support scoped token permissions (specific folders or even specific notes)? I'd love to try setting up something that automatically updates a specific Obsidian note on a state change or cronjob, but I'd want to avoid giving access to the rest of the vault.

also, thanks for the great product, bought the vip catalyst as a show of support.

kepano 2026-02-28 18:32 UTC link
Yeah we'll add that at some point.

It's a bit trickier than it seems because a lot of Obsidian configuration and app functionality is vault-specific. E.g. what theme should be used? What plugins should be available? Does autocomplete for [[links]] or properties do anything? Etc.

giancarlostoro 2026-02-28 18:44 UTC link
Oh snap! Thanks for that, I can really make good use of this!
lukasb 2026-02-28 19:38 UTC link
How are sync conflicts handled in the filesystem? Say I write to a file and another client's edit wins and mine is rejected.
system2 2026-02-28 20:41 UTC link
How does this affect your token/quota usage?
Langley 2026-02-28 20:59 UTC link
Wanted to say thanks. We were literally talking about the lack of a cli sync at work last week and I had moved to Syncthing because of that gap.

Definitely will be looking at the official Obsidian sync plan now.

thejdeep 2026-02-28 21:08 UTC link
Can you share more details on your setup with Claude Code ?
bshaughn 2026-02-28 21:13 UTC link
This tool should finally make it possible to setup a good web interface to my obsidian notes. I have a hacky setup using github as the backend storage system but its slow.

Ive been surprised at how few people are interested in an obsidian browser tool, but its great if I want to read / write notes from a corporate laptop for example.

ewidar 2026-02-28 22:55 UTC link
Do you have a good starting point or explanation to share about using obsidian for a team, where we all change/sync files?
armsaw 2026-03-01 00:09 UTC link
Thank you for making Obsidian! I am wondering if you have any plans to package the headless sync client up for container use in Docker or Podman?

Also, is the Obsidian CLI available when obsidian-headless is installed? Or is obsidian-headless only a sync client at this time?

dimitri-vs 2026-03-01 01:09 UTC link
I've tried a bunch of them only to settle on using Claude Code with remote control.
scalemaxx 2026-03-01 01:43 UTC link
I use Obsidian with my Claude (and Codex) but not sure what additional value the CLI would provide since it's just markdown files. What am I missing that a CLI provides for AI? And not sure how the sync fits into it unless there's a copy of the vault that the AI is working with over CLI? Can use a tip.
shminge 2026-03-01 03:45 UTC link
I have sync to support the amazing devs, and for convenience, and an automatic git-based backup that runs in the background. It's good to double dip sometimes
krlx 2026-03-01 06:31 UTC link
Yeah I often find myself with this need too and I really didn't want to open a huge Electron app each time I need to visualize or edit a simple md file.

Claude helped me vibe code a small rust editor : https://github.com/Karalix/markzap it's tuned to my usage, you should make your own too !

dSebastien 2026-03-01 06:44 UTC link
The Obsidian CLI enables many scenarios not possible with the Markdown files alone: building and debugging plugins, running commands, controlling Obsidian, querying bases, accessing the Obsidian index, ...
Editorial Channel
What the content says
+0.50
Article 12 Privacy
Medium Advocacy Practice
Editorial
+0.50
SETL
+0.32

Explicitly states the feature 'uses the same encryption and privacy protections as the desktop app, including end-to-end encryption.'

+0.40
Article 19 Freedom of Expression
Medium Practice
Editorial
+0.40
SETL
+0.20

Documents a tool for syncing and managing personal knowledge vaults, facilitating expression.

+0.40
Article 27 Cultural Participation
Medium Practice
Editorial
+0.40
SETL
+0.20

Documents a technical tool that enables participation in and benefit from 'the advancement of science' (software/automation).

0.00
Preamble Preamble
Editorial
0.00
SETL
ND

No explicit reference to UDHR preamble concepts.

0.00
Article 1 Freedom, Equality, Brotherhood
Editorial
0.00
SETL
ND

No reference to equality, dignity, or rights.

0.00
Article 2 Non-Discrimination
Editorial
0.00
SETL
ND

No reference to non-discrimination.

0.00
Article 3 Life, Liberty, Security
Editorial
0.00
SETL
ND

No reference to life, liberty, or security.

0.00
Article 4 No Slavery
Editorial
0.00
SETL
ND

No reference to slavery or servitude.

0.00
Article 5 No Torture
Editorial
0.00
SETL
ND

No reference to torture or cruel treatment.

0.00
Article 6 Legal Personhood
Editorial
0.00
SETL
ND

No reference to recognition as a person before the law.

0.00
Article 7 Equality Before Law
Editorial
0.00
SETL
ND

No reference to equality before the law.

0.00
Article 8 Right to Remedy
Editorial
0.00
SETL
ND

No reference to effective remedy.

0.00
Article 9 No Arbitrary Detention
Editorial
0.00
SETL
ND

No reference to arbitrary detention.

0.00
Article 10 Fair Hearing
Editorial
0.00
SETL
ND

No reference to fair public hearing.

0.00
Article 11 Presumption of Innocence
Editorial
0.00
SETL
ND

No reference to presumption of innocence.

0.00
Article 13 Freedom of Movement
Editorial
0.00
SETL
ND

No reference to freedom of movement.

0.00
Article 14 Asylum
Editorial
0.00
SETL
ND

No reference to asylum from persecution.

0.00
Article 15 Nationality
Editorial
0.00
SETL
ND

No reference to nationality.

0.00
Article 16 Marriage & Family
Editorial
0.00
SETL
ND

No reference to marriage and family.

0.00
Article 17 Property
Editorial
0.00
SETL
ND

No reference to property ownership.

0.00
Article 18 Freedom of Thought
Editorial
0.00
SETL
ND

No reference to freedom of thought, conscience, religion.

0.00
Article 20 Assembly & Association
Editorial
0.00
SETL
ND

No reference to assembly or association.

0.00
Article 21 Political Participation
Editorial
0.00
SETL
ND

No reference to participation in government.

0.00
Article 22 Social Security
Editorial
0.00
SETL
ND

No reference to social security.

0.00
Article 23 Work & Equal Pay
Editorial
0.00
SETL
ND

No reference to work, employment, or unions.

0.00
Article 24 Rest & Leisure
Editorial
0.00
SETL
ND

No reference to rest and leisure.

0.00
Article 25 Standard of Living
Editorial
0.00
SETL
ND

No reference to standard of living.

0.00
Article 26 Education
Editorial
0.00
SETL
ND

No reference to education.

0.00
Article 28 Social & International Order
Editorial
0.00
SETL
ND

No reference to social and international order.

0.00
Article 29 Duties to Community
Editorial
0.00
SETL
ND

No reference to duties to community.

0.00
Article 30 No Destruction of Rights
Editorial
0.00
SETL
ND

No reference to destruction of rights.

Structural Channel
What the site does
Element Modifier Affects Note
Legal & Terms
Privacy +0.10
Article 12 Article 19
Help documentation references product's 'Security and privacy' page with E2EE.
Terms of Service
No observable TOS link on the specific help page.
Identity & Mission
Mission 0.00
Technical help page, not mission/values content.
Editorial Code
No observable editorial code.
Ownership
Product documentation by Obsidian.
Access & Distribution
Access Model 0.00
Article 19 Article 27
Documentation freely accessible; describes feature requiring a paid subscription.
Ad/Tracking
No observable ads or trackers on the page.
Accessibility
Light/dark theme toggle code present, but no explicit accessibility features discussed.
+0.30
Article 12 Privacy
Medium Advocacy Practice
Structural
+0.30
Context Modifier
+0.10
SETL
+0.32

Page is technical documentation for a tool that enables privacy-protecting data sync.

+0.30
Article 19 Freedom of Expression
Medium Practice
Structural
+0.30
Context Modifier
+0.10
SETL
+0.20

Provides documentation for a tool that enables users to control and automate their personal information environment.

+0.30
Article 27 Cultural Participation
Medium Practice
Structural
+0.30
Context Modifier
0.00
SETL
+0.20

Provides open technical documentation for a software tool.

0.00
Preamble Preamble
Structural
0.00
Context Modifier
0.00
SETL
ND

Page is technical documentation.

0.00
Article 1 Freedom, Equality, Brotherhood
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 2 Non-Discrimination
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 3 Life, Liberty, Security
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 4 No Slavery
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 5 No Torture
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 6 Legal Personhood
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 7 Equality Before Law
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 8 Right to Remedy
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 9 No Arbitrary Detention
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 10 Fair Hearing
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 11 Presumption of Innocence
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 13 Freedom of Movement
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 14 Asylum
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 15 Nationality
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 16 Marriage & Family
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 17 Property
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 18 Freedom of Thought
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 20 Assembly & Association
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 21 Political Participation
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 22 Social Security
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 23 Work & Equal Pay
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 24 Rest & Leisure
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 25 Standard of Living
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 26 Education
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 28 Social & International Order
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 29 Duties to Community
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

0.00
Article 30 No Destruction of Rights
Structural
0.00
Context Modifier
0.00
SETL
ND

No structural feature relevant.

Supplementary Signals
How this content communicates, beyond directional lean. Learn more
Epistemic Quality
How well-sourced and evidence-based is this content?
0.91 low claims
Sources
1.0
Evidence
0.9
Uncertainty
0.7
Purpose
1.0
Propaganda Flags
No manipulative rhetoric detected
0 techniques detected
Emotional Tone
Emotional character: positive/negative, intensity, authority
measured
Valence
+0.1
Arousal
0.1
Dominance
0.5
Transparency
Does the content identify its author and disclose interests?
0.00
✗ Author
More signals: context, framing & audience
Solution Orientation
Does this content offer solutions or only describe problems?
0.94 solution oriented
Reader Agency
0.9
Stakeholder Voice
Whose perspectives are represented in this content?
0.30 1 perspective
Speaks: corporation
About: individuals
Temporal Framing
Is this content looking backward, at the present, or forward?
present immediate
Geographic Scope
What geographic area does this content cover?
global
Complexity
How accessible is this content to a general audience?
technical medium jargon domain specific
Longitudinal 507 HN snapshots · 58 evals
+1 0 −1 HN
Audit Trail 78 entries
2026-03-01 07:18 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 07:18 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 07:13 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 07:13 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 07:12 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 07:12 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 07:01 eval_success Evaluated: Neutral (0.06) - -
2026-03-01 07:01 eval Evaluated by deepseek-v3.2: +0.06 (Neutral) 9,770 tokens
2026-03-01 06:30 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 06:30 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 06:29 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 06:29 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 06:24 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 06:24 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 05:49 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 05:49 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 05:36 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 05:36 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 05:09 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 05:09 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 05:05 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 05:05 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 05:04 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 05:04 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 05:00 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 05:00 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 04:16 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 04:16 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 04:11 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 04:11 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 04:10 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 04:10 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 03:23 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 03:23 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 03:21 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 03:21 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 03:18 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 03:18 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 03:15 eval_success Lite evaluated: Neutral (0.00) - -
2026-03-01 03:15 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 02:46 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 02:41 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 02:41 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 01:54 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 01:51 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 01:20 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 01:17 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 01:07 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-03-01 00:25 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-03-01 00:20 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 23:39 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 23:33 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 23:33 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 22:36 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 22:36 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 21:57 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 21:56 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 21:10 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 21:07 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 20:23 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 20:14 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 20:09 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 19:36 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 19:19 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 19:14 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 18:53 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 18:48 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 18:37 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 18:22 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 18:11 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 17:59 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 17:45 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 17:40 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 17:34 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 17:28 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral) 0.00
reasoning
PR tech tutorial
2026-02-28 17:12 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral) 0.00
reasoning
ED technical documentation, neutral rights stance
2026-02-28 17:07 eval Evaluated by llama-4-scout-wai: 0.00 (Neutral)
reasoning
ED technical documentation, neutral rights stance
2026-02-28 17:04 eval Evaluated by llama-3.3-70b-wai: 0.00 (Neutral)
reasoning
PR tech tutorial