Live data from Hacker News

Viewing profile — abrgr

abrgr

HN member
Joined
Mon, Jul 06, 2015, 3:50 PM UTC
HN karma
62
Public activity
45 items

About abrgr

Building www.statebacked.dev - a state machine cloud for invincible workflows and real-time backends

[ my public key: https://keybase.io/abrgr; my proof: https://keybase.io/abrgr/sigs/l0nvygWetP5buv3Qtb18R9oMmIBOI_q9MNAUnFhlsHc ]

Recent public activity

  1. comment
    Comment #46256728

    Great article! > There exists a higher level problem of holistic system behavior verification This is the key observation. Strict, code-level verification of every line, while valu…

  2. comment
    Comment #37798029

    Modeling workflows as state machines is incredibly powerful. In addition to everything the author mentioned, the constraints of state machines allow a workflow platform to provide …

  3. story
  4. story
  5. comment
    Comment #37615682

    This is really cool. Love to see usage of state machines on the backend! It's such a good fit for multi-step LLM apps and a really nice abstraction for generic backend flows as wel…

  6. comment
    Comment #37612192

    Rust ADTs and pattern matching are so much better than other mainstream languages I find that once my code compiles it actually is almost always correct. The next step is to encode…

  7. comment
    Comment #37600823

    Great points. It's very similar to a DAG you'd make for a workflow but not necessarily acyclic and events can be sent from external sources as well as internal processes. States ca…

  8. comment
    Comment #37600756

    Very true!

  9. comment
    Comment #37599212

    Well put and thank you!

  10. comment
    Comment #37598284

    Thanks! Running systems with this pattern for the past few months, it has been so nice being able to cleanly upgrade instances. The old Joel on Software blog has some gems.

  11. comment
    Comment #37598042

    Thank you! These workflow systems were such an amazing advance over what came before but we can do even better.

  12. comment
    Comment #37597855

    Great point! State machines are a really nice way to orchestrate multi-step LLM invocations. They're also a great way for LLMs to produce code. It's human-readable so you can vet t…

  13. story
  14. comment
    Comment #37557278

    So happy that others are getting behind this idea. Protecting critical backend state by establishing a state machine that owns it makes so many things so much easier to reason abou…

  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #36391676

    Love sketch.systems! We built https://www.teampando.com out of a similar love for state-based thinking. We turn natural language requirements into state machines, have a Figma plug…

  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #33907203

    Thanks for the recommendation. Ontology should take up the most mental effort. Unfortunately, much of the advice in vouge today argues against thinking about ontology. That advice …