10 comments

  • redfloatplane49 minutes ago
    I (and I&#x27;m sure many others) have been thinking about this a lot over the last couple of months. I called it &quot;Extremely Personal Software&quot; in a blog post a few months ago (<a href="https:&#x2F;&#x2F;redfloatplane.lol&#x2F;blog&#x2F;14-releasing-software-now&#x2F;" rel="nofollow">https:&#x2F;&#x2F;redfloatplane.lol&#x2F;blog&#x2F;14-releasing-software-now&#x2F;</a>) but there are lots of names and concepts floating about for the same basic idea.<p>I think it&#x27;s possible the amount of new software that will be written for an audience of 1-10 will be greater in 2026 than in any previous year, and then the same again for many years to come. I also think a lot of this software will be essentially &#x27;hidden&#x27; - people just writing this stuff for themselves because the cost to say things to an agent is very low compared with the cost of actually planning out a software design and so forth.<p>Interoperability will probably be important in the next few years and I wonder if this is something solvable at the agent&#x2F;LLM level (standing instructions like &#x27;typically, use sqlite, use plaintext, use open standards&#x27; or whatever). I also think observability and ops will be pretty important - many people who want personal software but don&#x27;t care for the maintenance and upkeep.
    • geir_isene44 minutes ago
      A really good and thoughtful response. Thanks.
  • nine_k1 hour ago
    This is very cool. I wonder how much time did it actually take, and how much did it cost, because Clause Code is very much not free [1] [2]. It&#x27;s more like hiring a robotic contractor, very fast, but with a serious hourly rate.<p>[1]: <a href="https:&#x2F;&#x2F;fortune.com&#x2F;2026&#x2F;04&#x2F;28&#x2F;nvidia-executive-cost-of-ai-is-greater-than-cost-of-employees&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fortune.com&#x2F;2026&#x2F;04&#x2F;28&#x2F;nvidia-executive-cost-of-ai-i...</a><p>[2]: <a href="https:&#x2F;&#x2F;www.briefs.co&#x2F;news&#x2F;uber-torches-entire-2026-ai-budget-on-claude-code-in-four-months&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.briefs.co&#x2F;news&#x2F;uber-torches-entire-2026-ai-budge...</a>
    • geir_isene1 hour ago
      I&#x27;m on Claude Max, so it didn&#x27;t cost me anything more than the subscription I already have. Had to use it for Something. As for time - for the full CHasm and Fe2O3 suite of sw, I started the work 2026-03-29 and have probably spent 60h or so of my time. But then again I have a very tailored CC setup that I have fine-tuned since last summer with more than 70 CC projects helping me get it the way I need it to be since then.
      • nine_k1 hour ago
        So, it&#x27;s at most $400 in Claude expenses for a fully custom suite of software in 2 months. Even if your time is 300&#x2F;h, it&#x27;s less than $2k in your own time (which, I would expect, you enjoyed spending). That&#x27;s insanely impressive.
        • geir_isene45 minutes ago
          I need Claude Max in any case for my work, so the cost is effectively null. And I do creative stuff in my spare time regardless, and I don&#x27;t really think about my hourly rate when I play with my kids either ;)
  • vbernat1 hour ago
    I find this fascinating. I also like to customize my desktop experience with my own code, but it&#x27;s more assembling stuff with some additional code as glue.<p>A word of warning: a reliable lock tool for X11 is difficult. You should look at XSecureLock, which uses a multiprocess approach to avoid leaving the desktop unprotected in case of crash. It also implements a number of countermeasure to ensure the desktop stays locked and the locker stays in the front of the display. It&#x27;s small too, so easy to audit (but written in C).
    • geir_isene37 minutes ago
      Thanks. I&#x27;ll look into it and borrow whatever is useful there into bolt.
  • grebc12 minutes ago
    So how productive are you now vs. before? I assume this was the reason for doing this?
  • robotresearcher2 hours ago
    I’m inspired by the message.<p>On this software itself: I’d like to know how this feels to use. It’s so very lightweight. Does it feel categorically different to what we are used to?<p>One of the things I miss about the 1980s home computers is that they booted into a usable command line in a handful of seconds, from a few KB in ROM. Imagine what today’s HW could do if we’d retained that level of efficiency.
    • salvesefu1 hour ago
      we are there now. depending on boot loader&#x2F;os combination, one can get to the sub 1-5 sec range, if its cli-only.
    • geir_isene1 hour ago
      It feels very different. It&#x27;s all damn instant. Me happy.
      • robotresearcher17 minutes ago
        That’s wonderful! I’ve made ultra-lightweight web apps of my own to replace bloated, slow, and poor UIs. It’s a night and day difference when the dependencies are few-to-none. And that’s on a fat browser stack. Your ASM desktop must zip!
  • jstanley1 hour ago
    Why did you choose to have Claude write it in assembly language?<p>There are big benefits to using a language that has good static analysis with LLMs.
    • cultofmetatron1 hour ago
      seriously.... we already have a constellation of good deterministic tooling for taking a relatively high concept spec to low level assembly. what does an llm offer in generating optimized asm that rust wouldn&#x27;t??
      • geir_isene1 hour ago
        Less memory footprint. No reliance on libs. Pure first-person control. No wasted CPU cycles is the target here for me. And if you read the post, the asm set is only for the desktop itself. The tools I use are in Rust. Result is: Laptop now runs at between 5-6W (down from ~9W) [XPS14 latest hw] on Ubuntu 26.04 - giving me around 3.5h extra battery life.
        • cultofmetatron1 hour ago
          &gt; Less memory footprint. No reliance on libs.<p>rust can do that. You can run a hyper stripped down rust that was made for embedded devices specifically because those devices don&#x27;t have room for a runtime.
          • geir_isene1 hour ago
            I&#x27;m sure I can. The original challenge was more in line of &quot;I wonder if CC can do this now?&quot;<p>And it apparently can. And very well.<p>One advantage seems to be that the complete asm file fits easily into CC context window.
  • cyberpunk2 hours ago
    Some screenies and the code at 0…<p>I struggle to understand why, though.<p>0: <a href="https:&#x2F;&#x2F;github.com&#x2F;isene&#x2F;chasm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;isene&#x2F;chasm</a>
    • thom52 minutes ago
      Same reason people muck about with knowledge management systems... to put off the day when you have to sit down at your desk and actually do something.
  • dadoum1 hour ago
    Sorry I have a question that is a little off-topic: what&#x27;s the value of generating an image of a laptop on a desk? That&#x27;s not like it&#x27;s particularly relevant, when you could have integrated a screen shot of your set-up (like the same one you put on a few of your repos) or something more unique, and even if you want to show that, it&#x27;s easy to find similar images with the same vibe, so I guess it&#x27;s for some fun I missed in the process?
  • mempko39 minutes ago
    I&#x27;ve been building an object oriented system re-imagined in a world with LLMs called Abject (<a href="https:&#x2F;&#x2F;abject.world" rel="nofollow">https:&#x2F;&#x2F;abject.world</a>) and one thought I had was to build an OS that boots into my project. One way to do it would be a minimal linux distro (think firefox os or similar). Has anyone done something like this with their projects?
  • gbgarbeb2 hours ago
    Did OP write this by hand? It reads like language written by a human overfitted on GPT 4o or Claude.
    • geir_isene1 hour ago
      OP did this: Prompted CC for all the points I wanted included (something like a 200 word prompt) and asked CC to draft it, including all the links added to the table I furnished. Then I edited the draft (about 50% then edited). Then asked CC to spellcheck and fixed the 5 it found.
    • jgilias1 hour ago
      If they basically generated a desktop for themselves, what’s the chance they didn’t generate the article? I think pretty slim.<p>Also, reading it is probably not the intended use. It’s probably: “Hey Claude, give me a TLDR of this”
      • swaits1 hour ago
        Who cares? It’s their content. If they hired an editor to help them, cool. If the content doesn’t suit you, move on.<p>But the incessant “AI was used here, thus is it garbage” is long past time to enter the grave.
        • geir_isene1 hour ago
          ^^ some anti-luddism right there