Viewing profile — honorable_judge
honorable_judge
HN member- Joined
- Wed, Nov 20, 2024, 12:45 AM UTC
- HN karma
- 2
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About honorable_judge
No profile information was provided.
Recent public activity
-
comment
Comment #43766848
Yea - that's right. Its this separation of concerns that I think will help people break through the confusion of building agents.
-
story
Show HN: LMM for LLMs – A mental model for building LLM apps
I've been building agentic apps for some large Fortune 500 companies (T-Mobile, Twilio, etc.) and developed a mental model that serves as a practical guide in building agentic apps…
- story
-
comment
Comment #43276571
Envoy is compatible with OTel out of the box. That's a big plus for observability. Plus Envoy is designed for high-load dataplane (in the request path worklaods) and used in every …
- comment
-
comment
Comment #42250184
Arch moves the critical but crufty work around safety, observability, and routing of prompts outside business logic. Its a uniquely intelligent infrastructure primitive, engineered…
- story
- comment
- story
-
comment
Comment #42189790
For a programming language mostly out of favor, the effort to get a framework right and find the right audience to use this over existing options will be tricky. Good luck!
-
comment
Comment #42189763
Its a proxy - built on Envoy. I think its fairly clear that this is a separate process. As far as I can tell, you create a config file, boot up archgw, and in the config have it po…
-
comment
Comment #42189715
Found it interesting (for the use case) - the work to export chat and then map is exactly that: work
-
comment
Comment #42189705
With all the focus on language specific frameworks - this out of process architecture choice is an interesting one. On one hand, it helps you side step the "is this functionality a…