
Clusy | Agent-Native Notebook for ML and Data Science
在智能代理笔记本中构建、运行和评估机器学习工作流。
eldar_hsnv · HN
Show HN: AI Notebook for Data Science – Kind of Like Cursor but for Jupyter
完整作品展
技术栈
60 projects

在智能代理笔记本中构建、运行和评估机器学习工作流。
eldar_hsnv · HN
Show HN: AI Notebook for Data Science – Kind of Like Cursor but for Jupyter

虚拟宠物伴侣,在你的 browser viewport 中爬行,根据 page topics 做出响应。
@fujidevv02 · X
the world's first context-aware, local AI browser pet companion!

一次编写,多格式导出为笔记、幻灯片、PDF、PPTX、DOCX 或画布。
@mr_wickedhacks · X
Write the doc once → get a notebook, slide deck, canvas, or resume from the same source. No rewriting for every format.

免费的本地优先 API 客户端,支持 HTTP、WebSocket、GraphQL、gRPC、MQTT 等。无需账户或云端。
@HalxDocs · X
Reqit—a fast, local-first API client for developers.

通过AI评估验证知识并获得Academission认证。
@syprayt · X
We are building platform to verify user knowledge using AI, so you can avoid boring lectures and save years of life. It’s Academission baby. Yesterday we launched online mode, so that everyone could test our technology, here is the link:

将 OpenAPI 规范和数据库转换为 MCP 工具,无需编码。
mhmt_dmr · HN
MCP Gateway – Turn existing APIs and databases into MCP servers

上传本地化文件,获得游戏类型和语气感知的AI翻译。
@polycontext · X
Context-aware localization for apps, games, and software.


在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared

使用托管 Postgres、身份验证、实时订阅和自动生成的 API 构建后端。
@im_pradee_p · X
Backend as a service

Drag-and-drop visual editor for Claude Code status line with terminal preview.
@refinistdev · X
Tired of hand-editing your Claude Code status line? I built a visual editor for ccstatusline 🎨 → drag & drop widgets → true-to-terminal preview, no Nerd Font needed → one command to apply Free & open source 👇 #ClaudeCode #ccstatusline

可嵌入的可视化工作流编辑器,支持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