Hi HN, in a world where 100% of code is written by AI (phew, sometimes even 200%), there might still be a small percentage of us who want to write code in a more efficient way, especially when it comes to LLM interaction. I honestly tired converting my existing TS types into JsonSchemas or wrapping a function into tool object with all this bells and whistles around arguments.<p>And I started experimenting with an idea - how can make LLM integration feels native? How can an LLM become part of the language &#x2F; compiler, instead of being just one more external API that we have to integrate through yet another SDK?<p>And I took the async &#x2F; await &#x2F; Promise idea as a starting point, ok so: &#x27;async&#x27; - defines an asynchronous boundary, &#x27;Promise&#x27; - represents an asyn


  • 情报分类:技术价值、项目价值
  • 命中依据:LLM推理融入语言的新型TypeScript超集,技术与项目价值
  • 来源:Hacker News 新项目
  • 原作者:emykhailenko
  • 发布时间:2026/9/11 00:33:27