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

monatron

no profile record

投稿

Show HN: GimmeGimme – Finding gifts for hard-to-shop-for people

gimmegimme.app
1 ポイント·投稿者 monatron·8 か月前·0 コメント

コメント

monatron
·3 か月前·議論
To be fair, I can think of reasons why you would want to be able to set them in various ways.

- settings.json - set for machine, project

- env var - set for an environment/shell/sandbox

- slash command - set for a session

- magical keyword - set for a turn
monatron
·6 か月前·議論
Very cool! Would love to know more about the audio processing backend that drives this type of thing
monatron
·6 か月前·議論
I'm on a deep dive fine-tuning how I organize and manage my personal knowledge base - focused on entity extraction and strategic information retrieval and based on the AgREE paper from Apple[0] and persisting it in Memgraph.

I've got a nice ingest, extract, enrich process going for the graph - I'm currently working on a fork of claude-mem[1] that uses the graph as a contextual backend for agentic coding workflows.

0. https://arxiv.org/abs/2508.04118 1. https://github.com/thedotmack/claude-mem/
monatron
·6 か月前·議論
If you're like me you're doing it to establish a greater level of trust in generated code. It feels easier to draw out the hard guard-rails and have something fill out the middle -- giving both you, and the models, a reference point or contract as to what's "correct"
monatron
·7 か月前·議論
Nice tool - I appreciate you sharing the work!
monatron
·11 か月前·議論
This is a great use case for sub-agents IMO. By default, sub-agents use sonnet. You can have opus orchestrate the various agents and get (close to) the best of both worlds.