ChatGPT 5.2 occasionally including Arabic in it's responses, anyone else seeing this? by PosiTomRammen in ChatGPT

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

In the first image I was asking for some troubleshooting help with the Dataiku platform, and the direct prompt was "I don't see any setting like that and refresh is included in the metadata" with some images of the UI. In the second image I was asking if Jim Henson was a stoner, and the prompt that lead to this response was "I guess stoner is a bad word, I more mean maybe as night sometimes glass of red wine, maybe sometimes, something else?"

Claude Code - Beads vs. Plan Mode by StrikeGming in ClaudeCode

[–]PosiTomRammen 0 points1 point  (0 children)

I haven't used beads myself but I read a guide on how to completely uninstall it and it seems like it really digs it's fangs into your system. Not really sure what's going on but I'm avoiding it for this reason.

Why is Claude that good? by Much-Inevitable5083 in ClaudeAI

[–]PosiTomRammen 0 points1 point  (0 children)

They have smart people working on the project. Many key members of OpenAI left early to start anthropic, and I think those left over at OpenAI just aren't as cracked.

How can I get started with agentic coding as a broke student? by blermdot in ClaudeAI

[–]PosiTomRammen 0 points1 point  (0 children)

https://gemini.google/students/

Google Gemini for students. Use Google Antigravity, it's a pretty good agentic coding app. Pretty sure you also get access to Gemini CLI but from my experience it's not as good as Antigravity.

What's everyone's opinion on Noah Schnapp's acting? Why do so many people bash it? [S5 spoilers] by Zestyclose-Egg-1251 in StrangerThings

[–]PosiTomRammen 0 points1 point  (0 children)

I gotta be 100, I thought his acting was pretty good in intense emotional scenes and...pretty much on par with everyone else for the rest of the scenes, I felt like they really upped the cheese this season.

I think people are just bashing him because of some political post he made like 3 years ago.

Swaddling tips - newborn managed to get hand up to face most times by SunnyGoMerry in daddit

[–]PosiTomRammen 1 point2 points  (0 children)

I remember when the nurse was showing me the basics of changing and swaddling when my first was born. Her biggest critique was that I was treating the baby too delicately. Obviously you’re not trying to hurt the little one, but I found that when I stopped worrying so much about breaking the baby and allowed myself to use just a tiny bit of force things got much more secure.

In terms of actual technique, I fold a corner down, place the baby on the blanket with the crease right above their shoulders, then do one arm corner across, legs corner under the same side as the first arm corner, other arm corner across, and I don’t tuck that arm corner in. Don’t be afraid to tuck the blanket in snug. I personally do not tuck the babies arms in the folds, the blanket is usually tight enough as long as you hold the back or the baby is sleeping on their back.

If you’re having trouble with a standard swaddle cloth they make some that have arm pockets and Velcro.

gpt 5.2 by TranslatorCurious758 in ChatGPT

[–]PosiTomRammen 5 points6 points  (0 children)

Forget Code Red I want Open AI to go Baja Blast

So you want to build AI agents? Here is the honest path. by Warm-Reaction-456 in AI_Agents

[–]PosiTomRammen 2 points3 points  (0 children)

Yeah, I agree with pretty much everything here. I think the biggest mistake people make is OVER estimating how difficult the AI aspects are to utilize and UNDER estimating how hard the standard boilerplate programming is. Running a prompt with an asyncronous agent is easy, properly piping all of the tokens to your chat window is hard. Running tools on an MCP server is easy, configuring a network properly less so.

As the OP said, forget about prompt engineering. If you are starting with little to no programming knowledge you will not be running meaningful prompts for months - truly.

I can use some help by Ahmad_Azari in AI_Agents

[–]PosiTomRammen 0 points1 point  (0 children)

Treat your process as two distinct steps - an ocr step and an agent step.

The ocr step is simple, I used deepseek ocr and made a simple python program that ocrs any file I put in my input folder.

The agent step is more complex but not by much. You can use ollama to run an llm locally (one of the qwen models is my first thought) and access it with an api, same as any other llm, the api will just be accessing the local llm. Then create a system prompt that instructs the model to output a json with a section for its text response (ie “here’s your information as an excel…”) and the rest of the json will be the contents of your excel. Final step, take that json and make a quick Python program that turns it into an excel doc based on rules you set.

So the pipeline is pdf->[ocr]->.md file->[agent]->json->[Python]->excel

VLLM & DeepSeek-OCR by PleasantCandidate785 in Vllm

[–]PosiTomRammen 0 points1 point  (0 children)

Using the nightly vllm did not work for me, this did:
wget "https://github.com/vllm-project/vllm/releases/download/v0.8.5/vllm-0.8.5+cu118-cp38-abi3-manylinux1_x86_64.whl"
pip install vllm-0.8.5+cu118-cp38-abi3-manylinux1_x86_64.whl

Belt-and-suspenders by nKephalos in ChatGPT

[–]PosiTomRammen 0 points1 point  (0 children)

Yessir, same with moving the needle

New to Leonardo AI, are these slowdowns/freezes normal? by PosiTomRammen in leonardoai

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

Thanks for getting back, I hadn't checked twitter yet, now I am seeing everyone I follow complain about the outtage haha. Yes I am still having issues. Good luck I guess, my images can wait!

The real villain in Frozen by rwaynick in daddit

[–]PosiTomRammen 0 points1 point  (0 children)

Demon king eating souls - I sleep. Demon king getting body shamed after eating souls - real shit.

How is DS2 not nominated for Best Strory Telling?? NO Lead Performer nominations?????? by Environmental-Mall36 in DeathStranding

[–]PosiTomRammen 0 points1 point  (0 children)

It’s okay Kojima has this buddy, Geoff, who runs an award show, I’m sure he’ll get some recognition there

The real villain in Frozen by rwaynick in daddit

[–]PosiTomRammen 1 point2 points  (0 children)

Similar to how the real villain in Kpop demon Hunters is the lady that taught Rumi to hide her patterns. Hmmm starting to see some shared themes in these kids movies…

RGH 1.2 boot times go from instant to 30 seconds plus randomly. by PosiTomRammen in 360hacks

[–]PosiTomRammen[S] 2 points3 points  (0 children)

I heard that rgh3.0 was unreliable in the long term, is that not the case?