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

benvan

97 カルマ登録 13 年前
Just a guy with silly hair. Lives at http://benvan.co.uk

投稿

Show HN: Max – a federated data query layer for AI agents (and humans)

max.cloud
7 ポイント·投稿者 benvan·4 か月前·1 コメント

コメント

benvan
·6 日前·議論
I highly doubt the author is Claude, and would encourage you to read the last paragraph of the article.

The author has clearly put a lot of love and labour into this work.
benvan
·4 か月前·議論
Nice project! I've been working on something very similar here https://github.com/max-hq/max

It works by schematising the upstream and making data locally synchronised + a common query language, so the longer term goals are more about avoiding API limits / escaping the confines of the MCP query feature set - i.e. token savings on reading data itself (in many cases, savings can be upwards of thousands of times fewer tokens)

Looking forward to trying this out!
benvan
·4 か月前·議論
Regarding the metrics:

- Claude (via Hubspot MCP) was paginating over contacts, at 40s per 800 contacts and ~150k tokens (triggering compaction) - full run was 120 of these loops @ 80 minutes and 18M tokens

- Claude + Max was 1 `max search hubspot --filter` command piped to sort | uniq -c - plus 1 `max search gdrive` query matching each of the results of the previous query, piped to sort | uniq -c - The rest of the tokens were spent producing an output from 20 words + 20 numbers

(Both of these calculations ignore cached tokens)
benvan
·6 か月前·議論
Some fun history on how the cmd-k shortcut came to be:

https://ux.stackexchange.com/a/153937