惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
GbyAI
GbyAI
M
MIT News - Artificial intelligence
美团技术团队
罗磊的独立博客
雷峰网
雷峰网
量子位
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
D
Docker
小众软件
小众软件
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
WordPress大学
WordPress大学
V
V2EX
博客园_首页
腾讯CDC
The Cloudflare Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
From Theory to the Floor: What Happens When "Specificity-...
Komiru · 2026-06-13 · via DEV Community

A few weeks ago I wrote about the information gap between what AI search engines confidently tell people and what is actually happening inside a local business right now. The response to that post — especially one exchange with a researcher named Cheng — pushed me somewhere I didn't expect to go this fast: out of the whiteboard and into an actual kitchen.

This is an update on where things stand, and on two open questions I still don't have good answers to.

Out of the Lab, Into the Floor

Komiru is no longer just a framework on paper. We've started a live pilot with a real, operating local business in Nagano — not a demo environment, not a mockup, but a place with actual customers, actual staff, and a actual weekly rhythm of writing down what came in, what's running low, and what changed since last week.

I won't go into the mechanics of how the system works under the hood. That's deliberate. What I can say is that the shift from "this should work in theory" to "a person has to actually do this every week, in between serving customers" has been the most clarifying part of the whole project so far.

A few things became obvious almost immediately that no amount of whiteboarding surfaced:

  • The friction of habit formation is real. Writing a structured, timestamped observation every week is a behavior change, not a feature toggle. The first few weeks are the hardest, and that's exactly the period where the corpus is most fragile and most valuable.
  • "Specificity" has a human cost. Asking someone to write "5kg of bracken from the Ōoka cooperative, no restock expected" instead of "fresh local vegetables" is asking them to think differently about their own business. Some people find this energizing. Others find it exhausting. Both reactions are useful data.
  • The gap between intention and output is where the real design work lives. Most of what I've been iterating on isn't the data layer — it's the human layer. How do you make it easy, fast, and even satisfying for a busy owner to produce something an AI can later cite?

None of this invalidates the original thesis. If anything, watching it happen in a real space made the thesis feel more urgent, not less. But it also reframed the problem: this isn't purely an infrastructure problem anymore. It's an infrastructure problem and a habit-formation problem, running on the same clock.

The Conversation That Wouldn't Let Me Off the Hook

The other thing that's happened since the last post is an ongoing exchange with a researcher in Ireland who works on production-scale LLM deployment. I'm going to call him by his first name, Cheng, since that's how the conversation has felt — less like a review and more like an ongoing argument I'm grateful for.

Cheng raised two points that I haven't been able to stop thinking about, and I want to be honest that I don't think either is fully resolved.

The first is about fabrication. My original framing leaned on the idea that sustaining 52 weeks of internally consistent, hyper-specific false data would be too costly for a bad actor to bother with. Cheng's pushback was direct: that assumption is already out of date. Generating a year's worth of plausible, weather-adjusted, internally consistent "facts" via automation is not hard anymore. If specificity alone was supposed to be the integrity mechanism, it isn't enough on its own.

I think he's right, and I think the honest answer is that specificity was never meant to be a wall — it was meant to be a cost. The question I'm sitting with now is: what raises the cost further, without turning the whole system into a verification bureaucracy that defeats the purpose? I don't have a clean answer. I have some directions I'm exploring, but nothing I'd call a solution yet, and I'd rather say that plainly than pretend otherwise.

The second point is about trust — what Cheng called the "Yelp problem." Even with perfectly authentic, perfectly structured data, why would an LLM (or the retrieval system underneath it) prefer a small, newly-published source over the accumulated authority of an established platform? Domain authority isn't just a search ranking artifact — it's baked into how these systems reason about what's worth citing at all.

This one stings a bit more, because it's not something a better data format can fix. It's closer to a chicken-and-egg problem: the corpus needs time and consistency to earn trust, but trust is exactly what determines whether anyone — human or AI — ever encounters the corpus in the first place.

Where That Leaves Things

I don't have a tidy resolution to either of these, and I think that's the honest state of the project right now. What I do have is a live pilot that's forcing both questions to stop being abstract. Every week that passes is either evidence for the thesis or evidence against it, and for the first time that evidence is coming from a real place with real stakes, not from my own assumptions about how busy people behave.

If you've worked on problems at the intersection of provenance, trust calibration in retrieval systems, or getting non-technical people to sustain a data-producing habit over months — I'd genuinely like to hear from you. Cheng's questions opened up more than they closed, and I suspect the people who can help me think through them aren't all in one field.

More updates as the weeks accumulate. That's rather the point.