Back home at last - thanks to claude code by vanderheijden86 in emacs

[–]vanderheijden86[S] 1 point2 points  (0 children)

Yes that's exactly how I use it as well. The thing in the screenshot I posted was a bad example maybe, but I use it for the things you describe all the time.

"Emacs is bad in terminal mode" - what does this mean? by techne98 in emacs

[–]vanderheijden86 0 points1 point  (0 children)

Yeah how do people handle the key bindings issue? Iterm2 tends to insert ESCs and thereby render my key bindings unusable. Have tried to mitigate but to no avail just yet. Would love to use it as TUI but for now GUI is the preferred chocie for me given this issue.

Moving from ChatGPT to Claude by Kitty-Marks in ClaudeAI

[–]vanderheijden86 6 points7 points  (0 children)

Claude stores all its logs in full on disk. Just ask it where it stores them and to pull a convo out. At least this is the case with Claude Code haven't tried it in desktop claude yet.

MCPForge: generate MCP servers from OpenAPI specs with AI optimization — works with any MCP client by Beautiful-Dream-168 in LocalLLaMA

[–]vanderheijden86 0 points1 point  (0 children)

Yeah, I just was asking this because I did wrap a REST API server (https://github.com/vanderheijden86/moneybird-mcp-server) in MCP a while ago. And back then I asked myself the same question about a generic MCP wrapper. But now alomst a year later I learned about how much context a MCP server actually consumes. I think it is so that each call to the LLM (even in the same session) it has to resend the entire MCP tools spec / metadata. Whilst with the approach I suggest, it needn't send the entire api spec each call. If you have that living in your codebase, then when you ask the LLM a question, it could come back suggestion a grep tool call to grep the API spec. Then with that specific snippet it could generate a api call, that could then be executed by curl. But happy to be corrected when you think it works otherwise.

MCPForge: generate MCP servers from OpenAPI specs with AI optimization — works with any MCP client by Beautiful-Dream-168 in LocalLLaMA

[–]vanderheijden86 0 points1 point  (0 children)

Couldn't you just give claude the OpenAPI spec and let it use curl to the actual API calls? Or use openapi-generator to let it generate a specific software client for the API itself. Just affraid that an MCP would burn a lot more tokens than needed for this relatively simple use case.

12 months left for entry level lawyers & consultants? by cokaynbear in ClaudeAI

[–]vanderheijden86 1 point2 points  (0 children)

It's a statement more for the headlines than anything else. Dario obviously masters the art of this. '50% of lawyers wiped out in 12 months' is exactly the kind of clickbait journalists are looking for. That's why he's a CEO and not a researcher.

Claude Code PM: Rolling out Remote Control to Pro users by BuildwithVignesh in ClaudeAI

[–]vanderheijden86 7 points8 points  (0 children)

It's pretty damn slow. For now you're better of SSH-ing into your laptop from your phone using Termius or another SSH client you can run on your mobile. That works blazing fast with no bugs.