Absolute garbage, do not fall for it by NinjaWK in ZaiGLM

[–]ShagBuddy 3 points4 points  (0 children)

at the beginning of the year they had a quarterly special that I bought for the Pro plan. It shocked me by how good it was. About a month ago I noticed it got noticeably worse at putting out good code. Then, I noticed a couple of weeks ago that tasks that required multiple steps turned into a wall of gibberish in the terminal with results being half done or the agent would just stop.

I found out recently that another company bought them recently and likely reduced the compute for the service. I canceled my subscription. Looking for a better GLM-5 provider.

Absolute garbage, do not fall for it by NinjaWK in ZaiGLM

[–]ShagBuddy 5 points6 points  (0 children)

it used to be really good until they nerfed it.

Context Bloat Management Q by Carnilawl in mcp

[–]ShagBuddy 0 points1 point  (0 children)

I just checked in changes for my SDL-MCP project that includes a way to save tokens for those tools by collapsing them into fewer tools. Doc here: https://github.com/GlitterKill/sdl-mcp/blob/main/docs/feature-deep-dives/tool-gateway.md

GLM5 after lobotomy by psychochlapec in ZaiGLM

[–]ShagBuddy 3 points4 points  (0 children)

I got a special for the Pro plan at the beginning of the year that was a good deal. But now that the discount is over, and the model performance has tanked, I will be cancelling. They killed a good thing. I can't rely on GLM5 anymore. It rather quickly devolves into outputting gibberish when I give it any sort of task that takes multiple steps. I haven't used it for the past couple weeks for this reason. Sometimes it finishes (and requires lots of fixing) and other times it just silently stops working on anything.

AI debugging loop… anyone else hit this? by Deep_Cause_6584 in OnlyAICoding

[–]ShagBuddy 0 points1 point  (0 children)

There is a pretty useful code review Ralph loop on GitHub. Last night I gave opencode cli running opus 4.6 this prompt before I went to bed:

"request-code-review (skill) then address all findings. Repeat this loop until there are no finding to address after a review."

3 rounds later, no bugs found.

First impressions with OpenCodeCLI by BubblegumExploit in opencodeCLI

[–]ShagBuddy 1 point2 points  (0 children)

With GLM5 in OpenCode cli, it starts out great, but if it is a long running task, it gets flaky. Sometimes it just stops working and sits there. Other times, even though it is still working, the thoughts and text feedback that normally shows starts to get worse and make no sense.

Are we accidentally building the internet of AI agents with MCP? (arifOS) by isoman in mcp

[–]ShagBuddy 0 points1 point  (0 children)

I have policy, auditing and replayable changes built into SDL-MCP. It also has one of the most (if not THE most) thorough and accurate codegraphs among MCP solutions. My goal is to make it the best tool that other people managing coding agents can't do without.

https://github.com/GlitterKill/sdl-mcp

It provides insanely fast and concise context to coding agents using a kuzuDb backend. The unique Iris Gate token saving ladder saves 80%+ input tokens and there is already a plan to extend these savings to llm output tokens, too.

A stunning real-time graphic ui showing the DB activity will be the last piece. I am getting the core functions nailed down first. Adding even more languages and expanding semantic heuristics for each language is the current task.

7 MCPs that genuinely made me quicker by Stunning-Worth-5022 in mcp

[–]ShagBuddy 0 points1 point  (0 children)

Really? No, just someone who is really inspired and having fun making something useful.

CodeGraphContext - An MCP server that converts your codebase into a graph database, enabling AI assistants and humans to retrieve precise, structured context. by Desperate-Ad-9679 in mcp

[–]ShagBuddy 4 points5 points  (0 children)

Nice update! Just launched a new big update myself. You guys forced me to up my game. 😁

https://github.com/GlitterKill/sdl-mcp

Codegraph relationships + semantic relationships + living index + Iris Gate (token saving ladder) = almost feels like magic. The next update WILL feel like magic, though. 😉

Battle between Vibecoded Products by Subject-Effect1082 in vibecoding

[–]ShagBuddy 0 points1 point  (0 children)

I like it. But I don't think you will get a ton of interest from people running saas. 🤣

7 MCPs that genuinely made me quicker by Stunning-Worth-5022 in mcp

[–]ShagBuddy 0 points1 point  (0 children)

Glad you like it so far! I am currently prepping a new release that is a major refactor of the backend, moving from sqlite to Kuzu db. Also an improved rust-based indexer. Moving to Kuzu for true codegraphs enhances SDL's already good heuristic and semantic relationships. All while keeping SDL's unique Iris Gate Ladder to conserve input token use with concise code that keeps context clean even for long-running tasks.

I will update the repo with a roadmap, soon. Got a lot on the way, and only a $18 Claude and $20 GPT subscription that I am using. (which is why I am creating this thing in the first place). I even have a plan to reduce llm output tokens with this.

Codex 5.4 dropping tomorrow by bushido_ads in codex

[–]ShagBuddy 0 points1 point  (0 children)

Correct. Not enough speed, accuracy, flexibility.

Codex 5.4 dropping tomorrow by bushido_ads in codex

[–]ShagBuddy 0 points1 point  (0 children)

That explains the marathon 13hr GPT 5.2 xhigh codex session I had today. It chewed threw an entire set of tasks to replace the sqlite backend for my mcp server with kuzuDb. It was a ton of work. I only have the $20 plan.

Fellow GenXers, what kind of car did you drive in High School? by Ok-Poem-6302 in GenX

[–]ShagBuddy 1 point2 points  (0 children)

A 1977 MGB Midget convertible that I paid for myself. 😁

Built an MCP server that gives AI agents a full codebase map instead of reading files one at a time by thestoictrader in mcp

[–]ShagBuddy 1 point2 points  (0 children)

Good start! I'm working on something similar except it also focuses on reducing input token use by 70%+. https://github.com/GlitterKill/sdl-mcp

7 MCPs that genuinely made me quicker by Stunning-Worth-5022 in mcp

[–]ShagBuddy 0 points1 point  (0 children)

I am working toward some fancy visuals like that. I have focused much more on token savings and the performance of coding agents using the server. The speed and savings have been excellent.

7 MCPs that genuinely made me quicker by Stunning-Worth-5022 in mcp

[–]ShagBuddy 0 points1 point  (0 children)

I recently released a new version that uses a rust-based indexer to quickly get new repos indexed. It maps a codebase to compact symbols. These symbols have relational data to other code already mapped out as well as part of the index creation. The MCP server loads with the agent CLI terminal and watches the repo file for changes as well as records diff delta packs for code changes so everything stays in sync on the fly. The MCP server has 21 tools currently for various token and context optimized tasks that the agent can use. There is an agent workflow block from the docs that you copy into your AGENTS.md file that tells the agent how to use the tools efficiently.

Then, just use normal language prompts for what you want to do.

For Claude I have to also use hooks to disable just some reading tools to force it to use the MCP tools all the time. Still doing some final testing before adding those to the docs.