HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alecfong

no profile record

Submissions

Show HN: Use Claude Code to Query and Analyze Your Finances

github.com
1 points·by alecfong·5 ay önce·1 comments

comments

alecfong
·5 ay önce·discuss
mmoney-cli is a CLI that turns Monarch Money into a personal finance backend you can query from the terminal and hook up to AI agents like Claude Code.

Monarch already does the hard work of aggregation, categorization, and syncing. mmoney-cli exposes that data as structured primitives so you can script against it or let an agent reason over it.
alecfong
·11 ay önce·discuss
If you wanna compare on an h200 and play with trt-llm configs I setup this link here https://brev.nvidia.com/launchable/deploy?launchableID=env-3...
alecfong
·geçen yıl·discuss
You write tests, lint, and review the code. Provide clarifying instructions and point to places in code base to improve agent understanding. It’s funny how similar it is to standard engineering!
alecfong
·2 yıl önce·discuss
Our first implementation of brev.dev was built on top of kubernetes. We were also building a remote dev environment tool at the time. Treating dev environments like cattle seemed to be the wrong assumption. Turning kubernetes into a pet manager was a huge endeavor with long tail of issues. We rewrote our platform against vms and were immediately able to provide a better experience. Lots of tradeoffs but makes sense for dev envs.
alecfong
·2 yıl önce·discuss
What foot guns have you run into with FINAL?