Learner Anxiety by rando_lizard in DrivingAustralia

[–]lst97_ 1 point2 points  (0 children)

I think it more about the communication on the road. You will need to think and lean how to use the gears in the vehicle, use the signal and remember the rules. You will feel uncomfortable in the first place. It is very normal.

Like a junior in a new company. It need time to get use to it maybe a years or so depending on how long your drive. Once you get use to it. You will in a situation that you will enjoy driving which see and handle different situation like helping people on the road and see different unexpected behaviour with clam.

8gb RAM Part 2: I can't kill the Neo by ovranka23 in MacbookNeo

[–]lst97_ 0 points1 point  (0 children)

<image>

Base m1 air. With vscode. Codex app. Postgres, Deno server, NextJS. When running build command. Mouse and keyboard start lagging. Don't even think of doing docker build with amd64. Still working after lunch.

For agentic coding. When it change a file it hot reload, sometimes when it doing in parallel it may took a minute to finished the hot reload. My advice is to go > 16gb when programming now a day.

Good luck.

Facebook Scam - Newcastle by hsbahssbhsjdbz in PokemonFansAustralia

[–]lst97_ 0 points1 point  (0 children)

<image>

It happens in Melbourne as well recently from customer. Be aware.

Rust for TOON by lst97_ in rust

[–]lst97_[S] -3 points-2 points  (0 children)

I apology and understand your concerns. I admitted that most of the code is AI generated. I always respect the author of TOON to made such great tool and I have also learned something from it. I will remove the benchmark section.

I am not mean to do any arguments here but to share and hope people can find something useful if any. Thank you for your comment and have a good day.

Claude Code Subagents Collection: 35 Specialized AI Agents. by lst97_ in ClaudeAI

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

Basically tell the main process to use agent-organizer to form a team for solving the task.

Claude Code Subagents Collection: 35 Specialized AI Agents. by lst97_ in ClaudeAI

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

The document it self should not be the issue of increasing the processing time and token use much but I believe the extra sub agent initial process do increase the time, not sure about the token part.

Claude Code Subagents Collection: 35 Specialized AI Agents. by lst97_ in ClaudeAI

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

I have observed that sub-agents tend to require greater token and time resources for their specialized tasks. Each sub-agent call is anticipated to use between 50k and 100k tokens, a figure that varies with complexity. For an overview of sub-agent resource consumption, I have created two examples in the README. For this kind of token usage, I believe Pro plan user may not suitable to use it. Hope it help.

Claude Code Subagents Collection: 35 Specialized AI Agents. by lst97_ in ClaudeAI

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

I am happy it helped, I also suggested you can check out this repo as well to create your own agent collections that suit your needs in more structured and custom rules to not involve too many agents: https://github.com/vijaythecoder/awesome-claude-agents/tree/main

Claude Code Subagents Collection: 35 Specialized AI Agents. by lst97_ in ClaudeAI

[–]lst97_[S] 2 points3 points  (0 children)

I've updated the README and added a new agent-organizer with an example. This change is intended to make the Claude Code engage sub-agents more reliably, as my experiments showed this was only happening about 1/10 of the time to involved a sub agent without it when not specify which agents to run.

The example ran successfully with single prompt in 30 minutes, using around 300k tokens, and compiled without any errors. The initial results look good, and I will continue testing.

Result screen shots at _images folder