HackerTrans
TopNewTrendsCommentsPastAskShowJobs

n4pw01f

4 karmajoined 8 เดือนที่ผ่านมา

comments

n4pw01f
·4 วันที่ผ่านมา·discuss
We ended up doing the same, own harness with a world view (schema.org) and map reduce rather than a RAG. Happy with the results and context hydration speed
n4pw01f
·5 เดือนที่ผ่านมา·discuss
I created a nice harness and visual workflow builder for my Gemini agent chains, works very well. I did this so it would create code the way I do, that is very editable.

In contrast, the vs code plugin was pretty bad, and did crazy things like mix languages
n4pw01f
·5 เดือนที่ผ่านมา·discuss
I am seeing shit tons of chatbots for everything under the sun being onboarded at corporate
n4pw01f
·5 เดือนที่ผ่านมา·discuss
Why not Jitsi - genuinely curious
n4pw01f
·7 เดือนที่ผ่านมา·discuss
I have used HTMX extensively with AI agents. It is fantastic for dynamic views.

Agent one: handles the request and does tool calls

Agent two: reads the result and decides on quality vs a re-drive if it’s low quality

Agent three: decides how to present the information to the user, creates a collection of HTMX elements

HTMX hx-get is reliably, and beautifully rendering the result of the Agentic Workflow without any react, etc.

Very happy and passing quality gates. I love not having security alerts every week to patch because of some buried react dependency library
n4pw01f
·8 เดือนที่ผ่านมา·discuss
I guess we just call them turn servers but technically it’s a “Stateful Dialogue Manager”
n4pw01f
·8 เดือนที่ผ่านมา·discuss
This process can be handled by a “turn server”

Was a pain to set up, but you can score the context completion and then if the score is under 98% or something, “ask” clarifying questions of the requesting agent or person or system