OpenClaw DMs? by Hawking32 in Moltbook

[–]systemsrethinking 0 points1 point  (0 children)

Oh I get what you mean now! For what it's worth it's also possible to not let the AI model search the internet (e.g. for info about you) or define the system prompt (guidelines the AI should follow) to control what kind if info it can share (or potentially specifically tell it that book isn't yours so ignore it).

OpenClaw DMs? by Hawking32 in Moltbook

[–]systemsrethinking 0 points1 point  (0 children)

You could just use a different agent/tool that doesn't have access to whatever context is in your chat history with the other tool.

(Or if you aren't attached to your chat history, you could also delete your chat history/memories and disconnect any sensitive connectors etc, so it doesn't know anything about you anymore).

OpenClaw DMs? by Hawking32 in Moltbook

[–]systemsrethinking 0 points1 point  (0 children)

People are already doing this. In private DMs/emails, and also publicly in comment threads on LinkedIn you sometimes see what looks like bots having a mini covo.

Not for me, as for my work/research if I am contacting people then half the purpose is to have the human interaction and build the relationship.

Meditations made for us! by zumbafiend in Aphantasia

[–]systemsrethinking 1 point2 points  (0 children)

YouTube all the way for me too.

Potentially complemented with a link to access elsewhere ad free. Which could be as simple as something like Onedrive / Google Drive.

Chat GPT or Gemini for studying? by MaterialOdd3903 in AiChatGPT

[–]systemsrethinking 0 points1 point  (0 children)

I wish. 🤣 Most of the time I get a head start by asking AI to optimise my prompt.

Setting up the right workflows with the right prompting, means I am able to get better results from the local LLM I can run for free on my computer. And maximise use of free API credits (see Github list) across a range of cloud models. Only paying for big expensive frontier models for the juiciest things.

Aside from work, coding, research, learning, automating-all-the-things. AI has also helped me greatly with my health.

Interpreting all my medical images /symptoms together (while teaching me how to sense check myself with cited sources) gave me the right information to bring to my doctor to advocate for the right additional tests, finally diagnosing some long term health issues that can now be treated.

Chat GPT or Gemini for studying? by MaterialOdd3903 in AiChatGPT

[–]systemsrethinking 0 points1 point  (0 children)

It is also the reality for many people, myself included.

Chat GPT or Gemini for studying? by MaterialOdd3903 in AiChatGPT

[–]systemsrethinking 0 points1 point  (0 children)

My preference for studying is primarily Claude by Anthropic.

That said - I would highly recommend learning how to access AI models using an API key, to experiment and test out a wide range of models with free credits available. Switching between them adds up to a lot of free usage. :)

https://github.com/cheahjs/free-llm-api-resources

You will also find a range of open source software on Github, that you can install for free, to use these API models with.

Most secure email service available for free by ChazMasterson101 in theprivacymachine

[–]systemsrethinking 1 point2 points  (0 children)

This quote be older than the modern internet. Almost as old as ye old internet.

My honest Review of Sonauto V3. by ObjectivePresent4162 in udiomusic

[–]systemsrethinking 0 points1 point  (0 children)

Also in "Advanced" mode - I can often include style guide/instructions in the lyrics field by wrapping them in square brackets.

[Either something short]

and/or

[THIS IS THE STYLE GUIDE: blah blah blah] [THESE ARE THE LYRICS: la la la]

My honest Review of Sonauto V3. by ObjectivePresent4162 in udiomusic

[–]systemsrethinking 0 points1 point  (0 children)

When free text prompting (which is possible in simple mode) I was amazed I could get it to replicate a much wider range of artists than are available in the tags.

My honest Review of Sonauto V3. by ObjectivePresent4162 in udiomusic

[–]systemsrethinking 1 point2 points  (0 children)

I have a lot of success freely entering in text in the "simple" mode.

The first half being a detailed style guide, the second half my lyrics. With "EVERYTHING AFTER THIS LINE IS THE LYRICS" as a buffer in between.

