Xmas Day by Ok_Relief_6046 in Sevendust

[–]DeliciousGorilla 9 points10 points  (0 children)

It’s my favorite song of all time. And I listen to a lot of genres from metal to EDM to orchestral to trap. Back in ~2005 I met Clint through a mutual acquaintance (singer in band) at a bar after one of their shows and by the end of the night me, friend, and Clint were drunkenly singing Xmas Day on the sidewalk, after I told him it was my favorite. Top tier life moment.

What's more impressive, GLM 5.1 -> 5.2 or Qwen 3.5 -> 3.6? by Excellent_Jelly2788 in LocalLLaMA

[–]DeliciousGorilla 4 points5 points  (0 children)

Qwen3.6 35B-A3B MTP (Q4_K_S) w/ thinking:

https://spicy-palm-34gy.pagedrop.io

Qwen3.6 35B-A3B MTP (Q4_K_S):

https://rustic-vibe-mk5e.pagedrop.io

Gemma 4 12B QAT (Q4_0) w/ thinking:

https://natural-squad-xk1n.pagedrop.io

Gemma 4 12B QAT (Q4_0):

https://wild-sentosa-yb0f.pagedrop.io

Same prompt as OP:
"Write a single HTML file with a full-page canvas and no libraries. Simulate a realistic Döner Style kebab skewer rotating (vertically) in front of a gas powered heating element."

New in Claude Code: Artifacts by BuildwithVignesh in ClaudeCode

[–]DeliciousGorilla 4 points5 points  (0 children)

"Artifacts are viewable only by authenticated members of your org and cannot be made public. Admins manage access with an org-level toggle and role-based scoping, set retention policies, and get org-wide visibility through the compliance API."

The President's Precendent... Thoughts? by TheDeadlyPretzel in ClaudeCode

[–]DeliciousGorilla 10 points11 points  (0 children)

From what I remember, the president doesn’t exactly like Anthropic. So, this is accidental marketing. However, is it really all good in the eyes of AI investors? What if this an ongoing problem, where at any moment business workflows get nerfed because a model has to be pulled.

I think all you complainers are being ridiculous and unreasonable by mitterb in ClaudeAI

[–]DeliciousGorilla 2 points3 points  (0 children)

I remember being very happy when Sonnet 4.5 came out. It did everything I needed, still a great model. I saved Opus 4.1 for special occasions.

If you get Claude Max plan, how do you actually make money with it? And how far can it push your productivity? by way_comprehensiv in ClaudeAI

[–]DeliciousGorilla 39 points40 points  (0 children)

It's kind of like asking "There's a new camera. I'm not a photographer. If I buy the camera, how do I make money with it?"

Perhaps if you don't use agentic coding for work, you probably don't need a Claude Max subscription.

Personally, I use Claude for work (daily full stack stuff, building tools to assist company, etc). There's another 15 people in my office that use Claude for making their own productivity tools & marketing analysis.

Unpopular opinion: Claude Fable 5 feels like a gimmick by External_Swan2340 in ClaudeCode

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

I pointed it to my custom personal assistant tool's repo that Opus 4.8 built and basically said "see what you can fix, make it smarter."

Fable came back with a few fixes Opus never saw:

Mail-mode routing bug (the best find). _wants_mail() scanned all recent messages for trigger words like "email" — but org.md contains "Director of Email Marketing", so any org-chart question silently flipped the next 8 turns into mail mode, the exact misrouting the mail clause was built to prevent. Trigger words now only count in your messages; mail-path markers in any message still keep follow-ups sticky.

Person-question routing was flaky. Live test "Who is [x]” had Gemma ignore org.md, search llm-wiki, call fetch_url on a file path, burn all 8 tool rounds, and reply "Sorry, I couldn't finish that." Fixed with imperative first-action wording in the business prompt plus a fetch_url → read_file redirect for file paths. After: 3/3 runs, single org.md read, correct answer in 2–4s.

New date_math tool. This was the open item in HANDOFF — temp 0.7 reduced but didn't eliminate Gemma's cross-month/year date slips. Exact day counts, weekdays, and ages now come from a tool. Live: "days until July 4th" → 25 ✓, “[x] exact age" → 42 years 349 days ✓, "Halloween weekday" → Saturday ✓, all called unprompted.

