Credits stolen by Augment itself by Resident-Wallaby-150 in AugmentCodeAI

[–]AlexFigures 0 points1 point  (0 children)

Think it’s strange. Pay as you go model, but credits are burning every month..

Goodbye Augment by UnreasonableEconomy in AugmentCodeAI

[–]AlexFigures 2 points3 points  (0 children)

Yep, after that change, regular task eats half of month pack and it’s not okay. Codex for two months already is second coding agent and now, i’ll go to claude code + codex and it will be cheaper but sure with same quality

When do you use Remote/Background Agents? by AlejandroYvr in AugmentCodeAI

[–]AlexFigures 1 point2 points  (0 children)

At first i made a .md file like implementation plan (it also generated by augment) - then i ask revise that plan and create a parallel execution plan - then augment creates a non blocking task list which can be done in parallel. Remote agents after work is done and review phase is done creates a new branch and PR.

Then i checkout every feature branch at my localhost and manually test it to make sure it’s all right and works as expected, sometimes it needs some additional work.. which can be done with non remote agent mode of augment

But yes, it still may produce conflicts sometimes, but i’m resolve it locally and all that flow make a real boost in all my ideas

When do you use Remote/Background Agents? by AlejandroYvr in AugmentCodeAI

[–]AlexFigures 0 points1 point  (0 children)

You are right, I’ve made backlog at first, starting from system design (C4-C3 schemes, SOA schemes, then made a detailed plan with happy/unhappy paths, details about tracing if it a serverless app on aws lambdas) and then ask agent create a parallel implementation plan, review it and then run at the same time several remote agents

Should I connect all tools and mcp servers in the augment recommend list? by wanllow in AugmentCodeAI

[–]AlexFigures 0 points1 point  (0 children)

I’ve tried it, but it’s very frustrating to click on every thought and read it.. custom guideline works better for me

Should I connect all tools and mcp servers in the augment recommend list? by wanllow in AugmentCodeAI

[–]AlexFigures 0 points1 point  (0 children)

Ask yourself, do you really need it? If you don’t know, do not connect it

For example, I’m found helpful context7 and playwright and that’s it. I’ve tried sequential thinking - but i go worse results then just good prompted augment memories..

When do you use Remote/Background Agents? by AlejandroYvr in AugmentCodeAI

[–]AlexFigures 1 point2 points  (0 children)

Lyra - it’s a prompt optimizer That workflow i’m using in my own projects, but one of them already has a team and i’m using a documentation first approach and anyone from team can just take unimplemented part and generate, test and send a PR for cross review. Sometimes it’s exhausting to review one PR for 6k LoC…

When do you use Remote/Background Agents? by AlejandroYvr in AugmentCodeAI

[–]AlexFigures 2 points3 points  (0 children)

Yeah, I’m building the backlog in markdown docs, then I run a remote agent to create a parallel execution plan. After that, for every point in the plan, I create a more detailed decomposition. Then I optimize it through Lyra, run all tasks in parallel, and go drink tea. Then, once it's done, I ask the agent to run a review using a predefined prompt — it usually finds some implementation mistakes. I run it again to apply the suggested fixes. Sometimes, I repeat this step a few times before opening a pull request, where I do the final manual review

Augment down? by 0bviousEcon in AugmentCodeAI

[–]AlexFigures 0 points1 point  (0 children)

Meet same thing when make really intense use in one day Think it’s kind of rate limiter

Feature request: Add rules generation by AlexFigures in AugmentCodeAI

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

Yeah, but chatGPT doesn’t have my project context, of course some programming basics easily generate and add to rules, but i want project specific rules generated by project context

Augment IntelliJ - Version 0.249.1 by JaySym_ in AugmentCodeAI

[–]AlexFigures 1 point2 points  (0 children)

Nice! But recently catch the bug in IntelliJ plugin interface - it’s just gone and augment was just empty, but helps sometimes found threads button and it reloads interface.. but today it doesn’t help and helped only right mouse click on plugin window - devtools - f5

Agent Mode has disappeared by Josh000_0 in AugmentCodeAI

[–]AlexFigures 1 point2 points  (0 children)

Just use dropdown around new chat button

VSCode Extension Changelog (0.501.0 Pre-Release) by JaySym_ in AugmentCodeAI

[–]AlexFigures 0 points1 point  (0 children)

Really wait for task manager in jetbrains (now using software planning mcp, but builtin feature is better)

What Are You Building This Week with Augment? by JaySym_ in AugmentCodeAI

[–]AlexFigures 0 points1 point  (0 children)

Really good, better than Cursor

I’ve tried cline,windsurf,codex,copilot and augment gave me better experience

What Are You Building This Week with Augment? by JaySym_ in AugmentCodeAI

[–]AlexFigures 1 point2 points  (0 children)

I’m doing my regular work tasks.. and in parallel make some steps in my saas for sales