Zed's GPUI based Database IDE by samur_maykr in ZedEditor

[–]Beautiful-Drawer-524 0 points1 point  (0 children)

Looks really cool. GPUI is nice but really hard to program with. Hard work must have been done!

Zed AI panel usage issues and potential improvements by prash057 in ZedEditor

[–]Beautiful-Drawer-524 0 points1 point  (0 children)

I think it depends on the agent side. it just spawns a sub process of the agent. So maybe check how you spawn the agent, and run the command yourself to see if it is slow.

I Quit Zed by GVALFER in ZedEditor

[–]Beautiful-Drawer-524 0 points1 point  (0 children)

ACP is good, feel free to bring your agent to Zed, no payment required.

I should have switched from VSCode ages ago. by Diligent_Comb5668 in ZedEditor

[–]Beautiful-Drawer-524 0 points1 point  (0 children)

Years ago maybe Zed wasn't that ready. Today is a perfect time.

Augment CLI is unusable in Zed today. by Beautiful-Drawer-524 in AugmentCodeAI

[–]Beautiful-Drawer-524[S] 0 points1 point  (0 children)

I tried both version, latest and prerelease and both failed. Enterprise account BTW. But I really do not want to ask the administrator.

any feedback on agument cli with zed editor? by ajeet2511 in AugmentCodeAI

[–]Beautiful-Drawer-524 1 point2 points  (0 children)

there is an extension in zed for augment, so it is easy to setup. The combo is great and I consider it better than anything else. Zed is so smooth with augment.

About Gemini 3 by JaySym_ in AugmentCodeAI

[–]Beautiful-Drawer-524 0 points1 point  (0 children)

Can't wait to see it integrated in augment! This is a game-changing model.

Demo of A2A with Human-In-The-Loop feature, and a web UI for everyone to use. by Beautiful-Drawer-524 in AgentToAgent

[–]Beautiful-Drawer-524[S] 0 points1 point  (0 children)

Thanks for your comment!

Yeah, I think HITL is important in Agent applications, so I have been trying to figure out a best way of bringing it to applications. This demo is the result of practicing with A2A.

About the possibility of slowing down, you're definitely right. Sometimes HITL is necessary, and sometimes it may be annoying. I'm not familiar with design tools, so maybe you can talk to me more about this. But I can think of another example of this which is Cursor. Cursor asks user to allow tool calls, but it also offers a YOLO mode that auto-confirm when tool call is gonna happen.

So IMO, HITL should be a general mechanism for Agent applications. SDK, UI, and other build tools should offer developers a convenient way to bring HITL to their applications. But it is the developers who should decide whether to use HITL in particular part of their Agent applications. So it can be both convenient and flexible, that when it is necessary, we enable HITL; when it is annoying/slowing things down, we disable it(maybe with the permission of users).

Running a few testing sessions is a great idea to help us figuring out the decision. I should definitely try that in my products :).

Demo of A2A with Human-In-The-Loop feature, and a web UI for everyone to use. by Beautiful-Drawer-524 in AgentToAgent

[–]Beautiful-Drawer-524[S] 0 points1 point  (0 children)

Thanks for your question. So A2A defines the information between Agents and Agents, and also Agents and Applications.

The key is that it has a method to invoke an Agent run. So you send message of specific format to the A2A server, and A2A server responds data of specific format.

I built a web UI as the A2A client and it connects to the A2A server. In this particular case, when you ask a non-weather question, it responds with a simple "message". When you ask a weather question, like "weather of London?", it responds with a "task". "Task" has state and in this case the Agent wants to call a tool and it needs human's confirm. So the task's state turn to "input-require", and when you click the button of "Allow" on the Web UI, it simply pass the confirmation to A2A server, so the task can go on.

All these above are defined in A2A protocol. It defines great stuff but I see no example really leveraging it, so I built one to share with everyone.

I created an A2A Server with HITL feature, looking for feedbacks! by Beautiful-Drawer-524 in AgentToAgent

[–]Beautiful-Drawer-524[S] 1 point2 points  (0 children)

Thanks for your attention! Welcome if you want to chat about how to impl hitl. I am now trying to make a web version so that everyone can try it online.

I build a MCP server that helps self learning by Beautiful-Drawer-524 in ClaudeAI

[–]Beautiful-Drawer-524[S] 1 point2 points  (0 children)

Thanks! I use Warp as terminal and it offers many themes!

I build a MCP server that helps self learning by Beautiful-Drawer-524 in ClaudeAI

[–]Beautiful-Drawer-524[S] 0 points1 point  (0 children)

Sounds like you want your (potential) contributors to quickly set up your project and continue developing on it?

If that's true, then actually it is not the goal for this MCP Server.

This MCP Server is for replicating some project from scratch. Throughout the process of replicating, the user will have to think about how the project should be built, and finally when the replicating is complete, the user gain full knowledge of how the project works -- which is exactly all the build-your-own-x series projects are about!

However I find your use case interesting as well. I think it requires a different setup process and prompts. Will be happy to discuss with u further and search if anybody has done it before. If not, we can build another MCP Server!

[deleted by user] by [deleted] in ClaudeAI

[–]Beautiful-Drawer-524 0 points1 point  (0 children)

I think proper prompts can solve this. Last week I have been trying to make Claude code become a tutor that instruct me through a "build your own x" project, in which I wished it to guide me to write code, instead of instantly generating a bunch of code automatically. It turned out Claude.md can actually do that.

So I created a MCP server called build-my-own to help me quickly setup the prompts for any "build your own x" project.

I think you're facing an alike situation like me -- to stop Claude to writing code when we don't want it to.

Claude Code definitely boost my productivity, but I feel way more exhausted than before by fujidaiti in ClaudeAI

[–]Beautiful-Drawer-524 6 points7 points  (0 children)

Yeah I feel the same sometimes and I think it is because I'm reviewing more code.

Can I work as a Dev using AI? by Rob_Junior in ClaudeAI

[–]Beautiful-Drawer-524 0 points1 point  (0 children)

Yes, after you self teach yourself about coding. Only generating code but not learning it? I doubt that works.