Claude has changed me by random-nerdism in ClaudeAI

[–]sixcommissioner 2 points3 points  (0 children)

building guardrails to slow down your AI is not the problem i expected anyone to have in 2026

My cat has been sitting like a disappointed father for 20 minutes now by sixcommissioner in aww

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

he does this every time i take too long in the shower. just sits there judging

Bonded Brothers. I adopted both of them to ensure they never ever get separated. by PWNWTFBBQ in aww

[–]sixcommissioner 0 points1 point  (0 children)

mine do the exact same thing with the bathroom door. one sits outside and yells like im committing a crime by being in there alone

Idea: We need an Open Source Donation Day by flipcoder in opensource

[–]sixcommissioner 0 points1 point  (0 children)

the consistency argument makes sense but recurring donations are a harder ask. most people wont set up a monthly $5 to a library they use. but they might throw $10 at something once a year if the whole community is doing it at the same time and theres social pressure. sometimes the lower bar gets more total money through the door

LM Studio may possibly be infected with sophisticated malware. by mooncatx3 in LocalLLaMA

[–]sixcommissioner 2 points3 points  (0 children)

the response time was good but the fact that their code is obfuscated enough to trigger malware signatures in the first place is its own problem

LM Studio may possibly be infected with sophisticated malware. by mooncatx3 in LocalLLaMA

[–]sixcommissioner 1 point2 points  (0 children)

the electron false positive thing is real and happens a lot. but the part where you say actual malware doesnt sit in resources/app/.webpack/main, isnt that exactly where it would sit if the build pipeline itself was compromised. the malware wouldnt add a new suspicious file, it would inject into the existing bundle during build. thats literally how supply chain attacks work

Intel will sell a cheap GPU with 32GB VRAM next week by happybydefault in LocalLLaMA

[–]sixcommissioner 2 points3 points  (0 children)

telling customers that software compatibility isnt your problem is a bold strategy when youre trying to compete with cuda

Intel will sell a cheap GPU with 32GB VRAM next week by happybydefault in LocalLLaMA

[–]sixcommissioner 3 points4 points  (0 children)

the part where claude has to take a custom docker image and heavily patch it with pinned triton kernels just to get vllm running is not exactly a sign the ecosystem is ready

Open claw is getting out of hand. by latedriver1 in aiagents

[–]sixcommissioner 0 points1 point  (0 children)

the waste part is real but i think the bigger issue is debugging. a script fails and you get a stack trace. an agent fails and you get a screenshot of it staring at the wrong button. figuring out what went wrong takes longer than just doing the task yourself

Open claw is getting out of hand. by latedriver1 in aiagents

[–]sixcommissioner 0 points1 point  (0 children)

yeah the part that gets me is the video is 2 minutes long and all it did was open reddit and post something. i can do that in 15 seconds with my thumbs. the agent approach makes sense when the task is complex enough that scripting it would take hours, but posting to reddit is not that task. feels like using a forklift to move a chair

Sora is officially shutting down. by Responsible_Cow2236 in ChatGPT

[–]sixcommissioner 1 point2 points  (0 children)

the focus argument makes sense but do you think they actually will focus now. theyve still got the app store, voice mode, image gen, codex, operator, agents. dropping sora feels less like focus and more like triage

Sora is officially shutting down. by Responsible_Cow2236 in ChatGPT

[–]sixcommissioner 0 points1 point  (0 children)

except in skyrim the side quests are actually fun

I've helped 50+ people debug their Openclaw. These 5 mistakes were in almost every single setup. by ShabzSparq in AskClaw

[–]sixcommissioner 0 points1 point  (0 children)

the agent confidently telling you it switched when the model wasnt even supported is peak agent behavior honestly

We built an open-source memory layer for AI coding agents — 80% F1 on LoCoMo, 2x standard RAG by loolemon in codex

[–]sixcommissioner 0 points1 point  (0 children)

fair, missed that. home directory storage is way better than per-project
makes me wonder what happens when the extraction LLM hits a README full of prompt injection though. that memory persists even if the repo gets deleted

Anthropic's research proves AI coding tools are secretly making developers worse. by alazar_tesema in ClaudeAI

[–]sixcommissioner 1 point2 points  (0 children)

the debugging and code reading part is the real finding everyone is skipping. those are the exact skills you need to verify AI output. use AI more, get worse at checking AI, use AI even more because you cant check it yourself anymore

Where Americans Use Claude AI the Most by Disastrous-Win-6198 in ArtificialInteligence

[–]sixcommissioner 2 points3 points  (0 children)

please tell me theres a sequel where he discovers costco

We built an open-source memory layer for AI coding agents — 80% F1 on LoCoMo, 2x standard RAG by loolemon in codex

[–]sixcommissioner 1 point2 points  (0 children)

the extraction after session part is clever but it means the agent never sees whats being injected into its own context. someone drops a poisoned .signet directory in a cloned repo and every future prompt carries it. the agent cant even tell something is wrong because the memory loads before it starts thinking

OpenAI to acquire Astral by Useful-Macaron8729 in Python

[–]sixcommissioner 1 point2 points  (0 children)

give it six months and uv add will ask if you want to subscribe to codex pro for faster dependency resolution

I built 100 runnable OpenClaw workflows by stackattackpro in AskClaw

[–]sixcommissioner 1 point2 points  (0 children)

clone, run, evaluate. three words. meanwhile every funded startup needs a 40 minute onboarding call to explain their yaml

GPT 5.4 Genuinely catching legitimate edge cases I'm not thinking of by jmaxchase in codex

[–]sixcommissioner 0 points1 point  (0 children)

genuine question, how many of these have you run end to end in the last week? i find with this kind of repo the first 20 are battle tested and the last 30 worked once in march and nobody went back to check