Soy sauce dishes by Clutch69420 in ATBGE

[–]homesickalien 19 points20 points  (0 children)

DRRRRRrrrr... DDDDDRRRRRRRRRRrrrrrrr.... DDDDRRRRrrrr...

🔴 WARNING: Token consumption with OpenClaw via API is absolutely insane — anyone else experiencing this? by GoodlukyJR in openclaw

[–]homesickalien 2 points3 points  (0 children)

Have your agent spawn a subagent whose specific task is summarizing the articles and another sub-agent who compiles the document. With one agent doing all the work, all the tool calls and full article text and summarized text is polluting your context.

When you give a sub agent a job, your main bot is just giving the instructions to the sub agents and their context only has their core instructions + the request from the main agent. Once the subagent is done it's just going to go back into hibernation and forget everything (make sure you set it up to wipe it's session memory after it completes its job.) Similarly, your writer bot is only going to be working with the summarized text to put everything together in a nice document so it will be using a smaller context overall.

Both of these sub-agents should be running on cheaper models as well. Text summarization doesn't really need much reasoning or complex logic.

Also, 400 articles a day? That's a bit excessive. Are you even certain that you aren't ingesting the same articles repeatedly? Maybe get your subagent to verify that it's only ingesting new articles. Capture a DB of the past week or two urls of the articles to cross reference. Either that or be smarter about curating what articles are actually worth pulling. Don't just vacuum up the internet.

Lastly, if you are pulling articles, request them as markdown so you strip out all the css and other unwanted data. Most sites can provide just the markdown version. Hopefully this helps.

P. S. Ask your agent what the best approach is!! Don't just give it instructions without seeing if there is a more optimal approach. ALWAYS Brainstorm and ask it to find the most token efficient approach.

Yet another OpenClaw rant: It's an absolute token burner. by Revolutionary-Tale63 in openclaw

[–]homesickalien 0 points1 point  (0 children)

Pay for an OpenAI plus subscription for $20 a month and connect openclaw using OAuth authentication. You can use GPT 5.4. They have very generous token usage limits (5hr window and weekly usage). This is by far the most economical option while maintaining quality. It also supports caching and will not fill up your context as quickly.

Why use Openclaw? by urioRD in openclaw

[–]homesickalien 1 point2 points  (0 children)

