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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Mindmap Generator – Marshalling LLMs for Hierarchical Document Analysis

3 点作者 eigenvalue2 个月前
I originally wrote the code for this project as part of my commercial webapp project (FixMyDocuments.com), but I was so intellectually stimulated by the creation of this code, and so excited by the new design possibilities it opened up for me when it comes to working with LLMs, that I thought it would be a shame to have it &quot;locked up&quot; inside my app (which not many people are using in any case!).<p>So to bring this interesting piece of software to a wider audience and to better justify the amount of effort I expended in making it, I decided to turn it into a completely standalone, open-source project, which you can see here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Dicklesworthstone&#x2F;mindmap-generator">https:&#x2F;&#x2F;github.com&#x2F;Dicklesworthstone&#x2F;mindmap-generator</a><p>It&#x27;s all a single Python code file for simplicity (although it&#x27;s not at all simple or short at ~4,500 lines!).<p>In addition, I wrote the linked blog post about the design considerations that went into it and the various engineering challenges I had to solve to get it to work. Although the basic idea of the project isn&#x27;t that complicated, it took me many, many tries before I could even get it to reliably run on a complex input document without it devolving into an endlessly growing mess (or just stopping early).<p>There was a lot of trial and error to get the heuristics right, and then I kept having to add more functionality to solve problems that arose (such as redundant entries, or confabulated content not in the original source document).<p>Anyway, I hope you find it as interesting to read about as I did to make it!

暂无评论

暂无评论