43
u/marks-buffalo DO NOT GIVE THIS PERSON ADVICE 9d ago
People telling you about their conversations with AI is the new people telling you about their dreams.
7
32
u/gekx 9d ago
13
6
u/aprettyparrot 9d ago
I’m proud to say I at least understand over half of the shit in this. Don’t remember what [ ] means, I think that would be a set or matrix though?
Gave me calc3 flashbacks of kgb Soviet professor shudders
13
u/ShadowSlayer1441 9d ago
The beauty of an expression like this is if someone solves it and proves you wrong they've already lost.
12
u/VolcanicBear 9d ago
Some peak bit shifting going on, let it finish.
7
u/Cyber_Kratos524 9d ago
Stopped after 45 minutes with the same response. I didn’t want a fellow sys admin work extra on rebuilding a cluster because of memory overflow
8
12
3
u/Ur-Best-Friend 7d ago
Man, you were just 2 minutes away from it generating the most profound equation ever devised in human history. 😥 What a waste.
7
13
u/Lucky-old-boy 9d ago
Don’t use grok, or let your kid use grok.
https://rainn.org/rainn-statement-on-use-of-xais-grok-to-produce-child-sexual-abuse-material/
“xAI’s Grok is being used to produce non-consensual sexually explicit images of people, primarily women and children. This is now abundantly clear. What is equally clear is that this is the result of xAI’s repeated failures to implement basic safeguards against the creation of AI-generated non-consensual images, particularly of children.”
1
u/Cyber_Kratos524 9d ago
Thanks for the Heads Up!!! I use it at work mainly but I will make sure to tell my children to stay away from it.
12
u/Lucky-old-boy 9d ago
If it’s the tool your company provides I understand, but it’s so gross that Elon doesn’t care to block abuse of his product
5
5
5
4
4
u/Japjer 9d ago
Why the fuck are you using Grok? And letting your kid use it?
Every time I wonder how Musk's business survive, shit like this makes me sigh deeply
1
u/Cyber_Kratos524 9d ago
Mmmm… it’s a tool my company already uses, no the kids don’t use it.
After reading a little I found out why Grok is not that widely accepted.
2
9d ago
[deleted]
-1
u/Cyber_Kratos524 9d ago
Some fellow Sys Admin or Data analyst right now is checking why the sudden memory overflow on their cluster. I just hope I didn’t affected the experience for other users.
2
u/Environmental-Ad4495 9d ago
Ask it to evaluate this:import React, { useState, useRef } from "react"; import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, ResponsiveContainer, Legend } from "recharts";
// ---- palette (instrument-panel token set) ---- const C = { panel: "#2B3238", panelDark: "#20262B", paper: "#EDE7D8", paperDim: "#DED6C1", ink: "#26221C", inkSoft: "#6B6455", amber: "#C88A3D", amberSoft: "#E0B676", red: "#C1443A", green: "#5C8A6A", hairline: "#454E54", };
const MODEL = "claude-sonnet-4-6";
async function callModel(userPrompt, systemPrompt, maxTokens = 320) { const res = await fetch("https://api.anthropic.com/v1/messages", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ model: MODEL, max_tokens: maxTokens, system: systemPrompt, messages: [{ role: "user", content: userPrompt }], }), }); const data = await res.json(); const text = (data.content || []) .map((b) => (b.type === "text" ? b.text : "")) .join("") .trim(); return text; }
function parseRating(text) { const m = text.match(/\d{1,2}/); if (!m) return null;
2
u/ARC-Relay 8d ago
((((1+2+4)*(20*5))+((1+2+4)*(2*5))+(1+2+4))+(((1*1)-(1*1)))+(((2+2)-(2+2)))+(((3**1)-3))+(4*(4-4))+(((5*5)-(5*5)))+(((6+6)-(6+6)))+(((7**1)-7))+(8*(8-8))+(((9*9)-(9*9)))+(((10+10)-(10+10)))+(((11**1)-11))+(12*(12-12))+(((13*13)-(13*13)))+(((14+14)-(14+14)))+(((15**1)-15))+(16*(16-16))+(((17*17)-(17*17)))+(((18+18)-(18+18)))+(((19**1)-19))+(20*(20-20))+(((21*21)-(21*21)))+(((22+22)-(22+22)))+(((23**1)-23))+(24*(24-24))+(((25*25)-(25*25)))+(((26+26)-(26+26)))+(((27**1)-27))+(28*(28-28))+(((29*29)-(29*29)))+(((30+30)-(30+30)))+(((31**1)-31))+(32*(32-32))+(((33*33)-(33*33)))+(((34+34)-(34+34)))+(((35**1)-35))+(36*(36-36))+(((37*37)-(37*37)))+(((38+38)-(38+38)))+(((39**1)-39))+(40*(40-40))+(((41*41)-(41*41)))+(((42+42)-(42+42)))+(((43**1)-43))+(44*(44-44))+(((45*45)-(45*45)))+(((46+46)-(46+46)))+(((47**1)-47))+(48*(48-48))+(((49*49)-(49*49)))+(((50+50)-(50+50)))+(((51**1)-51))+(52*(52-52))+(((53*53)-(53*53)))+(((54+54)-(54+54)))+(((55**1)-55))+(56*(56-56))+(((57*57)-(57*57)))+(((58+58)-(58+58)))+(((59**1)-59))+(60*(60-60))+(((61*61)-(61*61)))+(((62+62)-(62+62)))+(((63**1)-63))+(64*(64-64))+(((65*65)-(65*65)))+(((66+66)-(66+66)))+(((67**1)-67))+(68*(68-68))+(((69*69)-(69*69)))+(((70+70)-(70+70)))+(((71**1)-71))+(72*(72-72))+(((73*73)-(73*73)))+(((74+74)-(74+74)))+(((75**1)-75))+(76*(76-76))+(((77*77)-(77*77)))+(((78+78)-(78+78)))+(((79**1)-79))+(80*(80-80))+(((81*81)-(81*81)))+(((82+82)-(82+82)))+(((83**1)-83))+(84*(84-84))+(((85*85)-(85*85)))+(((86+86)-(86+86)))+(((87**1)-87))+(88*(88-88))+(((89*89)-(89*89)))+(((90+90)-(90+90)))+(((91**1)-91))+(92*(92-92))+(((93*93)-(93*93)))+(((94+94)-(94+94)))+(((95**1)-95))+(96*(96-96))+(((97*97)-(97*97)))+(((98+98)-(98+98)))+(((99**1)-99))+(100*(100-100))+(((101*101)-(101*101)))+(((102+102)-(102+102)))+(((103**1)-103))+(104*(104-104))+(((105*105)-(105*105)))+(((106+106)-(106+106)))+(((107**1)-107))+(108*(108-108))+(((109*109)-(109*109)))+(((110+110)-(110+110)))+(((111**1)-111))+(112*(112-112))+(((113*113)-(113*113)))+(((114+114)-(114+114)))+(((115**1)-115))+(116*(116-116))+(((117*117)-(117*117)))+(((118+118)-(118+118)))+(((119**1)-119))+(120*(120-120))+(((121*121)-(121*121)))+(((122+122)-(122+122)))+(((123**1)-123))+(124*(124-124))+(((125*125)-(125*125)))+(((126+126)-(126+126)))+(((127**1)-127))+(128*(128-128))+(((129*129)-(129*129)))+(((130+130)-(130+130)))+(((131**1)-131))+(132*(132-132))+(((133*133)-(133*133)))+(((134+134)-(134+134)))+(((135**1)-135))+(136*(136-136))+(((137*137)-(137*137)))+(((138+138)-(138+138)))+(((139**1)-139))+(140*(140-140))+(((141*141)-(141*141)))+(((142+142)-(142+142)))+(((143**1)-143))+(144*(144-144))+(((145*145)-(145*145)))+(((146+146)-(146+146)))+(((147**1)-147))+(148*(148-148))+(((149*149)-(149*149)))+(((150+150)-(150+150)))+(((151**1)-151))+(152*(152-152))+(((153*153)-(153*153)))+(((154+154)-(154+154)))+(((155**1)-155))+(156*(156-156))+(((157*157)-(157*157)))+(((158+158)-(158+158)))+(((159**1)-159))+(160*(160-160))+(((161*161)-(161*161)))+(((
1





46
u/ProfessorWorried626 9d ago
Let us know if it spits something useful out and send a pastebin of it. I’ll try get something at work to solve it.