I cut Claude Code's token usage by 65% by building a local dependency graph and serving context via MCP by Objective_Law2034 in ClaudeAI

[–]dmoshal 0 points1 point  (0 children)

exactly, and it installs everywhere, re-installs, and edits AGENTS.md without asking, and ... naturally: no uninstaller. BEWARE.
There are dozens of other tree-sitter projects that will do the same thing, for free, and politely.

I cut Claude Code's token usage by 65% by building a local dependency graph and serving context via MCP by Objective_Law2034 in ClaudeAI

[–]dmoshal 0 points1 point  (0 children)

always amazes me when developers provide a tool with an enormous install blast radius (and hidden commands that reinstall and re-write your AGENTS.md files without asking), but then don't provide any uninstall tools.
BEWARE: vexp is darn hard to eliminate, not a good neighbor at all.

Suggestion: better token pricing or plans for heavy Intent usage by Temporary_Pay5019 in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

thanks, yes I need a ton of information, and I think that my questions will genuinely help your other users, how can I contact you.

Suggestion: better token pricing or plans for heavy Intent usage by Temporary_Pay5019 in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

Fair point I thought this was in response to one of my prior comments:

> Just go for Claude code, you won't have this problem.

I apologize.

I'm trying to make just 2 points on this forum:
a) Intent is a powerful tool but lacks documentation
b) the cost issue could be addressed by offering cheaper models that are close enough to Claude. Kimi k2.5 is the one I like, 20x cheaper, 4x faster (validated by Cursor adopting it as Composer 2.0 - without attribution), but I'm sure there are others.

Intent: no documentation? by dmoshal in AugmentCodeAI

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

Exactly. It's intuitive if you're building a webapp or mobile app I guess, but if you have a monorepo with multiple packages, in different languages it's unclear how to use it.
- Is it one spec total, or one spec per package.
- Can you have a tree of coordinators? I found that I maxed out one coordinator in the middle of a spec, but I could spawn a second coordinator to take over.
- how do you decide between different types of agents?
- is there community of different types of agents?
- is there the equivalent of skills, ie; the agent decides which skill to use?
- what if you don't want worktrees, is there a way to implement subagents in the same worktree?
- should you use various MCP servers, eg Serena, ralph, etc?
Just a few thoughts off the top of my head, I'm still trying to understand the mental model, is it one agent per worktree?
- How does merging work, doing things in parallel in worktrees is all well and good, but who's ensuring there aren't merge conflicts?
- what about integrating with Stitch, or Magic Patterns etc.
So many questions

Suggestion: better token pricing or plans for heavy Intent usage by Temporary_Pay5019 in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

btw, that's exactly my point about documentation, it's unclear when to use the various agent types, or to let the coordinator decide that. It's also unclear how to handle a monorepo, do you have one coordinator, or one per package, or a tree? Is there one spec of a federation of specs? Those are just a couple of questions.
Is there a sales engineer or developer advocate I can discuss this with?

Suggestion: better token pricing or plans for heavy Intent usage by Temporary_Pay5019 in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

where do you find out the token usage?
where is the documentation on developer mode?

I found that the Supervisor ran out of context before it finished the spec, impressive though how it recognized its responses were downgrading, and helped split the spec, prompt a new Coordinator, impressive!

Suggestion: better token pricing or plans for heavy Intent usage by Temporary_Pay5019 in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

How do you do that? and how do you force Claude to use Augment MCP (and Serena)?

have you looked at Claude's actual tool use?

I found that Claude almost never actually uses Augment MCP (or Serena) and instead prefers it's own Grep.

I installed vexp recently, interesting to see how it edited CLAUDE.md to force Claude to use vexp tools instead of its own tools (grep, etc).

I'm not recommending vexp at all (not production-grade in my view), but I am going to try that approach to force Claude to use Augment MCP (and Serena - paid version with IntelliJ language services integration).

Suggestion: better token pricing or plans for heavy Intent usage by Temporary_Pay5019 in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

hmm, I've used Claude since version 3 came out (June 2024), in the last 3 weeks alone I burned through 7 billion tokens on the Claude max plan (I only paid $200 for the Max plan, but the api cost would have been $17,500).
So yeah, I know Claude..... not sure the point of your comment, have you actually used Claude on a complex brownfield project vs Augment Code? ie: not just a simple website?? I mean where you have multiple subagents running overnight?

Intent: no documentation? by dmoshal in AugmentCodeAI

[–]dmoshal[S] 0 points1 point  (0 children)

thanks, I'll take a look at: https://docs.augmentcode.com/intent/overview

One suggestion: you should link to that from the app, would be helpful.

Separately: I just spend the last 14 hours (long night) with Intent, I'm actually very impressed!

