gptel-slim-tools - Surgical context management for faster LLM workflows #1318
Jeremias-A-Queiroz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I’d like to share a project I’ve been developing to bridge a gap in my daily interaction with LLMs in Emacs:
emacs-gptel-slim-tools.The goal is simple: Maximum precision with minimal context. Instead of copying/pasting fragments or sending entire files (which can be noisy and token-heavy), these tools allow you to inject specific code blocks or metadata directly into
gptelwith surgical precision.The Background:
I work as a SysAdmin/DevOps in a heavily regulated healthcare cooperative where the Development and Infrastructure teams are strictly separated. I often receive deployment tasks for applications I didn't write and that are sometimes poorly documented.
Before these tools, I spent hours inspecting source code or pinging developers to understand how to build the proper manifests (especially
SecretsandConfigMaps). Whilegptelis a lifesaver, the friction of manual context management was still a bottleneck.The Workflow:
With
gptel-slim-tools, I can now:env vars,logic blocks, orconfig patterns) without leaving the buffer.I’m sharing this because I believe other SysAdmins using Emacs might find it useful for bridging the gap between "code I didn't write" and "infrastructure I must maintain." However, I believe this is equally valuable for anyone who needs to investigate large codebases or get LLM support on the fly without constant context "noise."
The Repo: https://github.com/jeremias-a-queiroz/emacs-gptel-slim-tools
I’d love to hear your thoughts or how you manage context "noise" in your own workflows!
Beta Was this translation helpful? Give feedback.
All reactions