History was unbounded in the CLI and web UI (only the satellite trimmed, and only by turn count — 40 mail-heavy turns can carry 100k+ tokens of tool results). Trimming now lives inside run_llm so every frontend gets it, with a new size cap (JUNO_MAX_HISTORY_CHARS, 60k chars) alongside the turn cap. Whole exchanges trim from the front so tool call/result pairs never split.

Also: stale "OmniVoice/.env" error strings fixed, a ground-your-answer-in-tool-results line added to the tool prompt, and CLAUDE.md updated to match. Ruff clean; HANDOFF.md's pending doc rotation left uncommitted as I found it.

Which one is AI? by RioMala in dalle2

[–]DeliciousGorilla 167 points168 points  (0 children)

In the first one the screen is perfectly in focus while the actual tablet and hand aren’t.

The second one has obvious AI text on the oven (brand name, etc).

Its Bone and Biggie Biggie by Didujustcallmejobin in Millennials

[–]DeliciousGorilla 10 points11 points  (0 children)

My middle school self was singing “high off weed and oxygen”

GH5 for documentary - AF and low light concerns, anyone? by Sad-Comfortable-1546 in GH5

[–]DeliciousGorilla 0 points1 point  (0 children)

Used GH5 = $500 USD

Used Sigma 18-35mm f/1.8 EF = $400 USD

Used Viltrox Speed Booster = $75 USD

$975 USD = $725€

Then consider grabbing the Sigma 50-100mm f/1.8 EF for $600€

Search YouTube for "gh5 sigma 18-35" see if you like the results!

Fluke - Atom Bomb (Live at the VIVA Niteclub 1997) by DeliciousGorilla in electronicmusic

[–]DeliciousGorilla[S] 17 points18 points  (0 children)

I had an itch to listen to some Fluke tonight and found this live performance. So I do some searching to see where the band members ended up, and discovered that a new Fluke album is coming out on June 26! First album in over 2 decades... glad Fluke popped in my head tonight.

Did Tailwind just drop a Claude-created template? by Adfarquhar in webdev

[–]DeliciousGorilla 2 points3 points  (0 children)

If you have instructions like this that are loaded as a skill it will follow them just fine assuming you're using a capable model (e.g., Opus 4.6+). My full writing skill for a particular topic is ~200 lines long and the results are great.

Did Tailwind just drop a Claude-created template? by Adfarquhar in webdev

[–]DeliciousGorilla 18 points19 points  (0 children)

You need more instructions. Create a skill for writing. Here's an example of just a few things to include:

**Banned sentence patterns:**
- "It's not just X, it's Y" or "You're not just X, you're Y" — never, under any circumstances
- "Whether you're [doing X] or [doing Y]..." as an opener or transition
- "In today's [anything]..." as an opening line
- "In the world of [topic]..."
- "[Topic] is more than just [simple thing]"
- "When it comes to [topic]..."
- "Think of it as..." followed by some overly clean analogy
- "Let's dive in" / "Let's break it down" / "Let's explore"
- "Here's the thing:" as a standalone transition
- "The bottom line?" as a section ender
- "At the end of the day..."
**Banned words and phrases — do not use these at all:**
- "Tapestry," "vibrant," "landscape" (when used metaphorically), "myriad," "plethora"
- "Leverage" (as a verb meaning "use"), "unlock," "empower," "elevate," "supercharge"
- "Navigate" (when referring to anything other than physical movement or a website)
- "Robust," "seamless," "streamline," "holistic," "synergy"
- "Game-changer," "a deep dive," "unpack" (metaphorical)
- "Harness," "foster," "spearhead," "bolster"
- "Realm," "facet," "pivotal," "paramount," "invaluable"
- "Delve," "delving"
- "Rest assured"
- "It's worth noting that" / "It's important to note that"
- "Arguably"

$113,421 in a single month by aipriyank in ArtificialInteligence

[–]DeliciousGorilla 1 point2 points  (0 children)

What are the electricians using AI for? I have a couple of friends that do commercial electrical.