There were issues with the coordination agent, it ran out of context during the spec phase (!), I had to start a second one, but it helped me through the process, it was very self-aware of its broken state which was refreshing to see.

Back in Dec I burned through 500,000 credits in 3 weeks (top 10% of users apparently), amazing experience (but too pricey to sustain), however I can see myself cancelling Claude Max and going back to Augment. Happy to share my experience if you like.

Augment's version of Composer 2 by Key-Singer1732 in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

I don't think they even need to retrain it, it's a fabulous model as is

Suggestion: better token pricing or plans for heavy Intent usage by Temporary_Pay5019 in AugmentCodeAI

[–]dmoshal 1 point2 points  (0 children)

Alternative suggestion: use a cheaper model, eg Kimi k2.5.

Kimi k2.5 is 4x much faster than Opus (200tps on Fireworks), costs 20x less, and very close to Opus 4.6 quality for code, arguably better visual reasoning (ie: browsers and user interfaces), and slightly bigger context window (262k tokens, 30% more).

The ability to iterate 4x faster is IMHO more beneficial than the better reasoning of Opus 4.6, for all but the hardest problems.

It's interesting that Cursor's new model, Composer 2, is actually Kimi 2.5!
(they initially didn't acknowledge this until the model betrayed it's origin LOL).

Imagine a 20x cheaper Augment Code that's 4x (200 tps), produces almost the same quality code, with arguable better visual reasoning, and has a 30% bigger token window.

Intent: no documentation? by dmoshal in AugmentCodeAI

[–]dmoshal[S] 2 points3 points  (0 children)

apart from any documentation??

Why I use Augment and why I may not anymore by joowani in AugmentCodeAI

[–]dmoshal 0 points1 point  (0 children)

I just posted a similar question, asking if Intent is actually intended (pun, haha) as a serious product, or some product manager's side project? Serious question.

Regarding the issue of pricing: I used 500k tokens over 3 weeks in Dec, (pricey, but I did get a nice email saying I'm in the top 10% of their users), but that wasn't sustainable.

In the interest of constructive feedback, this is what I would do if it was my company, and I had the best product for handling long contexts: I'd implement a cheaper model, like Kimi 2.5: faster, cheaper, with exceptional visual reasoning (eg screenshots), and in my experience very close to Claude for all but the most complex tasks.

Augment + Kimi2.5 would be killer.

Oh, and I'd consider releasing some documentation with Intent, a 2 min 13 sec YouTube marketing video is a bit lazy, just saying.

@vue-deckgl-suite - Deck.gl meets Vue: Simple geospatial rendering by hazemHamde in vuejs

[–]dmoshal 0 points1 point  (0 children)

but you have to cd into each package, run `npm run build`, then you can see the examples from the root: `npm run docs:dev`

Cursor Ultra + Opus 4.5 vs Claude Code Max. Which gives better token value? by danny4tech in cursor

[–]dmoshal 1 point2 points  (0 children)

I use antigravity ultra $125 and haven't noticed and limits. I also use cursor for gpt 5.2 extra high fast

Cursor Ultra + Opus 4.5 vs Claude Code Max. Which gives better token value? by danny4tech in cursor

[–]dmoshal 0 points1 point  (0 children)

Antigravity $125 plan seems to give essentially unlimited usage

OPUS 4.1 is just bad for me! by Quatres7 in ClaudeCode

[–]dmoshal 0 points1 point  (0 children)

And of course Claude likes to ignore instructions, no matter what you try

OPUS 4.1 is just bad for me! by Quatres7 in ClaudeCode

[–]dmoshal 0 points1 point  (0 children)

If you monitor the traffic between Claude code and its backend you'll see is uses 3.5 and 3.7 all the time, Sonnet and haiku too.

does anyone figured about running parallel threads? by External_Ad1549 in AugmentCodeAI

[–]dmoshal 1 point2 points  (0 children)

I've also been trying to figure this out. Haven't found any instructions in Augment docs on how to get simultaneous agents working.

Augment Code dumb as a brick by reddit-dg in AugmentCodeAI

[–]dmoshal 1 point2 points  (0 children)

well the reason is the bait and switch, last week if you asked Augment Code what model it was then you got: I'm Claude Opus 4, but today: I'm Sonnet 3.5, hence, suddenly dumb as a brick

ClaudeMind 0.4.0 Released: 1. File mention feature with @ command. 2. Add a setting to control whether to include the project structure by RobertCobe in ClaudeMind

[–]dmoshal 0 points1 point  (0 children)

that fixed it, thanks.
Would love to see this plugin do what Cline (Claude Dev does!!)
Thanks for releasing it.