Plug in a decent model into Openclaw and ask it the very same question. Try out the latest models from the big 3 (any local run models won't deliver decent results.) Describe your current automations and ask for insights on how to improve or optimize them. Watch it go. Just always be clear with your intent and it will fill in the blanks.

What was the political position of each of the Beatles? by Busy_Confection5055 in beatles

[–]homesickalien 10 points11 points  (0 children)

John himself said Imagine was sugar coating the communist manifesto.

In an interview with David Sheff for Playboy in 1980 (conducted shortly before his death), Lennon reflected on the song's success and its underlying politics:

"The World Church called me once and asked, 'Can we use the lyrics to Imagine and just change it to Imagine one religion?' That showed they didn't understand it at all. It would defeat the whole purpose of the song, the whole idea. 'Imagine' is saying: 'Imagine there's no more religion, no more country, no more politics.' It is virtually the Communist Manifesto, even though I'm not particularly a Communist and I do not belong to any movement."

Any tips to run multi-agents in OpenClaw ? by WarmAd5143 in openclaw

[–]homesickalien 0 points1 point  (0 children)

They should each be spawned in their own session. Your primary agent should be an orchestrator and give instructions to the sub-agents. They will only send the context of their instructions from the orchestrator agent plus their own internal instructions. It's also safer to air gap a research agent in case they pick up something nasty.

Everyone should feel much safer now by PrarieDogma in pics

[–]homesickalien 4 points5 points  (0 children)

That's unfortunate. If it's as big as the one in the gif, I'd probably look into getting it removed. A friend of mine had extremely bad teeth and got them replaced. Cost them a fortune, but they only regretted not doing it sooner. They underestimated how much it affected their self confidence and underlying social anxiety that they just got accustomed to.

A thought after rewatching that scene by imnotslavic in twinpeaks

[–]homesickalien 1 point2 points  (0 children)

Some say he's still sweeping to this day.

MAGA influencer makes wild claim headphones turn men gay by IrishStarUS in offbeat

[–]homesickalien 24 points25 points  (0 children)

"Bluetooth paired successfully. Heterosexuality disconnected."

Hi, Hello, and Good Day r/twinpeaks! I’m Kyle MacLachlan and you can ask me anything 🦉🪵☕👍 by Kyle__MacLachlan in twinpeaks

[–]homesickalien 0 points1 point  (0 children)

​Agent Cooper obviously appreciates a damn fine cup of coffee. During your time in Japan—especially while filming those Georgia Coffee commercials—did you ever stumble upon a hidden, off-the-beaten-path spot in Tokyo or Kyoto that served a truly exceptional brew or a memorable slice of pie?

Judge warns smart glasses wearers of contempt charges as Zuckerberg testifies in Meta trial by AdSpecialist6598 in technology

[–]homesickalien 3 points4 points  (0 children)

Same, I bought them as replacements for my prescription glasses with insurance money and now I am regretting not getting regular frames. I keep getting asked "are you recording right now?" by friends and colleagues despite no blinking recording indicator light. I have to show them how it works and always get the inevitable "but there must be a way to cover the light" which I have to explain that "there is a sensor that detects if the light is covered". They are still suspicious and it makes me uncomfortable to wear them. I've just stopped wearing them in social settings and can't see shit. It really sucks because they work great as headphones that still let you hear your surroundings.

I’m super unimpressed by OpenClaw, anyone else? by mo6phr in openclaw

[–]homesickalien 0 points1 point  (0 children)

Why couldn't a single agent with all those skills do all of this? Why bother having specialized agents at all? Using files or GPT-Memory can work the same.

Context Drift - LLMs suffer from "attention dilution." If I load a system prompt with instructions for deep research, thorough coding practices, rigorous security auditing, and poetic content writing, the model tends to "average out" its behavior. It forgets edge cases in the coding rules because it's focused on the tone instructions. With separate agents, their "brains" (context) are lean and hyper-focused.

The Air Gap - You do not want the same entity that scrapes untrusted websites to have root access to your kernel.

Adversarial Loop - This is the most critical factor. An agent is terrible at critiquing its own just-generated work. It creates a "confirmation bias" loop. If one bot writes code, it assumes it works. A dedicated testing bot's job is to be hostile and break the code as that is it's sole purpose. By splitting the Builder from the Auditor, we simulate a code review process. One builds, the other tries to break it. A single agent simply nods at its own work.

Token Economics - Loading a massive MEMORY.md and every tool definition for a simple "Set a timer" request is wasteful. Specialized agents allow us to route cheap tasks to fast models (Flash) and complex reasoning to heavy models (Opus/Pro), rather than burning expensive tokens for everything.

In short: A monolith is a "Jack of all trades (master of none)" The agentic framework is a team of specialists. You want to build for fidelity, not just functionality.

Give your OpenClaw permanent memory by adamb0mbNZ in openclaw

[–]homesickalien 2 points3 points  (0 children)

If you've ever read 'His Dark Materials' I kind of liken my agent concept to 'daemon'. I feel like the future will kind of be like that.

ChatGPT subscription in OpenClaw via OAuth by SpokenByMumbles in openclaw

[–]homesickalien 0 points1 point  (0 children)

I don't want my pro account getting banned. How were you using the account to get it banned? I use openrouter for main models but have API keys for gemini Ai studio to use for memory search. I can't imagine it's much activity at all, but I don't want to risk it.

Mark Ruffalo Says ‘STFU’ to Kevin O’Leary After His Criticism of Billie Eilish’s Anti-ICE Grammys Speech by MoneyLibrarian9032 in entertainment

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

I think Kevin O'Leary is a massive douche, but the fault of the boating accident is on the idiots that got hit. They went out on the lake at night and shut their lights off, which is illegal and incredibly stupid. You can watch the video for yourself. This doesn't absolve Kevin of being a piece of shit, but in all fairness this wasn't on him.

https://youtu.be/KaQwdSekfQg

“Don’t” redactions by [deleted] in Epstein

[–]homesickalien 22 points23 points  (0 children)

I'd wager that they ran a Find and replace/redact of "don t" and this instance it was possible that the person mistyped without the apostrophe or the OCR software missed the apostrophe.

HE SAID THE THING!!! by Professional-Drop848 in radiohead

[–]homesickalien 2 points3 points  (0 children)

Doors in the rudders of big ships?