HackerTrans
TopNewTrendsCommentsPastAskShowJobs

b2v

no profile record

Submissions

Show HN: B2V – Protection against impersonation attacks

get.b2v.xyz
3 points·by b2v·2 ปีที่แล้ว·0 comments

Show HN: b2v.xyz – Protection against impersonation attacks

get.b2v.xyz
8 points·by b2v·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by b2v·2 ปีที่แล้ว·0 comments

[untitled]

1 points·by b2v·2 ปีที่แล้ว·0 comments

comments

b2v
·2 ปีที่แล้ว·discuss
I might share it with you later on your discord server.

> I can send over my best guess of a good prompt!

Now if you could automate the above process by "fitting" a first draft prompt to a wanted schema, ie where your library makes a few adjustments if some assertions do not pass by have having a chat of its own with the LLM, that would be super useful! Heck i might just implement it myself.
b2v
·2 ปีที่แล้ว·discuss
Neat, thanks! I'm still pondering wether I should be using this since most of the retries I have to do are because of the LLM itself not understanding the schema asked for (eg output with missing fields / using a value not present in `Literal[]`) — certain models being especially bad with deeply nested schemas and output gibberish. Anything on your end that can help with that?
b2v
·2 ปีที่แล้ว·discuss
Thanks for the clarification. How do you handle dynamic types, ie types determined at runtime?
b2v
·2 ปีที่แล้ว·discuss
I'm not sure I understand, in the docs for the python client it says that BAML types get converted to Pydantic models, doesn't that step include the extra latency you mentioned?