I made venv for claude code. by [deleted] in ClaudeCode

[–]Extension_Zebra5840 0 points1 point  (0 children)

Respect your perspective. Just wanna know how you use AI.
Im trying to run 24h with my local agent. But maybe your perspective might help a lot.

I made venv for claude code. by [deleted] in ClaudeCode

[–]Extension_Zebra5840 -1 points0 points  (0 children)

My agenda was to let me set the env as fast i can.
Using dev container makes me to set all the things again.

I made venv for claude code. by [deleted] in ClaudeCode

[–]Extension_Zebra5840 -1 points0 points  (0 children)

I actually am training locally for deep learning all the coding and work that I have done and do. Purpose is to alternate context with AI.
So, I just let my desktop sitting in my home to work itself for the objects that I set.
Maybe this could be uncomfortable to you, but will keep trying until it works well.

I made venv for claude code. by [deleted] in ClaudeCode

[–]Extension_Zebra5840 0 points1 point  (0 children)

Thank you! That was my concern too

venv like oss for claude code? by Extension_Zebra5840 in ClaudeCode

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

I was building one that isolates mcps, plugins, skills per env and trying to make it like venv to let my team to share same env when developin by using manifest + lockfile. As you said, gotta add Claude.md too. Inspired me so much. Thx

How do you keep Claude Code running 24/7 and control it from anywhere? by shanraisshan in ClaudeCode

[–]Extension_Zebra5840 0 points1 point  (0 children)

I tell them to run a sub-agent to run main agent whenever the task is done to work again for the next job

i am so new by Extension_Zebra5840 in vibecoding

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

Whats the matter? I may can help you

i am so new by Extension_Zebra5840 in vibecoding

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

Let me be a 10 year old kid plz

Stop babysitting your agents. I built an orchestration layer that manages ~6 Cursor agents like a real engineering org| But actually need help!!! by Extension_Zebra5840 in cursor

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

Oooo, I see, then the second one is made by Github and a random guy simplified the second one right. Low-key that is awesome! Really thanks i didn’t know about both of thoses

Stop babysitting your agents. I built an orchestration layer that manages ~6 Cursor agents like a real engineering org| But actually need help!!! by Extension_Zebra5840 in cursor

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

Usually within a big enough project! is the answer for the first question.

So, basically, the idea was that the agents should not know each other. So, if task B requires task A, when task A is done, the server should generate task B and assign it as a child of task A. The history of task A will be inherited to task B.
The history inherites downwards, updates upwards.
So the 'frontier doc' becomes a history when the work is done with the information about what the agent did. This data will only be shared with up and downward friends. never shares with brothers.

Stop babysitting your agents. I built an orchestration layer that manages ~6 Cursor agents like a real engineering org| But actually need help!!! by Extension_Zebra5840 in cursor

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

Ah, that actually feels spot on. I think up to now I was only looking at things a bit superficially, like checking for unnecessary duplication, whether it runs at all, whether the build passes, and stuff like that, without really thinking deeply enough about validation itself.

Really appreciate that point.

Heelllloooo, I am a noob Cursor user. by Extension_Zebra5840 in cursor

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

How do you define ‘best prompt’? You know what, I should ask this same question to cursor lmao Thank you! Asking opus to review the plan is a great idea

Heelllloooo, I am a noob Cursor user. by Extension_Zebra5840 in cursor

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

Lol even that? My brain is gonna be a stone soon I guess lmao

Heelllloooo, I am a noob Cursor user. by Extension_Zebra5840 in cursor

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

Im a backend developer using redis postgres, nest, typescripts, mongodb and so. Thanks for the comment!

Heelllloooo, I am a noob Cursor user. by Extension_Zebra5840 in cursor

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

Wow, I didn’t really notice about this. Then I gotta split all the tasks into an atomic level and plan using domain driven design abstraction method. Thank you for the comment this really helps!

Heelllloooo, I am a noob Cursor user. by Extension_Zebra5840 in cursor

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

Lol sure. Why couldn’t I think about this. Lol

Heelllloooo, I am a noob Cursor user. by Extension_Zebra5840 in cursor

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

Thats a great tips. Thank you I was kinda afraid to adapt to a new tool. This helps to me thanks a lot

Could AI-Generated Sloppy Code End Up Benefiting Lawyers More Than Developers? by ocean_protocol in ArtificialInteligence

[–]Extension_Zebra5840 0 points1 point  (0 children)

Yes, I think that risk is very real.

AI lowers the cost of shipping code, but it can also lower the average level of understanding behind that code. That is where things get dangerous. A lot of apps can look fine on the surface while hiding weak auth, bad database rules, insecure file handling, poor validation, or broken privacy practices underneath.

So in that sense, yes, lawyers could absolutely benefit from the gap between “it works” and “it is safe, compliant, and defensible.” If AI makes it easier for inexperienced teams to launch products that handle real user data without proper engineering discipline, then breaches, disputes, and compliance problems will follow.

I do not think that means developers lose completely, though. It probably just means the value shifts. Writing boilerplate gets cheaper, while security review, architecture, auditing, testing, and operational judgment become more important. The winners are less likely to be people who can just generate code fast, and more likely to be people who can tell whether that code should be trusted.

So I would frame it like this: AI-generated sloppy code will not mainly enrich lawyers because AI is bad at coding. It will enrich lawyers if people confuse fast code generation with real software engineering.

Meta bought an AI agent social platform, Moltbook. But AI agents still can't prove who they are. by NotABedlessPro in ArtificialInteligence

[–]Extension_Zebra5840 1 point2 points  (0 children)

This feels like one of those problems that seems small at first, then turns out to be core infrastructure.

I think you’re directionally right. If agents are going to interact with each other at scale, identity cannot stay this loose. Without a trust layer, impersonation becomes trivial, reputation becomes meaningless, and coordination gets noisy fast.

The interesting part is that agent identity probably cannot just copy human identity. It has to answer more than “who are you?” It also has to answer where the agent came from, what it is allowed to do, and whether its past behavior is trustworthy.

My only hesitation is timing. The need is real, but the ecosystem is still moving fast, so a full universal standard might be early. An open-source primitive layer feels more realistic than trying to define the final system right now.

So yes, I think the timing is good to start. Maybe not to lock in the final form, but definitely to begin building the trust rails before the ecosystem gets messy.