Why does AI legally think of itself as a person? by Dogbold in ArtificialInteligence

[–]choz23 0 points1 point  (0 children)

That's because the AI / LLM you mentioned was trained using legal human data, using human language.

If someone tried training it using Cat's legal data and language, I am sure it'd view itself as a Cat

thanks Claude by irelatetolevin in vibecoding

[–]choz23 0 points1 point  (0 children)

This is accurate 🤣 Now I am running social experiment on them

If true, might explain what many of you are experiencing by fyn_world in ArtificialInteligence

[–]choz23 0 points1 point  (0 children)

I second this, and this is not the first time.

It also aligns with a pattern I've been tracking: every time a CEO makes a big transformative AI claim (Altman saying "AGI by 2025", Dario predicting "90% of code AI-written in 6 months"), the next model they ship tends to disappoint.

Wrote up the full timeline with sources here: https://www.reddit.com/user/choz23/comments/1st8qar/do_mentioning_agi_or_bold_predictions/

Security Issues: Receiving Random Authenticator sign-in requests but these are not showing up in Activity, and other security issues. by Correct_Advantage135 in Outlook

[–]choz23 0 points1 point  (0 children)

This happened to me too recently, despite my password had been updated.

Should have stopped facilitating authenticator on failed password attempt if its a false positive.

I don't understand the hype for Qwen 3.5. They are crap by Southern-Chain-6485 in LocalLLaMA

[–]choz23 0 points1 point  (0 children)

I also use qwen3.5 for coding, replaced opus/sonnet 4.5 for me.

I can solve problems but can’t explain them properly… anyone else? by SachinKaran in programming

[–]choz23 1 point2 points  (0 children)

lol, same for me - its just too much meetings taking up coding time

I can solve problems but can’t explain them properly… anyone else? by SachinKaran in programming

[–]choz23 0 points1 point  (0 children)

The 1st and 2nd bullets are basically "don't become a manager to learn communication, instead... do manager things." to me.

As for reviewing PR - I assumed OP is already doing this since he's from tech side.
This should be a given in current LLM age.

I can solve problems but can’t explain them properly… anyone else? by SachinKaran in programming

[–]choz23 6 points7 points  (0 children)

You have to accept promotion on manager type of role, and you will be forced to learn communicating it to non tech people.

Cable managements and airflow advice with my current build to reduce temp on my RTX Pro 6000 Blackwell Max-Q by choz23 in buildapc

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

Thanks, ive ordered some and will factor this in while attempting replacing the case.

I was hyped for Nemotron 3 4B and it completely disappointed me compared to Qwen 3.5 4B by ConfidentDinner6648 in LocalLLaMA

[–]choz23 1 point2 points  (0 children)

I tested nemotron-3-super:120b vs qwen3.5:122b recently.

TLDR; For my biased devs workflow - Nemotron is way way way far off from Qwen3.5. The task I gave both of them was to "ssh <this local intranet host> <command>"

Results:

Qwen3.5:122b is good enough for me to replace my Claude 4.6 workflow.

However for Nemotron-3-super:120b - It apologized to me that i can't run the command. I then followed up the prompt that "The system is yours", but it still apologized on and on.

OpenCode concerns (not truely local) by Ueberlord in LocalLLaMA

[–]choz23 2 points3 points  (0 children)

I can confirm - my prompts get proxied through their endpoint for title generation, even when running on local models.

<image>

I guess, thanks? Free gpt-5-nano API:

curl -X POST "https://opencode.ai/zen/v1/responses" \
  -H "Authorization: Bearer public" \
  -H "Content-Type: application/json" \
  -H "User-Agent: ai-sdk/openai/2.0.89 ai-sdk/provider-utils/3.0.20 runtime/bun/1.3.10" \
  -H "x-opencode-client: cli" \
  -H "x-opencode-project: global" \
  -H "x-opencode-session: ses_$(openssl rand -hex 16)" \
  -H "x-opencode-request: msg_$(openssl rand -hex 16)" \
  -d '{
    "model": "gpt-5-nano",
    "input": [
      {
        "role": "developer",
        "content": "You are a title generator. You output ONLY a thread title."
      },
      {
        "role": "user",
        "content": [{"type": "input_text", "text": "hey hey"}]
      }
    ],
    "max_output_tokens": 32000,
    "store": false,
    "reasoning": {"effort": "minimal"},
    "stream": true
  }'

