emacs

bhauman 2025-06-05T15:30:59.413149Z

1
πŸ”₯ 1
hkjels 2025-06-05T16:34:55.945129Z

I don’t quite understand. Are you allowing some AI to run wild with Emacs?

jcd 2025-06-05T17:10:18.214209Z

Do you have your emacs config online? I'm struggling to get mcp.el and gpt.el to work together.

bhauman 2025-06-05T17:10:41.186899Z

So let' me expand the idea I little as I'm too close to this. When you add an elisp-eval tool you give the llm a space to iterate and try out code, and in this case you can have it iterate in the repl on code that produces the behavior you'd want from a gptel based llm tool (ie (edit-buffer ...) (save-buffer...)) Then you can have it generate code into a library of gptel tools that allow it to use emacs. But yes in response to your question, you would be letting the LLM eval elisp... If you want to spin it up in a container or use sandbox-exec you can of course.

bhauman 2025-06-05T17:11:39.304779Z

@livingfossil my mcp.el integration broke bc both tools are moving so fast adn I haven't fixed it myself yet.. bc I'm using claude desktop most of the time.

πŸ‘ 1
jcd 2025-06-05T17:13:54.411679Z

yeap yeap, sounds about right. I'm trying to get work to pay for claude. The free tier couldn't get very far with clojure-mcp before running up against length limits.

hkjels 2025-06-05T20:38:02.252609Z

Interesting πŸ€”