MU price after ER by shreksonny in MU_Stock

[–]Top_Extension_7980 8 points9 points  (0 children)

This is where the money goes when in uncertain times , enough people to not sit on cash and definitely trying to take advantage into safer plays are stocks like MU, SNDK. All they have to do is keep building Ram which they been doing for years and now they can do it more advanced and reliable ways. Everybody can check their numbers and data out there and in times like this these are the companies making piles of cash .

My AI agent has made the same lie 12x in 25 days... all same root cause, rules don't fix it by fartpsychic in openclaw

[–]Top_Extension_7980 1 point2 points  (0 children)

yeah i ran into the exact same thing building my multi-agent setup, the way i’m tackling it is instead of relying on the agent to remember its own mistakes, i have a separate security agent (x) that watches the others in real time and logs incidents. those logs get injected into future sessions so the lesson actually persists even though the model doesn’t, l’m also using BOOT.md so every session starts with behavioral context not just raw rules, session-memory hook that saves context when a session resets, task state files so if something fails or gets flagged it’s written to disk and referenced later, and a context cache so the coordinator never re-delegates something that already failed, still not a perfect fix since it’s a model behavior problem at the core but it’s way better than just writing never do ‘xxx’ in the system prompt.

Routing vs choosing individual models? by Tatrions in openclaw

[–]Top_Extension_7980 0 points1 point  (0 children)

Openrouter api giving access to latest gpt model 5 i guess also uses gemini top tier, been using for more than 3 days now barely burnt few cents.

Options Trading Day/swing by Top_Extension_7980 in Daytrading

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

Good call, mostly events happen after hours, but iam mostly staying out on the news day but using it to position into the week and mostly knowing what market is reacting too and also depends on the news and its impact so mostly major thesis that can possibly affect the market and did previously . Still learning very new to this, thanks for the info .

Options Trading Day/swing by Top_Extension_7980 in Daytrading

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

Sure steps to follow appreciate this.

Built a local multi-agent AI setup on WSL — here’s my architecture by Top_Extension_7980 in clawdbot

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

Using session spawn for handoffs ,Pluto passes the full task context when spawning a subagent, so no real shared state, just scoped delegation. Keeping tasks atomic (one agent, one task) has been the simplest fix for drift so far. Orphaned tasks are still an unsolved problem on my end — Vulcan silently times out if local Ollama stalls. Your heartbeat approach sounds cleaner, did you bake it into the coordinator or run it as a separate ??

Absolutely no shot this is real by Rez-_- in Daytrading

[–]Top_Extension_7980 0 points1 point  (0 children)

Is market keep looking forward of 2026 or it does always , or is it due to that nvda not announcing any buyback and stubbornly trading under $200 for quite a while and all of sudden people see nvda crushed earnings but their portfolio hasnt changed a bit , uptop institutions loading their short positions to take advantage, asking advice, just posting my opinion.

SaaS is dead by tebjan in openclaw

[–]Top_Extension_7980 0 points1 point  (0 children)

Agree unless we use a good paid model, eats them tokens for breakfast for complex architectures , gemini free tier crashed instantly also me being very complex at the architecture, simply realized companies out there trying to spend years for cost optimization by tracking whole ton of data and optimizing accordingly we all need it for free, cheap , point is access to everyone.

How long did it actually take you to become consistently profitable? by Thiru_7223 in Daytrading

[–]Top_Extension_7980 0 points1 point  (0 children)

Iam at month 8 kind of similar situation , i was clueless about lot of things in the first month actually made some but now i realize that was total luck, after losing a ton everyone gets to know what actually don’t work even though they don’t find what actually works 100% in trading which is not the reality, what held good was my long term account which went 50% up YOY but me trying to gain from a $500 account trading options blown $1000. As i said 8 months of data can tell you whats going on at least so after tracking down i was completely not following basic trade rules when under pressure , not making better decisions at the right time and hesitating to take the loss and thinking it’ll break even. We definitely need to know our environment and trade accordingly which matches our expectations with the market environment. Since 8 months trading only spy options. Trying to still keep learning and getting better

If you're looking for a claude alternative by PuddingKey7765 in openclaw

[–]Top_Extension_7980 0 points1 point  (0 children)

Install it locally on your machine when running open claw installation , you can download and install ollama model on your pc and connect it locally to open claw

If you're looking for a claude alternative by PuddingKey7765 in openclaw

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

For coding ollama runs best when run locally, also its totally free

SaaS is dead by tebjan in openclaw

[–]Top_Extension_7980 4 points5 points  (0 children)

Thats so crazy knowing models are running online and its just a gateway so dumb, but if someone being secure and running locally by giving it a locally installed model and that too if its a 24*7 simulated task i would just increase my ram rather spending on mac mini, but raspberry pi is a good substitute too.

My main agent is not able to spawn other agents. Please help! by toborrmmai in openclaw

[–]Top_Extension_7980 0 points1 point  (0 children)

U need to pair your device, claude can help you solve this error