展示HN:AI驱动的内部工具

2作者: DeonRob7 个月前原帖
大家好, 我正在开发 Sashi——一个开发者工具,它可以读取你现有的代码库,并让你从后端功能中创建 AI 驱动的工作流程。 想象一下,给你的运营/产品/开发团队一个自然语言接口,可以: - 从数据库中搜索用户 - 筛选和绘制使用数据 - 发送电子邮件或 Slack 消息 - …只需描述他们想要做的事情 它支持 TypeScript 和 Zod 函数,自动生成用户界面,并与 GitHub 连接,以保持同步。 我们的长期目标是帮助团队更快地工作,而不必每次有人需要新的仪表板或按钮时都重建内部工具。 目前它支持: - 动态函数注册 - AI 工作流程规划 - 自动 UI 生成(表格、图表、表单) - GitHub 函数摄取 - 通过集中式中心进行安全执行 只需一个 CLI 命令即可自动安装到任何 node.js/next.js 代码库中。 如果你感兴趣或想试用,我非常欢迎你的反馈,我们正在寻找测试用户: [https://www.usesashi.com](https://www.usesashi.com) 另外,我有个问题想请教你: 在你的代码库中,有哪个任务你希望能变成“只需说出并运行”的流程? 比如,我知道更改用户角色,尤其是如果它与代码库中的一堆副作用相关联,这个问题我经常会遇到。
查看原文
Hey folks<p>I’ve been building Sashi — a developer tool that reads your existing codebase and lets you create AI-driven workflows out of your backend functions.<p>Imagine giving your ops&#x2F;product&#x2F;dev team a natural-language interface to: • Search users from your DB • Filter and chart usage data • Send emails or Slack messages • …all by just describing what they want to do<p>It works with TypeScript + Zod functions, generates UIs automatically, and connects to your GitHub so it stays in sync.<p>The long-term goal is to help teams move faster without rebuilding internal tools every time someone needs a new dashboard or button.<p>Right now it supports: Dynamic function registration AI workflow planning Automatic UI generation (tables, charts, forms) GitHub function ingestion Secure execution via a centralized hub<p>Automatically installs into any node.js&#x2F;next.js codebase with a cli command<p>If you’re curious or want to try it out, I’d love your feedback we are looking for beta users: <a href="https:&#x2F;&#x2F;www.usesashi.com" rel="nofollow">https:&#x2F;&#x2F;www.usesashi.com</a><p>Also I had a question if you wanted to be help:<p>What’s one task in your codebase you’d love to turn into a “just say it and run it” flow?<p>Like i know changing a users roles especially if its tied to a bunch of side effects in you code base is something i deal with a lot