
El Consejo de PROCA · orquestación multi-agente en vivo
在3D中探索AI代理编排,实时监控项目健康和日志。
@patologico · X
完整作品展
技术栈
60 projects

在3D中探索AI代理编排,实时监控项目健康和日志。
@patologico · X

为社媒创作者创建自定义链接首页,集成商城和分析功能。
@KisekiyaCodes · X
here it is, let me know if you need free premium

AI实验室交互式地图,按估值、地域和研究方向可视化展示。
polyphilz · HN
Neolabs.fyi – 100 new AI labs by research area, valuation, and more

Qurative将PDF转换为自适应练习题和个性化复习流程。
@qurative · X
vibe coded a landing page for seo and shit, will fix it later focusing on adding features to the dasboard

在浏览器中运行 AI 模型,仅需一个脚本标签,无需服务器或 API 密钥。
@erdemwrites · X

与AI角色扮演伙伴练习面试、谈判和高风险对话。
@auditormusic19 · X
Building iGrow, an AI roleplay app to practice high stakes conversations before they happen. Check it here:

精心制作的 React 组件和模板,用于构建精美的用户界面。
@polyqoy · X
This video shows a fully animated 3D site built in 2 minutes with claude code. one terminal command. but the prompt was almost irrelevant. the real work was the pre-load: ui/ux pro max skill, a hero component from framer motion stacked in before claude touched anything the toolkit did the job. the prompt just pulled the trigger. that's also why most people's claude output looks generic. they skip the setup and blame the model.

用可视化编辑器设计、测试和发布AI就绪的API。
@milonspace · X
A specification nobody can find is functionally the same as no specification.

使用 FRAI 扫描网站中的 AI 使用情况,并测试聊天机器人的偏差和安全性。
@sebuzdugan · X
building @getfrai , an open source toolkit that helps ML engineers navigate EU AI Act compliance, model cards, risk files, the boring but necessary stuff

基于您内容的网站AI助手,为访客回答问题并提供来源。
@AjayGB4 · X

输入项目简报生成风险、问题、架构和时程的对齐报告。
@GroundedIQ · X
GroundedIQ exists to close the gap between what a client asks for and what actually gets built. That gap is where projects bleed — in change orders, blown timelines, and the slow erosion of trust between a consulting team and the people who hired them.

可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t