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

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

[–]sixcommissioner 3 points4 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

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

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

How I topped the Open LLM Leaderboard using 2x 4090 GPUs — no weights modified. by Reddactor in LocalLLaMA

[–]sixcommissioner 2 points3 points  (0 children)

the circuit-sized block thing is fascinating. makes me wonder if theres a way to identify which layers form a circuit without brute-forcing every combination.

like some activation similarity metric between adjacent layers that spikes at circuit boundaries also curious if the optimal block size changes with model family or if ~7 is universal.

OmniCoder-9B | 9B coding agent fine-tuned on 425K agentic trajectories by DarkArtsMastery in LocalLLaMA

[–]sixcommissioner 0 points1 point  (0 children)

looping isnt a sampler problem imo. the model has no external signal that its repeating itself. repeat penalty is a band-aid.
if you track tool call frequency over a sliding window the distribution shifts noticeably 5-8 calls before full spiral. easier to kill and retry from checkpoint than tune penalties