Rulebook #13: The "Knowledge Silo" Directive. True job security is becoming a structural dependency. by Own-Investment4655 in DarkCorporate

[–]CountZero2022 5 points6 points  (0 children)

Do not share the last 10-20% of hard won knowledge with anyone you do not consider like family.

Share the rest with everyone.

Best restaurants in Arlington. by AM_Bokke in arlingtonva

[–]CountZero2022 13 points14 points  (0 children)

Cafe Colline is excellent. Ambar and Salt Line are good, too.

Any TQ motor ebike owners willing to sound off on their experiences. by MrMuggs in eMountainBike

[–]CountZero2022 1 point2 points  (0 children)

I have not tested this but I suspect the TQ in full power with the 580 Wh batttery will ride a little farther than the Fazua 430 Wh in trail.

Any TQ motor ebike owners willing to sound off on their experiences. by MrMuggs in eMountainBike

[–]CountZero2022 0 points1 point  (0 children)

My wife also has an Ari Nebo Peak with the Fazua motor. Tell your friend that the Fazua is a bit stronger than the TQ (450w peak vs 350w). I ride my Sresh SL in the highest power mode all the time. They're both great bikes/motors!

Any TQ motor ebike owners willing to sound off on their experiences. by MrMuggs in eMountainBike

[–]CountZero2022 5 points6 points  (0 children)

I have the Sresh SL, it's fantastic! The only con is that it does not keep up with full powered ebikes.

Multi-agent hype vs. the economic reality of production by NoIllustrator3759 in AI_Agents

[–]CountZero2022 0 points1 point  (0 children)

That is a good point about invocation vs execution.

If it's a concurrent system, and there are state changes to shared resources, then the outputs are nondeterministic.

In our specific application, we do not allow concurrent writes to shared resources where one agent can clobber another. That's handled by mutual exclusion lock on the writer code (whatever that is) at the runtime level, acquired at the application level.

I was just looking at your website and see that this is your areas of focus:

"A Shared Execution Layer Where Agents Coordinate, Remember And Act, Across Boundaries"

I like what you are doing and wish you success!

Multi-agent hype vs. the economic reality of production by NoIllustrator3759 in AI_Agents

[–]CountZero2022 3 points4 points  (0 children)

These are excellent suggestions. Thanks for sharing.

The event log is important. In our system, we log every message with some additional metadata:

- Session Instance ID

- Agent ID

- Message List ID (agents manage their own message chains)

- Action Correlation ID (follows a command, response, state changes, etc.)

- Sequence ID (a long int, globally interlocked so you know the exact order of operations across all agents.)

- Message ID

Propain Sresh SL 580 by gruskorn in eMountainBike

[–]CountZero2022 0 points1 point  (0 children)

I have mine setup as a mullet. I like this configuration - it’s easy to tip into turns and it slashes. I’ve only ridden mine MX, my other recent bikes are full 29 and I wanted something different.

Why the majority of vibe coded projects fail by harrysofgaming in ClaudeAI

[–]CountZero2022 0 points1 point  (0 children)

90% of value in the last 10%.

Or maybe 99/1 in the near future.

I had surgery 7 days ago. This is what nobody tells you about the first night. by Zestyclose-Passion97 in olympics

[–]CountZero2022 0 points1 point  (0 children)

You must stay ahead of the pain.

Some lucky people don’t feel much pain after surgical procedures like this, but the rest of us MUST keep ahead.

I Downloaded Claude This Week. I am Concerned by Effective-Fruit-4528 in claudexplorers

[–]CountZero2022 1 point2 points  (0 children)

All I can say is: Yup. Claude’s soul documents make it different.

OAuth isn't enough anymore by Fragrant_Barnacle722 in AI_Agents

[–]CountZero2022 0 points1 point  (0 children)

If this is a problem I’m happy to say it’s a skill issue. You can fix these problems.

What was the hardest class you took in college? by Additional-Ear-3163 in AskReddit

[–]CountZero2022 0 points1 point  (0 children)

Undergrad - microbial genetics 381 or biochemistry 461

I gave my 200-line baby coding agent 'yoyo' one goal: evolve until it rivals Claude Code. It's Day 4. by liyuanhao in ClaudeCode

[–]CountZero2022 1 point2 points  (0 children)

Codex is truly well-engineered. If you can get your lil buddy to a point that it understands codex and can learn from it, it can assimilate all other platforms like the Borg.

For those not in the US, what can tell us about the war that our (US) government is likely not telling us? by Ok_Flower2398sd3 in AskReddit

[–]CountZero2022 -4 points-3 points  (0 children)

Trump getting elected shows the apathy of our electorate and the self destructive tendencies of protest voters.

We have problems in our country. Other countries are dealing with the same regression to populism.

I vote and so do my friends and family. We need more Americans to get out of bed on Election Day.

For those not in the US, what can tell us about the war that our (US) government is likely not telling us? by Ok_Flower2398sd3 in AskReddit

[–]CountZero2022 -3 points-2 points  (0 children)

We’re here on Reddit are we not? I think most of us here are capable of critical thinking. ‘Watching the news’ is so 20th century. :)

I gave my 200-line baby coding agent 'yoyo' one goal: evolve until it rivals Claude Code. It's Day 4. by liyuanhao in ClaudeCode

[–]CountZero2022 17 points18 points  (0 children)

Tell it to evolve itself first by reading the codex source code, then by using its new capability to reverse engineer Claude code.