TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to leverage Claude's capabilities with interactive visualization

127 点作者 allan6667 个月前

11 条评论

doctorpangloss7 个月前
Yesterday my company changed a single line to switch our application’s LLM backend API from Claude to ChatGPT, because Claude started adding stuff its answers in QA style prompts that it wasn’t before, at least since August 1st.<p>I wish I could pay for a guarantee of performance, really quantization, which seems so simple but because it can 2-4x decrease their costs, LLM API providers keep quantizing and distilling without telling anyone. It’s a longer journey: to be an enterprise API. Which by the way, is a terrible business to be in.
mellosouls7 个月前
This is interesting and appreciated but I&#x27;m not sure it&#x27;s a Show HN unless the OP is representing Anthropic?
评论 #41887570 未加载
zurfer7 个月前
Well done. We are building something similar [1] and found that generating UIs (mostly charts) on the fly works surprisingly well in most cases, but can be a bit frustrating if you know exactly what you want and just can&#x27;t prompt it (as a user) to do that because of some edge case.<p>While this is a cool demo that shows what LLMs can do I am a bit surprised how polished and advanced it looks (even PDF upload) for a quick start. Anyway I love that it&#x27;s open source so we can learn from it.<p>[1] <a href="https:&#x2F;&#x2F;getdot.ai">https:&#x2F;&#x2F;getdot.ai</a>
评论 #41886451 未加载
评论 #41887179 未加载
评论 #41888895 未加载
dash27 个月前
This seems like Anthropic showing people how to build a thin layer around Claude. Can building a thin layer around Claude be a valuable business model? If there are good profitable UIs for Claude, wouldn&#x27;t Anthropic implement them itself?
评论 #41887007 未加载
评论 #41886967 未加载
评论 #41886973 未加载
评论 #41888127 未加载
bl4ckneon7 个月前
(didn&#x27;t look at the code yet but) Would a challenge of building an app like this that heavily depends on a LLM be getting a deterministic response back? I guess you could code for it to check if it gave you a certain format of data or if it was what you expected, but if I upload something that Claude doesn&#x27;t understand and it gives back something that breaks the data analysis then that seems it would be tricky to handle that case.<p>Please correct me if I am wrong. Thanks!
评论 #41886372 未加载
rerdavies7 个月前
Kind of fun. I recently used Claude to generate scripts for Gnu Plot, with only slightly less convenience than this. It&#x27;s kind of spooky what you can ask claude to do. e.g. &quot;Rotate the x-ais labels by 90%; use &quot;Arial Black&quot; for the title, and &quot;Roboto&quot; for the rest of the fonts&quot;. Etc.
Kiro7 个月前
It says it supports PDF but I don&#x27;t see that in <a href="https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;anthropic-quickstarts&#x2F;blob&#x2F;main&#x2F;financial-data-analyst&#x2F;app&#x2F;api&#x2F;finance&#x2F;route.ts">https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;anthropic-quickstarts&#x2F;blob&#x2F;mai...</a><p>What am I missing?
weinzierl7 个月前
I wish they&#x27;d focus more on getting the basics solid. Currently Claude can&#x27;t even render anything beyond the most basic form of a table.<p>For example, try to let it turn multiple items in a table cell into a bulleted list. It just outputs a mess of literal HTML tags.
ideashower7 个月前
Can you take these resulting interactives and export them to publish?
troupo7 个月前
Do they have any plans on opening up APIs to private individuals?
albert_e7 个月前
Looks very interesting.<p>I am more familiar with React - am looking for a React example that achieves similar UI, any working examples I can take inspiration from?
评论 #41886334 未加载