
Olivka — AI calorie counter in chat. No app, no diet.
在聊天中发送食物照片计算卡路里和蛋白质,无需安装应用
@GabrielKur8586 · X
完整作品展
技术栈
24 projects

在聊天中发送食物照片计算卡路里和蛋白质,无需安装应用
@GabrielKur8586 · X

五位历史人物为您的人生难题辩论,由马可·奥勒留给出最终裁决。
u/Rcoo232 · Reddit
I built a council of 5 historical figures that debates your hardest life decision (based on Karpathy's LLM Council) A few weeks ago, I came across Karpathy's "LLM Council" concept. You ask multiple Agents the same question independently, have them anonymously peer-review each other, then synthesise a final answer. The peer-review round is the genius part; models get surprisingly honest when critiquing anonymised responses. I turned it into a consumer product where the council members are hi

一键创建并发布格式丰富的文章到网络。
@masafumiohta · X
I’ve been using Windows as my daily use lately despite I have been using Mac/Linux for a long time, but I keep running into all sorts of issues, so I’ve been fixing them vibe-coding with Claude. I’m gonna dump all that stuff on This blog is fully automated with Claude Code, from coding all the way to reporting. It’s nothing special—anyone could do it—but it’s actually pretty fun once you try it. The only annoyed is that it burns through tokens like crazy. Most of the tips are pretty interesting, so I hope you find them useful.

创建带有自定义徽标、颜色和使用情况跟踪的动态 QR 码
@IfeanyiArinze10 · X
What does What makes it unique?

用自然语言问题查询电子表格和数据集,生成即时答案、报告和仪表板。
u/maybeImakemoney · Reddit
I built the thing. Now I am not sure the base use case is one people will pay for. Founder here. This started as a side learning project to see whether an LLM could answer questions about Excel data, back when they could not do it well. I built the first version on n8n, with workflows that ingested files, generated metadata with an LLM, and answered questions against the converted data plus that metadata. Then I started using it for my own analysis and report generation, saw that the time sav

使用开源浏览器工具分析象棋游戏,获得自然语言解释,无需登录。
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

输入主题,AI在一分钟内生成完整的纪录片视频。
pw · HN
Hiya! So I've been playing around with having Claude make videos for a bit now even had some success posting the results to TikTok (and setup a whole pipeline so Claude can generate and post autonomously). With the release of Nano Banana 2 Lite, I was curious show fast I could make the generation, so last night I gave it a whirl and got down to around 30s for short-form video. It uses GLM-5.2 fast via Fireworks to generate the scripts and image prompts and, like I said, Nano Banana 2 Lite for the images, gpt-4o-mini-tts for the narration, and ffmpeg to string it all together and add the Ken Burns zoom effect (which still has a shake I haven't been able to get rid of). The video compilation proved to be the blocker once the rest was in place, but I was able to speed that up by putting it on a 64 vCPU EC2. The cost might be the most interesting aspect as the short form videos tend to be about 25 cents. Almost 90% of that is the images, which are 3.336 cents a piece. Of course, running

Heatpoints AI热力图显示访客在任何页面上的浏览位置,发布前评分。
u/ForceKind6013 · Reddit
First paying customers on my attention heatmap SaaS. Now be brutal, what would make YOU churn? Heatpoints predicts where human eyes will look on any URL, design or video, before it has any traffic. Heatmap, score /100, AI audit, live mode where the map re-renders while you scroll the actual site. Think Attention Insight but with a permanent free plan, no watermark on paid, and white label at 59€ instead of 299€+. Current state: launched recently, steady free usage, a handful of paying cus

在线格式化和验证 JSON,无需上传数据
@VeganVegan75738 · X
做了一个免费的 JSON 格式化工具。 支持: ✅ JSON 格式化 ✅ JSON 校验 ✅ 在线使用 ✅ 无需安装,数据不上传 开发者日常调试 JSON 可以直接用: #开发者 #前端开发 #工具

SimplestAPI:为 AI 应用添加数据存储和登录,无需数据库设置。
@MuratOnX · X

粘贴 YouTube 视频链接,获取即时 AI 摘要,包含关键要点和时间戳。
@papipava · X
check it out, currently working on adding a chrome extension

用自然语言或 YACQL 查询 NFL 统计数据,生成可共享的表和图表。
u/Fun-Calendar8486 · Reddit
I am building yacdb.fyi, letting users ask natural-language questions about NFL data and turning them into queryable results. Yacdb.fyi goal is to allow users to construct questions about NFL data, think "Best 1st down conversion rate in 2025", and exposing a custom query layer on top (think SQL) allowing users to define their own queries to build data sets. They can chart in the app, using built in tooling, but can export the data as well if they want to use their own tooling. I am look