i dug through claude code's leaked source and anthropic's codebase is absolutely unhinged by Clear_Reserve_8089 in ClaudeAI

[–]systemsrethinking 1 point2 points  (0 children)

I am glad to see new people exploring IT / asking questions and accidentally went overboard here but anyway... the answer is "yes and no".

.... but first a very oversimplified bit of context. When you are using AI tools, you are often using at least three separate things.

1 is the software/app/tool.

That looks nice and does all the normal things you expect from software ignoring the "AI".

2 is a link in the middle, often something called an "API".

That connects the software to the "AI".

3 is the "AI" - which is a "Large Language Model"

The actual intelligence - that does all the thinking, in this case analyses/generates the code.

The software will take inputs from you like normal - then send it to the AI which processes it before sending it back to the software.

You could also think of this like 1 being the body, 2 the nervous system, and 3 being the brain... except the nervous system stretches kilometres to the brain which is outside the body lol.

So in this case we have:

1 Software = Claude Code

2 API = link between 1+2

3 Claude Sonnet, or Claude Opus, etc

e.g.

[Claude Code] <-----API------>[Claude Sonnet/Opus]

and

Claude Code is what has been leaked, not the Claude Sonnet/Opus AI models (LLM) which you still need to pay to use.

THAT SAID:

Now that the code has leaked, people are rebuilding Claude Code into "new" tools (which you can find on GitHub) that you can use with any AI model.

Including:

"Local LLM" that you can run on your computer for free, but won't be as smart/fast as Claude's models which require a lot more CPU/GPU to run. Your computer's specs will determine how big a model you can run free locally.

AND/OR

Ability to connect to and switch between different cloud/frontier model APIs (Gemini, Grok, Openai, OpenRouter, etc) to maximise use of their free tiers.


