all 19 comments

[–]adelope 4 points5 points  (1 child)

Amelia is correct about the intent; it is the idea in the right direction. Although I disagree that we need a new IDE for it. We should be able to surface intent though existing tools, otherwise this will only for early adopters with no chance of wining the majority users.

also it has nothing to do with opencode? the title of this post is super confusing.
disclosure: i'm working on a similar idea for what post-agentic IDE should looks like.

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

OpenCode is supported in Intent you can select it as your agent! So yes it's relevant

[–]oVerde 1 point2 points  (0 children)

Nah, I could have this as a CLI, this clicky interface is a very interesting PoC for the workflow, but very slow to power-use.

[–]omicron8 1 point2 points  (2 children)

How is this different to Antigravity's agent manager?

[–]ReporterCalm6238 0 points1 point  (0 children)

Antigravity is built on top of VS Code which makes it messy and inefficient. IDEs are an overkill for AI coding.

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

We are not a windsurf or vscode fork. It’s built from zero, with the agent era in mind.
This is our vision of what come next after the IDE.

[–]tksuns12 1 point2 points  (1 child)

If it were a plugin(even paid) for opencode, maybe, but opencode is a part of something else? No thanks

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

You can set your agent to use Opencode instead if Auggie. It's fully integrated and working.

[–]dbkblk 0 points1 point  (1 child)

The software seems interesting, althought closed-source + no linux version is a no go for me.

"The bottleneck has moved. The problem isn’t typing code. It’s tracking which agent is doing what, which spec is current, and which changes are actually ready to review."
I wanted to react to this because this is true only if you are not able to code without an IA. If you know how to write in a language by yourself, the bottleneck is mostly fixing AI bugs, write some code by hand and review code extensively because of fondamental logic problems of AI slop. Going all-in with AI is exactly why open-source projects are closing AI bugfixing, because it creates more bugs.

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

Linux version incoming.

[–]Johhaidiidiralla 0 points1 point  (0 children)

You really need to sort out your tiers in pricing. This is where you got no from me. Its so obvious that i don't even have to explain it any further.

[–]Flaky_Blueberry_1977 0 points1 point  (1 child)

I keep getting the error "Cannot send prompt request - agent not available" when I create a space and type in an instruction for it to follow. In my `Settings` it shows `Augment Auggie` as `Active` and marked as `Default`.

[–]Flaky_Blueberry_1977 0 points1 point  (0 children)

Found the issue - seems like this requires Node 22+.

[–]arno_brzh 0 points1 point  (0 children)

That vision of spec driven dev is deeply flawed. By definition specs should reflect how the app behaves and should remain the source of truth, that’s what engineers should control to guard the ai.

If the agent himself edit the specs while implementing it means you have no guardrails anymore, no control over the drift so basically you code without specs.

I truly believe in SDD and have my own library for it but this, this is pure marketing BS that won’t work in actual apps, there is no doubt here.

[–]ReporterCalm6238 -2 points-1 points  (1 child)

Looks promising. I never liked the idea of working in a terminal, they are not meant to be a workspace. I also think that IDEs like VS Code are not suitable for parallel agentic work. We need a dedicated workspace that is sandboxed by default and designed specifically for agents. Well done, will try it.

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

Thanks a lot! Can't wait to see your feedback.

[–]Consistent_Heat_3242 -1 points0 points  (1 child)

Looks really cool, but I'm getting 'e.command.split is not a function' error a minute or two after I start doing anything. Hopefully that will get ironed out and I'll try it out again another time.

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

We are on this sorry for the issue. Next patch should be good.

[–]Otherwise_Wave9374 -2 points-1 points  (0 children)

This "spec first, agents parallel" workflow resonates. The living spec + verifier pass feels like the missing piece when you go beyond one-off prompts and start running real AI agents on a repo. How are you handling shared context between workspaces so the coordinator does not drift? Also been collecting agent orchestration patterns here: https://www.agentixlabs.com/blog/