HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jonrosner

no profile record

Submissions

Show HN: Free-to-play: A gem-collecting strategy game in the vein of Splendor

caratria.com
1 points·by jonrosner·il y a 5 mois·1 comments

comments

jonrosner
·il y a 5 mois·discuss
Feel free to ask questions / give feedback right here in the comments.
jonrosner
·il y a 7 mois·discuss
I am thinking of distributing skills that I build to my clients. As my clients are mostly non-technical users I need this process of distribution to be as easy as possible. Even adding a .env file would probably be too much for most of them. With skills I can now finally distribute my logic easily, just send the raw files and tell them to put it into a folder - done. But there is no easy way for them to "setup" the credentials in those skills yet. The best UX in my opinion would be for Codex (or Claude, doesn't matter) to ask for those setup-parameters once when first using the skill and process the inputs in a secure manner, i.e. some internal secret storage
jonrosner
·il y a 7 mois·discuss
you could for example create a skill to access your database for testing purposes and pass in your tables specifications so that the agent can easily retrieve data for you on the fly.
jonrosner
·il y a 7 mois·discuss
one thing that I am missing from the specification is a way to inject specific variables into the skills. If I create let's say a postgres-skill, then I can either (1) provide the password on every skill execution or (2) hardcode the password into my script. To make this really useful there needs to be some kind of secret storage that the agent can read/write. This would also allow me as a programmer to sell the skills that I create more easily to customers.
jonrosner
·il y a 7 mois·discuss
after testing it for a little I am pretty disappointed. While I do get 90 token per second out of it from my M4 Pro which is more than enough for a real world use case, the quality is just not there. I gave it a codebase that it should analyze and answer me some questions and it started hallucinating right away. No replacement for a "real" coding agent - maybe for other agentic work like sorting emails though.
jonrosner
·il y a 7 mois·discuss
running it on my M4 @ 90tps, takes 18GB of RAM.
jonrosner
·il y a 9 mois·discuss
Self host Yaade. If you dont have a server run it locally in a Docker container.
jonrosner
·il y a 9 mois·discuss
Thats why I self host Yaade https://docs.yaade.io (shameless plug lol)
jonrosner
·il y a 11 mois·discuss
I can't reproduce this, even when forcing it not to reason:

"how many b's are in blueberry? don't think, answer fast."

blueberry • b → 1 (at position 1) • l → no • u → no • e → no • b → 2 (at position 5) • e → no • r → no • r → no • y → no

Total: 2 b’s.