@feltanimalworld: Master, your post kept me pondering for two whole days! I originally wanted to write a long piece, but there were too many threads and I didn't know where to start. To sum it up, this is why I've been on Twitter lately—I felt something crucial was missing in my development understanding; it's also why, besides my hardware repair work, I've had to look into text-to-CAD recently. I...
Summary
The author discusses the lack of intermediate representation (IR) and verifier in the deployment of AI in serious industries, using text-to-CAD as an example to illustrate the key role of unified IR and verification in the feasibility of AI solutions.
View Cached Full Text
Cached at: 07/12/26, 09:00 PM
Master, your post made me ponder for two full days! I wanted to write a long reply, but there are too many threads and I don’t know where to start. Basically, this is why I’ve been on X/Twitter recently — I feel like I’ve been missing a crucial piece of understanding in my own development. And it’s also why, aside from my hardware repair work, I’ve had to dive into text-to-CAD.
Why have I been on X? Because I’m in a bad mood. I talk a lot when I’m down. When I’m in a good mood, I don’t talk — I just keep working.
Many industries, even most serious scenarios where AI needs to be deployed, lack IR and Verifier. The subsequent TD and Platform Config must be built on the premise that the earlier steps have been completed. The reason AI writing code is so powerful is that the chain from IR to Platform Config is smooth.
Take a look at my video. Zoo (text-to-CAD) created the IR called KCL, which combines what you called Specs and Impl in one place. The Specs are the front part of the code. The Impl and Verifier — like some constraints — are mixed together there.
This version is very well done: following your tip, I wrote my own Specs IR. I directly imported it into Fusion, added threads, and got a fully printable part.
If we want to make any industry “as code,” we probably can’t skip this stage.
Law, medicine, CAD, circuits — all need IR.
Otherwise, AI can only provide plans, not plan verification. Without a unified IR, it’s just a language machine — it can only talk! For example, in text-to-CAD, the model can generate KCL; but without geometry checks and constraint checks, you can’t even draw the shape.
Transformer is essentially a probability predictor: P(next token | previous tokens).
Code is so successful because the coding industry has the world’s most mature IR and Verifier.
Right now, the absence of IR in various industries is the fundamental reason AI feels floating in the language universe. Take medicine, for example. Isn’t medicine one of the most standardized fields in the world?
Medicine already has FHIR, DICOM, SNOMED — but most of these standards address data exchange (interoperability), not clinical reasoning.
If we truly want AI to do medical reasoning, we’ll need over a decade to actually build the IR and unify the standards.
Master, I bow to you.
IndenScale (@david0520782123):
Many industries actually lack a programming language (specifically, they lack Spec IR and Impl IR), lack Verifiers (Linter, Compiler, Static Analysis, Dynamic Analysis), lack Target Description (TD) and Platform Config.
Without these, AI struggles to be effective, because if you give a solution, you don’t know if it’s feasible.
Similar Articles
@ba_niu80557: https://x.com/ba_niu80557/status/2071277244287426980
The article deeply analyzes the internal changes Anthropic faces as AI-generated code becomes extremely efficient: the bottleneck shifts from 'writing' to 'verification', traditional management, long-term planning, and effort measurement become ineffective, attention becomes the new scarce resource, and engineers even feel lonely. These phenomena foreshadow the challenges other companies may face in the future.
@ba_niu80557: https://x.com/ba_niu80557/status/2068751230667755859
The article explores how increasingly powerful AI models eliminate those whose skills can be encoded into prompts, emphasizing that the truly irreplaceable value lies in tacit knowledge, physical-world operations, and interpersonal trust. Through the example of a friend transitioning from a consultant to a hardware integrator, the author illustrates how proactively yielding to AI-replaceable tasks while deepening expertise in areas beyond AI's reach is key to surviving and thriving in the technological wave.
@CMGS1988: https://x.com/CMGS1988/status/2074488576356876585
The author shares personal insights on the relationship between AI and infrastructure, arguing that while AI amplifies execution capabilities, it cannot replace human judgment on complex trade-offs and organizational issues. The author illustrates this with their own experience developing the cocoon/sandbox project using models like Fable 5.
@elliotchen100: The Age of AI Displacement is Here—How Can Ordinary People Survive? (Translation) Over the past two years, following AI news has left many with mixed feelings. On one hand, it's exhilarating: things that used to take days can now be done in minutes. On the other, there's a nagging unease: if I can use these tools, so can my boss and my company—so what am I really worth? D…
This translated article introduces Dan Koe's perspective: The most important thing in the AI era is not to worry about being replaced, but to cultivate abilities that don't rely on a single system. By accumulating your own work, audience, and clients, you can enhance your resilience against risks.
@AYi_AInotes: Say a hot take: In the AI era, the most valuable skill is no longer writing code. Being able to explain code clearly will become increasingly important! Becoming increasingly important! @trq212, a senior engineer on the Anthropic Claude Code team, took less than two years to make his technical articles reach stable...
This article explores the importance of technical writing in the AI era, citing the case of Anthropic employee @trq212 who achieved millions of page views through his 'plant first, harvest later' writing methodology, emphasizing the value of sharing real experiences and maintaining a personal voice.