<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: FailMore</title><link>https://news.ycombinator.com/user?id=FailMore</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 05 Aug 2026 02:03:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=FailMore" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by FailMore in "Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents"]]></title><description><![CDATA[
<p>Looks interesting. Does this mean I would use this as my day to day harness? Or is it something additional to an established workflow?</p>
]]></description><pubDate>Mon, 03 Aug 2026 17:56:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49159233</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=49159233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49159233</guid></item><item><title><![CDATA[New comment by FailMore in "Prevent cognitive debt by manually retyping LLM-generated code"]]></title><description><![CDATA[
<p>I empathise with this. I run a little open source project called SmallDocs [1][2] which Claude/Coding Agent invokes to generate easily human readable Markdown documents (and render code files).<p>You can ask Claude to "sdoc me an annotated code walkthrough of this MR" and it will produce something like this:<p><a href="https://smalldocs.org/s/Ju9GOmWZ0JXTtzqCVfgt1q#k=6HBrpcCjIu7cDaHvs1GihbPVhQAhbAfhdTmIc0hg7qk" rel="nofollow">https://smalldocs.org/s/Ju9GOmWZ0JXTtzqCVfgt1q#k=6HBrpcCjIu7...</a><p>I use this a lot to stay in touch with the code the LLM is producing.<p>[1] <a href="https://smalldocs.org" rel="nofollow">https://smalldocs.org</a>
[2] <a href="https://github.com/espressoplease/smalldocs" rel="nofollow">https://github.com/espressoplease/smalldocs</a></p>
]]></description><pubDate>Mon, 03 Aug 2026 13:22:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49155497</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=49155497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49155497</guid></item><item><title><![CDATA[New comment by FailMore in "Hubble: Open-source notetaking app for you and your agents"]]></title><description><![CDATA[
<p>I think that is a really nice implementation. A few questions:<p>Can you easily share lists or pages or is it all local? (Is there a cloud element to it)<p>What are the most useful examples you’ve personally found when it comes to using the HYML component?<p>I built <a href="https://smalldocs.org" rel="nofollow">https://smalldocs.org</a> for my agent’s Markdown needs. I extended it so it can render complex formats: Mermaid diagrams, charts, in-document slides and even in-document spreadsheets. It gives your agent a good selection of formats to express itself as it helps you understand whatever topic you’re looking into.<p>Here is a sample document: <a href="https://smalldocs.org/blogs/what-is-a-smalldoc" rel="nofollow">https://smalldocs.org/blogs/what-is-a-smalldoc</a><p>I publish anonymous analytics here: <a href="https://smalldocs.org/analytics" rel="nofollow">https://smalldocs.org/analytics</a></p>
]]></description><pubDate>Wed, 29 Jul 2026 07:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49094319</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=49094319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49094319</guid></item><item><title><![CDATA[New comment by FailMore in "Google's Beyond Zero: Enterprise Security for the AI Era"]]></title><description><![CDATA[
<p>If this is interesting to you (as it is to me) but you want to quickly digest it instead of read the paper, Claude + SmallDocs[1] converted it into a slideshow which serves it to you in bitesized ideas:<p><a href="https://smalldocs.org/s/2SH6FHiUK1mcym24Z8E37I#k=2Sk6c_IdKJLGrQ_YX_OL8zcNpaY1FgAsZQ4PqximZEY" rel="nofollow">https://smalldocs.org/s/2SH6FHiUK1mcym24Z8E37I#k=2Sk6c_IdKJL...</a><p>[1] I am the developer behind SmallDocs.</p>
]]></description><pubDate>Tue, 28 Jul 2026 13:52:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49083910</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=49083910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49083910</guid></item><item><title><![CDATA[New comment by FailMore in "How proprietary formats have become Microsoft’s main tool for lock-in"]]></title><description><![CDATA[
<p>I've been building SmallDocs [1], a fairly fully functional office suite (text, formatting, presentations, spreadsheets) which is based in markdown (and mainly written by agents).<p>Given my experience building this, I think the idea of "a truly independent document":<p>> one that displays identically on any system, in any country, for any user, regardless of the software used<p>Will be very difficult to achieve in practice.<p>Building software is an expression of opinions. And one of the main drivers of building an app is to innovate or improve the user experience vs. what exists today. These things combine to result in new features, and new features breaks the open standard.<p>If I wanted to build a new Excel, I might want to add something to spreadsheets which a basic open source reader cannot, or even Excel itself, might not be able to handle.<p>With SmallDocs, I built on the standard rendering of markdown, but then added a bunch of properties which traditional markdown renders would ignore.<p>For example, styles front matter:<p><pre><code>  ---
  styles:
    fontFamily: Lora
    baseFontSize: 17
    h1: { fontSize: 2.3, fontWeight: 700 }
    p: { lineHeight: 1.9, marginBottom: 1.2 }
    ...
  ---
</code></pre>
Which means you can create colorful files like: <a href="https://smalldocs.org/s/v_CHCaQHdGNVlsQtk6skEY#k=ZajP0oeiW86gF4tcHECy_A6wRMmaFkbNqSeApn2ZWQE" rel="nofollow">https://smalldocs.org/s/v_CHCaQHdGNVlsQtk6skEY#k=ZajP0oeiW86...</a><p>And slide blocks like:<p><pre><code>  ~~~slide
  grid 100 56.25 bg=#0b1220
  r 6 9 82 4 text=caption color=#fbbf24 align=left | LAUNCH   REVIEW  -  Q2 2026
  r 6 18 84 16 text=title color=#f8fafc align=left | Atlas 2.0 shipped to every customer
  r 6 37 78 6 text=subtitle color=#94a3b8 align=left | What changed, what it cost, and what we learned
  l 6 47 24 47 stroke=#fbbf24 strokeWidth=0.2
  ~~~
</code></pre>
Which means you can generate slides like: <a href="https://smalldocs.org/s/EKnIk-YdUBZeDA9yQs97mh#k=Eo-p46k-k6QT6M6fZrmgKcPr5iHDCXFrnCQJPRE5oW0" rel="nofollow">https://smalldocs.org/s/EKnIk-YdUBZeDA9yQs97mh#k=Eo-p46k-k6Q...</a><p>All this means SmallDocs markdown files only render correctly through our rendering engine - but this enables me to add something new to an existing document format.<p>[1] <a href="https://smalldocs.com" rel="nofollow">https://smalldocs.com</a>; <a href="https://github.com/espressoplease/smalldocs" rel="nofollow">https://github.com/espressoplease/smalldocs</a></p>
]]></description><pubDate>Mon, 20 Jul 2026 08:32:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48975831</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48975831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48975831</guid></item><item><title><![CDATA[New comment by FailMore in "$100 AI Music Video: Claude Fable 5 vs. GPT-5.6 Sol"]]></title><description><![CDATA[
<p>Yes, LLMs are way to literal - it is a problem.<p>Claude can right great code, but it’ll throw comments into the code about why we chose this approach instead of the random one I discussed with it - when the comment is of no use to a future developer.<p>It points at some sort of theory of mind problem in LLMs imo.</p>
]]></description><pubDate>Fri, 17 Jul 2026 08:04:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48944536</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48944536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48944536</guid></item><item><title><![CDATA[New comment by FailMore in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I'm working on <a href="https://smalldocs.org" rel="nofollow">https://smalldocs.org</a>, <a href="https://github.com/espressoplease/smalldocs" rel="nofollow">https://github.com/espressoplease/smalldocs</a>, anonymised usage analytics <a href="https://smalldocs.org/analytics" rel="nofollow">https://smalldocs.org/analytics</a></p>
]]></description><pubDate>Mon, 13 Jul 2026 13:05:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48892081</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48892081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48892081</guid></item><item><title><![CDATA[New comment by FailMore in "Show HN: Microsoft releases Flint, a visualization language for AI agents"]]></title><description><![CDATA[
<p>Sorry dang, I will stop.</p>
]]></description><pubDate>Wed, 08 Jul 2026 23:48:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48838978</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48838978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48838978</guid></item><item><title><![CDATA[New comment by FailMore in "Show HN: Microsoft releases Flint, a visualization language for AI agents"]]></title><description><![CDATA[
<p>Fair point. Sorry</p>
]]></description><pubDate>Wed, 08 Jul 2026 19:41:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48836515</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48836515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48836515</guid></item><item><title><![CDATA[New comment by FailMore in "Show HN: Microsoft releases Flint, a visualization language for AI agents"]]></title><description><![CDATA[
<p>Yep I find them to be very useful for explaining a system.<p>They can do a lot of cool things! Mermaid gallery here: <a href="https://smalldocs.org/s/xZrc-lNW1kbXpoIuU3l_ky#k=-0ehGe2B-hRF-olyng_2UcwvgPvPJMF41mXglOP1e2k" rel="nofollow">https://smalldocs.org/s/xZrc-lNW1kbXpoIuU3l_ky#k=-0ehGe2B-hR...</a></p>
]]></description><pubDate>Wed, 08 Jul 2026 18:55:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48835932</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48835932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48835932</guid></item><item><title><![CDATA[New comment by FailMore in "Show HN: Microsoft releases Flint, a visualization language for AI agents"]]></title><description><![CDATA[
<p>The charts are very nice, and I think the visualisation layer for LLMs is a very interesting problem.<p>I’ve been building <a href="https://smalldocs.org" rel="nofollow">https://smalldocs.org</a> for this exact reason. It’s an office suite for AI agents - but my main use case is giving a cli based LLM the canvas to express itself - charts, mermaid diagrams, etc. I’ve extended it a bit further to be a format for all types of work so the agent can embed slides and spreadsheets in a document.<p>Sample document: <a href="https://smalldocs.org/blogs/what-is-a-smalldoc" rel="nofollow">https://smalldocs.org/blogs/what-is-a-smalldoc</a><p>Source:  <a href="https://github.com/espressoplease/smalldocs" rel="nofollow">https://github.com/espressoplease/smalldocs</a></p>
]]></description><pubDate>Wed, 08 Jul 2026 18:14:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48835331</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48835331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48835331</guid></item><item><title><![CDATA[New comment by FailMore in "Show HN: Free Mermaid Diagram Editor"]]></title><description><![CDATA[
<p>I created <a href="https://smalldocs.org" rel="nofollow">https://smalldocs.org</a> to help with this. After installing you can tell your agent to "sdoc me a mermaid diagram of X flow" or "sdoc me a visual architecture of this repo" or something, and it handles it nicely (imo!).<p>Here is the mermaid diagram gallery: <a href="https://smalldocs.org/s/PpArByXuNBA5kGS1JVMUW6#k=uTqNRLqzz_T_D7Z1IyECybdAmyrG7zVXJkf-15ls4to" rel="nofollow">https://smalldocs.org/s/PpArByXuNBA5kGS1JVMUW6#k=uTqNRLqzz_T...</a><p>Code available: <a href="https://github.com/espressoplease/smalldocs" rel="nofollow">https://github.com/espressoplease/smalldocs</a><p>Discord: <a href="https://discord.gg/txjATTsDaq" rel="nofollow">https://discord.gg/txjATTsDaq</a></p>
]]></description><pubDate>Wed, 08 Jul 2026 13:22:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48831631</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48831631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48831631</guid></item><item><title><![CDATA[New comment by FailMore in "Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens"]]></title><description><![CDATA[
<p>Hey, I'm building something a bit like that - please checkout <a href="https://smalldocs.org" rel="nofollow">https://smalldocs.org</a> if you have time.<p>I say it’s as if “Claude Code & Microsoft Office had a baby...”<p>Code available: <a href="https://github.com/espressoplease/smalldocs" rel="nofollow">https://github.com/espressoplease/smalldocs</a><p>Discord: <a href="https://discord.gg/txjATTsDaq" rel="nofollow">https://discord.gg/txjATTsDaq</a><p>Sample document: <a href="https://smalldocs.org/blogs/what-is-a-smalldoc" rel="nofollow">https://smalldocs.org/blogs/what-is-a-smalldoc</a><p>Invoked via Claude Code by saying stuff like: “sdoc me the plan for this feature”, or “dig into our logs and sdoc me a report on our latency"</p>
]]></description><pubDate>Tue, 07 Jul 2026 23:05:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48825214</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48825214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48825214</guid></item><item><title><![CDATA[New comment by FailMore in "OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files"]]></title><description><![CDATA[
<p>Thanks!</p>
]]></description><pubDate>Tue, 07 Jul 2026 07:04:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48814536</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48814536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48814536</guid></item><item><title><![CDATA[New comment by FailMore in "OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files"]]></title><description><![CDATA[
<p>I posted the same thing below, but I’m open for feedback on the license. I’ve put a lot of work in and I think there is a commercial pathway forward for the product. I don’t want to let someone else - who might be more experienced re commercialisation - take everything I’ve done and build a business with it (I’d really like to do that myself), so wasn’t sure what license to use as MIT didn’t feel right to me at the moment. But open for feedback/maybe I’m being too short sighted…</p>
]]></description><pubDate>Tue, 07 Jul 2026 07:04:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48814535</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48814535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48814535</guid></item><item><title><![CDATA[New comment by FailMore in "OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files"]]></title><description><![CDATA[
<p>Yep, it does. If you open  <a href="https://smalldocs.org/s/tUWdfKLKBcnhnrYsoFMn4W#k=7SC6KGg-FyeAUoF5cpAJUFZQ5fD6Qx-VanRgID60--0" rel="nofollow">https://smalldocs.org/s/tUWdfKLKBcnhnrYsoFMn4W#k=7SC6KGg-Fye...</a> And scroll to the business model area, you’ll see it supports multi tab functionality + connected formulas.</p>
]]></description><pubDate>Tue, 07 Jul 2026 05:19:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48813936</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48813936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48813936</guid></item><item><title><![CDATA[New comment by FailMore in "OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files"]]></title><description><![CDATA[
<p>I’m open for feedback on the license. As you say/notice, I’ve put a lot of work in and I think there is a commercial pathway forward for the product. I don’t want to let someone else - who might be more experienced - take everything I’ve done and build a business with it (I’d really like to do that myself), so wasn’t sure what license to use as MIT didn’t feel right to me at the moment. But open for feedback/maybe I’m being too short sighted…</p>
]]></description><pubDate>Tue, 07 Jul 2026 05:18:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48813926</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48813926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48813926</guid></item><item><title><![CDATA[New comment by FailMore in "OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files"]]></title><description><![CDATA[
<p>Thanks, please  could you email me at hi@smalldocs.org. I’m trying to learn how to make this a better experience for teams, so would love to work with you guys to optimise the experience.</p>
]]></description><pubDate>Mon, 06 Jul 2026 22:02:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48811082</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48811082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48811082</guid></item><item><title><![CDATA[New comment by FailMore in "OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files"]]></title><description><![CDATA[
<p>Multiple agents could write to the doc locally, but for the moment it’s not predominantly could based (only short links). I think I will build a cloud first version/offering/config soon</p>
]]></description><pubDate>Mon, 06 Jul 2026 21:32:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48810778</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48810778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48810778</guid></item><item><title><![CDATA[New comment by FailMore in "OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files"]]></title><description><![CDATA[
<p>It is mostly that pattern yes, but you can see the underlying formats in <a href="https://smalldocs.org/docs" rel="nofollow">https://smalldocs.org/docs</a></p>
]]></description><pubDate>Mon, 06 Jul 2026 19:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48809649</link><dc:creator>FailMore</dc:creator><comments>https://news.ycombinator.com/item?id=48809649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48809649</guid></item></channel></rss>