HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shanev

no profile record

Submissions

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

vanta.shanev.ai
1 points·by shanev·11 dagen geleden·0 comments

comments

shanev
·6 maanden geleden·discuss
Congrats on the launch! It would be useful to have a matrix somewhere showing how this compares to Jina, Firecrawl, etc.
shanev
·6 maanden geleden·discuss
https://shanev.ai
shanev
·7 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
[flagged]
shanev
·8 maanden geleden·discuss
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).