
xysq.ai · Collaborative memory for AI-native teams.
为AI原生团队构建共享知识图谱,组织团队背景和智能体信息。
ximihoque · HN
Collaborative context-sharing memory platform for agents and teams
完整作品展
技术栈
11 projects

为AI原生团队构建共享知识图谱,组织团队背景和智能体信息。
ximihoque · HN
Collaborative context-sharing memory platform for agents and teams

学习工作方式的AI助手,将任务分配给30多个前沿模型。
@otakuaakash · X

多语言代码学习助手,可在浏览器中直接编写和执行代码。
@francis7_a · X
Building - learning tools for devs and student. happy to connect.

Codalio从PRD和技术规范生成生产级代码。
@codalioinc · X
The vibe-coding loop: "fix it" × 7, 512K tokens, still not shipped. The Codalio loop: PRD → build → deploy. Need a change? Edit the PRD. +1,900 tokens. Stop paying tokens to discover your own requirements.

Surmado 自动代码审查工具,按照团队规范检查 GitHub PR。
u/surmado_rachel · Reddit
We built a cheaper code review tool for small teams We've been working on a code review tool for small teams, solo founders, and vibe coders who want a second set of eyes on every PR without paying Claude-level prices. The idea is simple: Surmado's Scout reviews your PRs against your own standards, not random generic lint rules. You add a STANDARDS.MD file, and on every push Scout gives you: What looks good/What needs work/A short reviewer brief so a human knows where to focus/Feedback

Hyrax 是一个 AI 驱动的代码审查智能体,分析提交、识别问题并生成合并就绪的拉取请求。
@hyraxai · X

AI实时协作编辑器,支持文件共享、UML图表和群决策。
u/Hopeful-Can-1540 · Reddit
Trying to figure out distribution for a real-time collaboration tool LiveShareIt has been around for a bit, and the product has changed quite a lot recently. The basic idea is pretty simple: open a room, share the link, and start working together. No signup needed. People can share code/text, send files, use a collaborative whiteboard, and jump on a video call in the same room. One feature I’ve been playing with lately is the AI whiteboard. Instead of starting from a blank canvas, you

JigsawML 使用 AI 将代码库和云基础设施映射为实时架构图。
@prabhjeet1693 · X
The real challenge with vibe coding isn’t generating code—it’s staying able to understand the system as it evolves. Making architecture, dependencies, and workflows visible can help fight code slop. That’s what we’re exploring with JigsawML. Free demo:

存储提示词和背景信息,通过 MCP 让 Claude Code、Cursor 等 AI 工具共享访问。
@vibexp_io · X
Your plan is now code. Claude Code Dynamic Workflows fan out up to 1,000 subagents, 16 at once, each in its own context, verifying until the results converge. Built for big bug hunts, migrations and audits. Source:

NodeESP是ESP32的可视化编程工具,通过节点拖拽创建GPIO逻辑和MQTT工作流。
@NodeESP · X
- Project for sale

文档解析 API,准确提取表格、公式和结构化数据给 AI 代理。
g418572664 · V2EX
做了一个文档解析与记忆工具,专门辅助给传统行业做 AI 落地的老哥 现在 AI+的工作还挺常见的,就像大佬们说的,“所有行业的产品可能都会用 AI 重新做一遍”。最常见的就是各种 agent ,说要用 AI 赋能传统行业啥的,代替人类专家去处理海量的复杂资料、进行深度分析并做出决策。 举个例子,金融行业的“智能审计与尽调 Agent”。 过去,银行或投资机构想要给一家企业贷款或投资,需要人类审计师去读几十份、每份几百页的招股书和财务报表。现在虽然有了 AI ,但把文件一股脑全丢给它是不现实的,且不说烧 token 的问题,这些文档里有无数的跨行、跨列单元格表格,普通工具一拉,表格数据全串行了。如果 AI 把“第一季度利润”和“第二季度支出”的信息碎在一块,那得出的财务分析就完蛋了。 所以,现在要真想开发出一个能干活,还确保正确率的 agent ,就需要一个专业的、AI-native 的解析工具,把复杂的表结构和章节层级完整还原出来。我做的工具 Knowhere 就是干这个的: https://knowhereto.ai/?utm_source=v2ex 它能把复