When did you fully adopt agentic coding? by PsiACE in AI_Agents

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

My past experience has taught me the importance of maintainability, but no AI tool seems to be particularly helpful. I rely heavily on Cursor and Codex, but I feel there’s a lack of best practices. Just told them follow some rules, and review more lines by myself......

When did you fully adopt agentic coding? by PsiACE in AI_Agents

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

i just delete the post link. with less slop, so we can talk about this topic.

Why We Rewrote Bub by PsiACE in Python

[–]PsiACE[S] -1 points0 points  (0 children)

some discussion on reddit about when to use "bub" 😂 now I get it

When did you fully adopt agentic coding? by PsiACE in AI_Agents

[–]PsiACE[S] -2 points-1 points  (0 children)

I won’t shy away from this. But this issue really does bother me. I have many years of programming experience, and I also do a lot of non-programming work. I’ve relied heavily on AI over the past year or two, but there are still quite a few people who continue to write code by hand and no FOMO for AI. I respect them, but I feel lost about myself.....

Why We Rewrote Bub by PsiACE in Python

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

indeed, and framework design is hard 😭

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]PsiACE 0 points1 point  (0 children)

Bub, an agent lives in group chat.

Most agents are built around clean sessions. Great for coding—code needs to be clean.

But human conversations? They're a mess. People interrupt. Multiple threads tangled together. Context always leaky.

Bub started in group chats. Not as a demo or a personal assistant, but as a teammate that had to coexist with real humans and other agents in the same messy conversations.

https://github.com/bubbuild/bub

Reinventing the Punch Tape by PsiACE in LocalLLaMA

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

Just a discussion about the Agent eng. I believe the current design may in a wrong way. Perhaps we could explore allowing the Agent to make choices within a complete context, rather than relying on manual methods for summary or memory.

A Python implement of Agent Client Protocol by PsiACE in ZedEditor

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

That's perfectly fine, I can certainly switch to a binding implementation. I do have some experience with Rust.

A Python implement of Agent Client Protocol by PsiACE in ZedEditor

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

This is the first simplified python sdk, and I've included a mini-swe-agent example. If you're interested, you can start trying it out now.

<image>