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

shanev

no profile record

投稿

Show HN: Vanta – Markdown notes for iPhone with on-device AI

vanta.shanev.ai
1 ポイント·投稿者 shanev·11 日前·0 コメント

コメント

shanev
·6 か月前·議論
Congrats on the launch! It would be useful to have a matrix somewhere showing how this compares to Jina, Firecrawl, etc.
shanev
·6 か月前·議論
https://shanev.ai
shanev
·7 か月前·議論
The GPT models, in my experience, have been much better for backend than the Claude models. They're much slower, but produce logic that is more clear, and code that is more maintainable. A pattern I use is, setup a Github issue with Claude plan mode, then have Codex execute it. Then come back to Claude to run custom code review plugins. Then, of course review it with my own eyes before merging the PR.

My only gripe is I wish they'd publish Codex CLI updates to homebrew the same time as npm :)
shanev
·8 か月前·議論
I built a little Chrome extension that shows the flag for where the account is based in on the profile page itself: https://grokify.app.
shanev
·8 か月前·議論
[flagged]
shanev
·8 か月前·議論
This is solvable at the level of an individual developer. Write your own benchmark for code problems that you've solved. Verify tests pass and that it satisfies your metrics like tok/s and TTFT. Create a harness that works with API keys or local models (if you're going that route).