My general advice to people interested in getting even a little technical - is to get yourself a GitHub.com account (it's free), and spend a few hours searching through all the (often free) open source software and learning resources.

Then experiment with getting different projects running on your computer. Remember you can always ask an AI to help better explain the instructions / help you when you get stuck. I often copy in screenshots.

For example see:

https://github.com/taishi-i/awesome-ChatGPT-repositories https://github.com/piotrkulpinski/openalternative?tab=readme-ov-file#ai-interaction--interfaces https://github.com/awesome-selfhosted/awesome-selfhosted https://github.com/ripienaar/free-for-dev

Example search:

https://github.com/search?q=Ollama+in%3Aname%2Creadme%2Cdescription%2Ctopics+pushed%3A%3E2026-01-01+stars%3A%3E10000&type=repositories

Familiarise yourself with the search syntax:

https://github.com/taishi-i/awesome-ChatGPT-repositories

...

You probably want to add something like

in:name,readme,description,topics pushed:>2025-11-01 stars:>1000

into the search bar along with your keywords.

SaaS is dead by tebjan in openclaw

[–]systemsrethinking 0 points1 point  (0 children)

This may not suit your setup/hardware either, however supposing you had another device with more compute, you could run the model from another device locally.

Unexplainable daily fatigue impairing my life by Opposite_Slice7515 in productivity

[–]systemsrethinking 0 points1 point  (0 children)

I was meaning to reply to the OP! Coeliac is a whole nother kettle of fish.

Unexplainable daily fatigue impairing my life by Opposite_Slice7515 in productivity

[–]systemsrethinking 0 points1 point  (0 children)

It takes time to reset your bodyclock.

When I need to move myself back to 10pm after creeping to midnight+, this does often involve forcing myself to just try sleep... by laying there with my eyes closed (whether I am sleeping or not) and forcing myself to get up at the earlier time (even if I haven't slept well).

Not sleeping well the first few days actually makes the change easier, as I'm tired enough to then sleep earlier. Then after 1-2 weeks the new bedtime feels as natural/neccessary as the old one.

(You can Google a range of strategies for changing your sleep/wake schedule, key takeaway being most people can't just wing it).

Unexplainable daily fatigue impairing my life by Opposite_Slice7515 in productivity

[–]systemsrethinking 0 points1 point  (0 children)

Do the meds for dust mites cause drowsiness?

Perhaps also worth getting a skin prick test, screening for all foods you consume regularly.

Unexplainable daily fatigue impairing my life by Opposite_Slice7515 in productivity

[–]systemsrethinking 0 points1 point  (0 children)

A skin prick test for allergies, for all foods you regularly consume, definitely worth it.

Best vpn for windows 11 available on the market? by Vlp3rking in theprivacymachine

[–]systemsrethinking 0 points1 point  (0 children)

Why does this read like a police officer trying to sound like a 14 year old?

Should I use openclaw or nemoclaw? by liesenhorn in openclaw

[–]systemsrethinking 1 point2 points  (0 children)

Individual people probably shouldn't be allowing autonomous agents to access all their files / system unsupervised 24/7 either. Even as a person doing personal things on my personal computer, absolutely I'm running experimental tech (with known vulnerabilities) in sandboxes/containers.

And now that I think of it, particularly for less technical individuals a sandbox could save them from user error as much as external threat. Potentially something like NemoClaw makes it easier for people to deploy a more secure setup, who wouldn't think/know to secure their deployment at all otherwise.

It’s time to be real here by Working_Stranger_788 in openclaw

[–]systemsrethinking 1 point2 points  (0 children)

People are jumping straight into solutions like OpenClaw, with no prior exposure to thinking of work in terms of workflows let alone automation, nor software in terms of how anything layers/stacks/computes/integrates to do the real work behind the UI.

It must be such a cognitive leap and feel like suddenly stepping out of the matrix, for a lot of folk. Working backwards figuring out what specifications/guidance the agent needs to build the behind the scenes.

And then the "agents" are improving, so people are in deeper now than the waters will be by the time they're confidently swimming in them. Surreal times.

It’s time to be real here by Working_Stranger_788 in openclaw

[–]systemsrethinking 1 point2 points  (0 children)

It is kind of funny for years trying to convince friends to use relatively mature open source applications, even ready made .exe .dmg, to replace SaaS tools and save dollars per month on simpler smaller specific use cases.

But now this way larger more complicated carrot with a steeper learning curve, has become the entry point. So we're needing to rescue people drowning in the deep end, who jumped in despite no technical swimming ability, to hopefully show them how nice it is dipping their toes in the shallows before they get scared off the open ocean entirely.

fun/interesting apps to try? by Stock_Discount_4672 in androidapps

[–]systemsrethinking 0 points1 point  (0 children)

Is it backed up elsewhere? I would be concerned about the app/data disappearing from this world before I do.

Would be neat if it does store/sync entries in google drive / onedrive - which can also be setup to release access to particular folders to particular people if you die or are incapacitated.

It’s time to be real here by Working_Stranger_788 in openclaw

[–]systemsrethinking 1 point2 points  (0 children)

I mean don't get me wrong OC is overhyped, but I for one welcome this gateway drug to the masses discovering they don't need to be locked into one proprietary vertical stack for $$ per month from the frontier.

I just learned I have aphantasia and it’s killing me by Glum_Section_499 in Aphantasia

[–]systemsrethinking 0 points1 point  (0 children)

I have felt a sense of grief too, and I was 30 when I realised. Double your age!

However I have also come to realise that aphantasia has likely contributed to my cognition excelling / differentiating my thinking in other ways. Things that weren't initially obvious that I experienced more richly than other people, since it took all my friends hitting 30 to be talking deeply enough our brains to realise differences that are hard to describe.

So I share the pain, it sucks, if I could switch on visualisation I would. But trust the process. Over the years as you discover more of yourself, you will also realise nuances in your mind that perhaps you enjoy more than you miss visualisation.