HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pros

no profile record

投稿

Use AI without compromising data security or privacy

privatemode.ai
1 ポイント·投稿者 pros·25 日前·0 コメント

Run Claude Cowork against your own cloud inference provider

claude.com
2 ポイント·投稿者 pros·2 か月前·0 コメント

BSI (Germany) defines when a cloud is sovereign

heise.de
3 ポイント·投稿者 pros·3 か月前·0 コメント

[untitled]

22 ポイント·投稿者 pros·3 か月前·0 コメント

コメント

pros
·3 か月前·議論
[dead]
pros
·3 か月前·議論
You cannot — not with the model alone. It gives you spans + types, not identity.

You need to do that part yourself after the model runs. The filter gives you spans; for each one, assign a stable ID (PERSON_1, PERSON_2) and keep {PERSON_1: "Harry", PERSON_2: "Ron"} next to the document. Swap IDs in before the LLM call, swap originals back in the reply.

Scoping that map to a document/project keeps the same person consistent across calls, so Harry stays PERSON_1 instead of becoming PERSON_3 the next time he's mentioned.

(Disclosure: I'm building a Mac privacy tool, RedMatiq, that does exactly this. The mapping layer turned out substantially harder than detection.)
pros
·3 か月前·議論
I'm using GLM 5.1 for the last two weeks as a cheaper alternative to Sonnet, and it's great - probably somewhere between Sonnet and Opus. It's pretty slow though.