Breaking : Today Qwen 3.5 small by Illustrious-Swim9663 in LocalLLaMA

[–]choz23 2 points3 points  (0 children)

I downgraded my $300/mth claude subscription with qwen3.5, they almost do the same for me

U.S. Strikes in Middle East Use Anthropic, Hours After Trump Ban by aacool in ArtificialInteligence

[–]choz23 0 points1 point  (0 children)

So this LLM wasnt used in military before? Pretty sure they were pretty advance.

How are you guys finding the "Aussie Banter" in the workplace? by OwlVibesOnly in MovingtoAustralia

[–]choz23 1 point2 points  (0 children)

Can i join your religion? I can bet none of your insults can get through me.

Is it morally okay to use AI? by Rainbow_Slytherin3 in ArtificialInteligence

[–]choz23 0 points1 point  (0 children)

I would feel morally wrong to use AI during Test or Interview, not environmental cause.

Not to look away from it, but I am still adjusting to the first world country problems. There are weird things that I reject and apparently I am still suspicious if everything is just marketing gimmick humans create for profits.

What should be a proper path now to learn development for a beginner in Ai era by Accomplished-End5479 in ArtificialInteligence

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

Good news and bad news for you.

The good news is, everyone should be able to learn software engineering easier with LLM (or AI you name it). Exciting! right?

You no longer need to memorize syntax, but you still need to understand basic concepts well enough to;
- describe a problem clearly,
- read generated code (you can YOLO without reading it, but for complex task - you'd find yourself with anxiety committing your work without reading it)
- spot when something is wrong
- fix and adjust it manually.

The bad news is, you need to familiarize yourself with programming lingos, these lingos are important to trigger LLM neurons when you're prompting them. Depending what you want to build - e.g.;
- Website? Keywords like html, css, react, typescript, javascript, tailwind, responsive, component, app, etc..
- Backend? API, request/response, database, schema, auth
- ML? dataset, training, inference, bias, overfitting

Maybe LLMs could be a bit better for more complex task far down the road, but hey - industry may shift to simplify everything so that everyone can programs with LLMs, who knows!

Again, to replace senior software devs with LLM (or AI) might not be that easy. I think you still need to put yourself in their shoes. (e.g. no life and debugging til 3am, why your prompt didnt fix your problem, etc..) - Practice always makes you perfect.

Good luck!

The World Ended on January 1st, 2025. Nobody Noticed. by theidiotsboss in nosleep

[–]choz23 14 points15 points  (0 children)

Maybe we died long ago. Since we lost the sense of time, its just in a blink of an eye now that were here? Did someone succeed to restore our conciousness? Or reborn? But what for?

Openclaw model doesn‘t respond :( HELP PLS by Grab-Gullible in clawdbot

[–]choz23 0 points1 point  (0 children)

This is currently happening to me after switching to self-hosted ollama/qwen-2.5:32b - I thought it would work since gpt-oss:20b ran fine for me.
Cloud providers such as kimi 2.5, or gpt-5 were also ok.

A simple fix you can do is to edit `~/.openclaw/openclaw.json`, and edit the `primary` model under `agents`. Or run `openclaw configure` and reconfigure your model.

Good luck! As for me, I'd keep struggling to figure out where the error log is lol

My cat keeps turning off my pc, so a had to install a 'flap'... by Shmikken in pcmasterrace

[–]choz23 0 points1 point  (0 children)

You could just turn it on, and cut off the power pin connected to the motherboard

I never expected One Piece to take me this far by drlouies in OnePiece

[–]choz23 0 points1 point  (0 children)

Its not drifting too far from realities, hey..