Viewing profile — xyc
xyc
HN member- Joined
- Wed, May 18, 2022, 4:20 AM UTC
- HN karma
- 282
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About xyc
Twitter/X: https://twitter.com/chxy
Recent public activity
-
comment
Comment #44806100
I'm running it with ROG Flow Z13 128GB Strix Halo and getting 50 tok/s for 20B model and 12 tok/s for 120B model. I'd say it's pretty usable.
-
comment
Comment #44398638
For TypeScript you can refer to https://github.com/modelcontextprotocol/typescript-sdk/blob/... There isn't much documentation available right now but you can ask coding agent eg. …
-
comment
Comment #44382710
Great to see more local AI tools supporting MCP! Recently I've also added MCP support to recurse.chat. When running locally (LLaMA.cpp and Ollama) it still needs to catch up in ter…
-
comment
Comment #44382667
It's a protocol that doesn't dictate how you are calling the tool. You can use in-memory transport without needing to spin up a server. Your tool can just be a function, but with t…
-
comment
Comment #44193705
recurse.chat + M2 max Mac
-
comment
Comment #44186616
I recently discovered toolhive which is pretty handy too https://github.com/stacklok/toolhive
-
comment
Comment #44011101
If you are on a Mac, give https://recurse.chat/ a try. As simple as download the model and start chatting. Just added the new multimodal support in LLaMA.cpp.
-
comment
Comment #43909009
Actually this is a good way to find product ideas. I placed a query in Grok to find posts about what people want, similar to this. Then it performs multiple searches on X including…
-
comment
Comment #43907787
It seems that this is possibly not necessary, since LLaMA.cpp already integrates Jinja with CPP implementation (through minja)
-
comment
Comment #42554904
Check out https://recurse.chat/
-
comment
Comment #42379542
The fact that there's no alternative implementation of SQLite also seems to play a part in preventing standardization of WebSQL. https://www.w3.org/TR/webdatabase/ "The specificati…
-
comment
Comment #42279787
If anyone on macOS wants to use llama.cpp with ease, check out https://recurse.chat/ . Supports importing ChatGPT history & continue chats offline using llama.cpp. Built this so I …
-
comment
Comment #42279758
You can get a release binary from https://github.com/ggerganov/llama.cpp/releases too.
-
comment
Comment #42254052
Made tool use work! check out demo here: https://x.com/chxy/status/1861684254297727299
-
comment
Comment #42243901
sharing the messy code here just for funsies: https://gist.github.com/xyc/274394031b41ac7e8d7d3aa7f4f7bed9
-
comment
Comment #42243187
Just tried out the puppeteer server example if anyone is interested in seeing a demo: https://x.com/chxy/status/1861302909402861905 . (Todo: add tool use - prompt would be like "go…
-
comment
Comment #42240858
^ asked the question in the discussion: https://github.com/modelcontextprotocol/specification/discus...
-
comment
Comment #42240795
Thanks for the pointers! Will do. I've fired up https://github.com/modelcontextprotocol/inspector and the code looks helpful too. I'm looking at integrating MCP with desktop app. T…
-
comment
Comment #42239830
Superb work and super promising! I had wished for a protocol like this. Is there a recommended resource for building MCP client? From what I've seen it just mentions Claude desktop…
-
comment
Comment #42185767
With Claude you barely had to learn the language this days as you just need to prompt, but SQLite column is an interesting idea.
-
comment
Comment #42179808
If you are interested in no config setup for local LLM, give https://recurse.chat/ a try (I'm the dev). The app is designed to be self-contained and as simple as you can imagine.
-
comment
Comment #42014203
Shameless plug: If you are on a Mac, check out RecurseChat: https://recurse.chat/ A few outstanding features: - Fast: Import ChatGPT history, loads thousands of conversations at on…
-
comment
Comment #42013943
Regarding chat history, I've been thinking that people should have ownership over chat history. We are migrating the chats towards SQLite, so your data is going to be a timeless fo…
-
comment
Comment #42013901
Give https://recurse.chat/ a try - I'm the developer. One particular advantage over alternative apps is importing ChatGPT history and speed of the app, including full-text search. …
-
comment
Comment #41992320
what's your experience with sqlite-vec? I'm considering using sqlite-vec in addition to/or replace qdrant vector db for a project (recurse.chat), since I'm moving all the data to s…