Viewing profile — abrgr
abrgr
HN member- Joined
- Mon, Jul 06, 2015, 3:50 PM UTC
- HN karma
- 62
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About abrgr
[ my public key: https://keybase.io/abrgr; my proof: https://keybase.io/abrgr/sigs/l0nvygWetP5buv3Qtb18R9oMmIBOI_q9MNAUnFhlsHc ]
Recent public activity
-
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…
-
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 …
- story
- story
-
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…
-
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…
-
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…
-
comment
Comment #37600756
Very true!
-
comment
Comment #37599212
Well put and thank you!
-
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.
-
comment
Comment #37598042
Thank you! These workflow systems were such an amazing advance over what came before but we can do even better.
-
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…
- story
-
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…
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
-
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 …