4 comments

  • bicx1 hour ago
    We&#x27;re in an interesting time where my framework&#x2F;stack choice is now much less dictated by existing engineer expertise and more about fundamental capabilities in the framework and stack themselves.<p>I ended up building an agent orchestrator in Elixir and Phoenix, not because I love working in Elixir&#x2F;Phoenix (I do, but I just don&#x27;t write code by hand anymore), but because the BEAM&#x2F;OTP capabilities genuinely worked more reliably and elegantly to solve our orchestrator challenges.<p>I see projects like Hologram potentially showing up as the right tool for the job much more often. The barrier to picking up a new tool&#x2F;framework&#x2F;stack is so low these days with agentic development, and it comes down to speed, capability, and reliability.<p>Ironically, I don&#x27;t think agents are going to suggest anything like Hologram on their own, so it is still down to human engineers to push it into common use. That might be the biggest barrier to adoption: overcoming obscurity so that LLMs suggest it as a solution.
    • christina9745 minutes ago
      My framework&#x2F;stack choice on the other hand is now much more dictated by the quantity and depth of existing literature on the internet about that stack.
      • hnedeotes24 minutes ago
        does that really help? I have had llms fumble pretty simple stuff in html&#x2F;css and probably that&#x27;s what there&#x27;s more information on the internet, while with simple packages&#x2F;languages with clear cut semantics it seems to be much better, even if off some samples pasted into context.<p>[edit] the case was simply, write me an html landing page, with a navbar, a content area and a footer, make sure the content on each area doesn&#x27;t extend beyond 1200px wide , make each container centered (paraphrasing)
    • nightfuryg1 hour ago
      Did you use something like Jido or roll your own out of curiosity?
  • jamauro1 hour ago
    Hologram is a joy to work with. Local first support will take it to the next level. Bart is cooking.
  • hnedeotes3 hours ago
    I would be really excited to see this moving forward - saying as someone who uses Phoenix regularly (and likes it for the most part) and has used react, vuejs, and so on - even at the stage it&#x27;s at is already a very promising DX with what looks like a very reasonable roadmap and clear intent.<p>Having elixir apps that can work seamlessly local-first would be amazing and take care of one of the only areas where phoenix can&#x27;t completely cover out of the box, making things that today take a lot of glue code, and error prone, a matter of a few declarations.
  • taatparya1 hour ago
    Would be great for reviving LiveView Native. Perhaps Dockyard &#x2F; Brian Carderella might be interested.