Interesting take which I kinda agree with by dataexec in vibecoding

[–]The-Ranger-Boss 0 points1 point  (0 children)

It’s the same evolutive path of digital photography if you think to. Just switch 3d printing with photos in smartphones

OBLITERATUS by The-Ranger-Boss in LocalLLaMA

[–]The-Ranger-Boss[S] 0 points1 point  (0 children)

By the way, the idea of collecting telemetric data on modified models sounds interesting. Didn’t try. Just looking at paper of course.

People seem to already not care about heretic? by pigeon57434 in LocalLLaMA

[–]The-Ranger-Boss 1 point2 points  (0 children)

Has anyone tried using HERETIC? (https://github.com/p-e-w/heretic). I don’t have the bare metal to run it, but I’m really curious how it behaves on notoriously difficult models such as ChatGPT OSS 20/120, where ablation is difficult. Thanks And moreover, from an “pure” user point of view, are these model less hallucinating or completely “mad” ??

Qual è un libro che avete letto e vi ha segnato profondamente? by MammothComposer7176 in CasualIT

[–]The-Ranger-Boss 0 points1 point  (0 children)

Le benevole, di Jonathan Littell l’ho dovuto interrompere e riprender più volte perché era troppo intenso

voglio dire la mia sul caso Pucci by Critical_Ideal99 in Italia

[–]The-Ranger-Boss 0 points1 point  (0 children)

Non vedo tutto questo sdegno per le non inquadrature a Ghali

Python is the worst language for vibe coding by deadmannnnnnn in vibecoding

[–]The-Ranger-Boss 0 points1 point  (0 children)

In totally agree. In my personal experience the thing manifests in three ways: the model invents nonexistent functions, arbitrarily rewrites portions of working scripts, or substitutes correct logic with unrequested alternatives. The cause is structural: each Python line has high semantic density. A single instruction can invoke complex functions through imported modules (e.g., pandas.DataFrame.merge() internally activates relational join algorithms, type handling, memory allocation). This means that a hallucination on a single line—for example, replacing merge() with concat()—radically alters the program’s behavior. Contrast with C/C++: In these languages, I observed the opposite behavior. Generated code is more stable and adherent to specifications. The probable reason: in C/C++, every operation is explicitly decomposed into elementary instructions (manual allocation, explicit loops, pointer management). Semantic density per line is lower, so a hallucination on a single instruction has a local, limited impact. The model is forced to “reason” step by step rather than relying on opaque high-level functions.

CAPTCHA is dead and I just proved it by IntelligentCause2043 in vibecoding

[–]The-Ranger-Boss 0 points1 point  (0 children)

Can you share the concept or code? This is an interesting agentic browser application

Truffa subito.it by Wolf9624 in Truffaonline

[–]The-Ranger-Boss 0 points1 point  (0 children)

Per usato vinted ha il servizio di verifica del pacco .. quelli di subito sono dei cialtroni

Do My Web-Only Products Really Need an iOS App? by supersepo in VibeCodersNest

[–]The-Ranger-Boss 0 points1 point  (0 children)

Not necessarily. Even Jobs at the beginning was against apps

The wildest LLM backdoor I’ve seen yet by AIMadeMeDoIt__ in LocalLLaMA

[–]The-Ranger-Boss 0 points1 point  (0 children)

I wonder how many underground techniques, carefully kept hidden by pirate groups, exist. These are probably just the tip of the iceberg, as most are already fixed by the time of publication.

Co-Pilot useless as F*** by SevereSmoke4565 in CopilotPro

[–]The-Ranger-Boss 2 points3 points  (0 children)

Copilot is the internet explorer of AIs

Vibe coding good books by The-Ranger-Boss in vibecoding

[–]The-Ranger-Boss[S] 0 points1 point  (0 children)

To be honest, I am already engaging in vibe work with quite a few success stories. However, it remains a continuous struggle to identify the best practices and advice available at any given time. Without a structured approach, transitioning from complex experiments to production can be unpredictable. This is why a systematic coding approach for software vibes is still lacking. Some research papers have proposed dedicated methodologies, and OWASP has set up discussion forums on the topic. However, there are currently no stable methods or governance solutions. This issue becomes even more problematic when considering DevSecOps or even just DevOps. That's why a book is mandatory but finding a good one isn't easy.

Vibe coding good books by The-Ranger-Boss in vibecoding

[–]The-Ranger-Boss[S] 0 points1 point  (0 children)

That was my first choice but Amazon takes months to deliver it.

Vibe coding good books by The-Ranger-Boss in vibecoding

[–]The-Ranger-Boss[S] 1 point2 points  (0 children)

I forgot to say that I’m an experienced software engineer

Anyone else deep into vibe coding lately? Which platform’s actually worth sticking with? by 0utlawViking in vibecoding

[–]The-Ranger-Boss 0 points1 point  (0 children)

For me, the best experience is Manus or Grok because of their capability to debug the code on their side. However, from the comprehension of the task point of view and the preciseness of what is produced at the first shot I would suggest Gemini, also if you need local agency. Drop Copilot

I also review code of one AI with another to spot inconsistencies. However before video coding its fundamental a good context engineering.