Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tsazan
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Geo Is Unreliable for Agentic Commerce Brand Protection, Insider Warns
(fortune.com)
1 points
by
tsazan
8mo ago
|
0 comments
2.
▲
by
tsazan
9mo ago
True. But extracting that metadata requires parsing the full DOM. CommerceTXT is for efficient discovery. Scan inventory cheaply first, then commit to the transaction.
3.
▲
by
tsazan
9mo ago
Reminds me of a friend who built a comment sentiment analyzer years ago. At the time, it looked like great innovation...
4.
▲
by
tsazan
9mo ago
The 24% token savings come from converting JSON syntax to CommerceTXT.
5.
▲
by
tsazan
9mo ago
You're right.If a format is easy to grep, it is almost always cheap to tokenize. We treat token density as a primary design constraint.
6.
▲
by
tsazan
9mo ago
You are right about cryptic formats. CommerceTXT is semantically structured. Models like GPT, Claude and Gemini understand it out-of-the-box via ICL.
7.
▲
by
tsazan
9mo ago
That`s is valid for search engines. But if JSON-LD was sufficient for agents, Google wouldn't have launched UCP (Universal Commerce Protocol) yesterday.
8.
▲
by
tsazan
9mo ago
That`s great use case. If you ship it, let me know!
9.
▲
by
tsazan
9mo ago
Exactly! IKEA removes the air from the box to save space, CommerceTXT removes the HTML/JSON bloat to save tokens. You made my day!
10.
▲
Show HN: 30k IKEA items in flat text
(huggingface.co)
55 points
by
tsazan
9mo ago
|
34 comments
11.
▲
by
tsazan
9mo ago
The mapping approach assumes the web is static. In reality, you're building a 'maintenance debt' machine. For every 1,000 stores, you need 1,000 AI-generated mappings that break whenever a dev changes a CSS class. CommerceTXT
12.
▲
by
tsazan
9mo ago
Because you don't need to audit every single transaction. Think of it like a cache. You use the commerce.txt for 99% of your agentic workflows because it’s 30% cheaper in tokens and 95% faster than parsing a 2MB HTML haystack. You only
13.
▲
by
tsazan
9mo ago
You’ve identified the exact tension we are navigating. I support platforms like Shopify and Wix because they empower 80% of independent merchants to exist online. But I oppose their move toward 'enterprise-only' data silos. When S
14.
▲
by
tsazan
9mo ago
A CSV is a dump of facts. CommerceTXT is a layer of intent and logic. If you give an AI a giant CSV of your whole inventory, you blow the context window before the conversation even starts. If you serve a CSV per product, you still pay for
15.
▲
by
tsazan
9mo ago
That would be a fantastic first implementation. Openship is exactly the kind of architecture CommerceTXT is built for. Integration is straightforward: it’s essentially just a new 'View' layer. Instead of rendering HTML, you render
16.
▲
by
tsazan
9mo ago
JSON is lean for data exchange between machines. But in the LLM economy, the currency is tokens, not bytes. To an LLM tokenizer, every bracket and quote is a distinct cost. In our tests, this 'syntax tax' accounts for up to 30% of
17.
▲
by
tsazan
9mo ago
Agreed. In a perfect world, they would. But I cannot merge PRs into Shopify's core. Waiting for trillion-dollar corporations to change their security models is a death sentence for a new protocol. We build for the infrastructure that e
18.
▲
by
tsazan
9mo ago
That solves the Token Tax. It fails the Bandwidth Tax. To get that JSON-LD, you still download 2MB of HTML. You execute JS. You parse the DOM. You are buying a haystack to find a needle, then cleaning the needle. We propose serving just the
19.
▲
by
tsazan
9mo ago
I respect that orthodoxy. It is the bedrock that allows the Internet to function. But we are optimizing for different variables. You optimize for architectural purity on a timeline of decades. You protect the namespace from temporary corpor
20.
▲
by
tsazan
9mo ago
APIs are toll roads. If you need an API key just to read a price, it is not the Open Web. It is a walled garden. We designed this to be permissionless. A text file has no gatekeeper. It bypasses the rent seekers entirely. The standard must
21.
▲
by
tsazan
9mo ago
You are right. Standardization often drifts from reality. That is why we built Section 9: Cross-Verification. The HTML remains the audit layer. The Agent does not trust blindly. It spot-checks. If commerce.txt says $50 but the HTML says $10
22.
▲
by
tsazan
9mo ago
That solves bandwidth. It fails on tokens. JSON syntax is heavy. Brackets and quotes consume context window. More importantly, Schema.org is a dictionary of facts. It lacks behavior. It defines what a product is, but not how to sell it. It
23.
▲
by
tsazan
9mo ago
It definitely lowers the barrier. But relying on messy HTML as a defense against competitors is 'security through obscurity'. It does not stop them; it just costs you server CPU. The data is public. If you put it on the screen, a
24.
▲
by
tsazan
9mo ago
It targets Consumer Protection and Truth-in-Advertising laws globally. The 'compliance bit' is Price Transparency. If an AI quotes a price as 'final' but checkout adds hidden fees or tax, that is a deceptive practice. Ou
25.
▲
by
tsazan
9mo ago
Try uploading a file to /.well-known/ on Shopify or Wix. You cannot. Their file managers block hidden directories (starting with a dot). To do it, you need a custom app, a meta-field hack, or a reverse proxy. That is sysadmin work
26.
▲
by
tsazan
9mo ago
I am the initiator, not the dictator. Governance is defined in Section 13: Contributing & Governance. Decisions are made by consensus of the Working Group. Right now, we are bootstrapping. I make the initial calls to ship v1.0, but the
27.
▲
by
tsazan
9mo ago
The CC0 license is not a bug. It is a feature. If you fork this and build a standard that helps merchants better, the mission succeeds. I will be the first to applaud. As for "We": It is an invitation, not a pretension. A standard
28.
▲
by
tsazan
9mo ago
You do not download the haystack. You traverse it. The architecture is fractal. The agent reads the Root. If the user wants "Headphones", it follows that specific link. It ignores the rest. It is lazy loading for context. Do not m
29.
▲
by
tsazan
9mo ago
There is no central authority. The Trust Score is a conceptual framework, not a shared database. Each AI platform (OpenAI, Anthropic, Google) builds its own model. They retain full discretion. Agents do not talk to each other. They talk to
30.
▲
by
tsazan
9mo ago
JSON is great for code. It is heavy and deeply nested for Agents. The constraint is the context window. Brackets, quotes, and nesting are token tax. YAML is brittle. Whitespace errors break parsers. We chose the robots.txt model. It is dens
More ›