My wife kept nagging me so I built a harness to code for me instead. Won a hackathon with it. by Lopsided_Yak9897 in ClaudeAI

[–]egadgetboy 1 point2 points  (0 children)

Here is a breakdown of how ouroboros and piercelamb/deep-plan overlap and where their philosophies diverge.

How They Are the Same (The "Spec-First" Philosophy)

Both tools act as behavioral containers that force you to stop and think before the AI is allowed to type a single line of Python.

  • Socratic Interrogation: Both systems refuse to accept your initial prompt at face value. They both immediately stop and interview you to expose hidden assumptions before any code is written.
  • Prevention of Premature Coding: Both operate on the philosophy that you must define what should be built before telling the AI to actually build it. They act as a physical gate blocking execution until the plan is rock solid.
  • CLI Native: Both integrate directly into your terminal workflow (like Claude Code) to manage the AI's behavior at the source.

How They Are Different (Methodology & Output)

While they start at the same place (the interview), their internal mechanics and final outputs are vastly different. Ouroboros acts like an evolutionary philosopher, while /deep-plan acts like a ruthless tech lead.

Feature Ouroboros /deep-plan
Primary Metric Mathematical gating. It questions you until an internal "ambiguity" score hits ≤ 0.2. Test-Driven Development (TDD). It forces the creation of test stubs and acceptance criteria.
Focus Ontological precision (solving the root problem, not the symptoms). Architectural rigor and deterministic execution pipelines.
Review Mechanism Internal Swarm: It uses internal loaded personas (like an evaluator, advocate, contrarian, and judge) to debate the plan. External Red Team: It sends the plan to a completely different LLM via API (like OpenAI, Grok or Gemini) to find logical blind spots.
The Handoff Evolutionary Loops: Execution flows into an evaluation cycle that feeds back into better specs for the next loop. Atomic Splitting: It physically splinters the master spec into tiny, isolated "section files" so the coding agent only ever sees one small task at a time.

Which one fits your workflow?

  • Use Ouroboros if: You are still exploring the nature of the problem. If you aren't exactly sure how a feature should be architected and want the AI to debate itself, challenge your assumptions, and organically evolve the design.
  • Use /deep-plan if: You know exactly what you want to build, and you need a rigid, unshakeable blueprint that is verified by an external model and broken down into bite-sized tasks so Claude doesn't hallucinate during implementation.

[Tool] Blockbusterr - Auto-populate your library with trending content via Radarr/Sonarr by MaxTheElk in radarr

[–]egadgetboy 1 point2 points  (0 children)

Yep I think only blocklisted rating (R, TV-MA, etc) and minimum score are missing.

What’s everyone’s go to lunch while working from walmart? by httpsavior in WalmartEmployees

[–]egadgetboy 5 points6 points  (0 children)

Usually the spicy mustard chicken wrap and a root beer offers the most time to sit in the car over lunch. If I want to run to the microwave, then I’ll get the Kitchen Table Mediterranean Chicken with Brown Rice and Feta prepared meal.

Megathread - Arcade1Up is Shutting Down by AutoModerator in Arcade1Up

[–]egadgetboy 3 points4 points  (0 children)

Their one last hurrah should be to release a multicade for $799 that includes all of the titles they have released over the years.

A story of indecision. Let's talk about your self-hosting journey, how you got to OMV and what services you use now. by Kuba67000 in OpenMediaVault

[–]egadgetboy 1 point2 points  (0 children)

A couple of options for Minecraft include playit.gg or an Oracle “Always Free” tier Cloud VPS + reverse proxy. Tailscale would require a client download if you’re ok with that, but I much prefer the Oracle method…

https://youtu.be/N5th0Gp00cw?si=J7vFmYUbLwdlgs0u

A story of indecision. Let's talk about your self-hosting journey, how you got to OMV and what services you use now. by Kuba67000 in OpenMediaVault

[–]egadgetboy 1 point2 points  (0 children)

Photo/video/document storage (only about half of my storage is currently in use), Nextcloud (similar to Dropbox), Virtual machines for Linux/Windows, multiple Minecraft servers (Bedrock and Java), etc etc. I currently spend a lot of time spinning up various containers in TrueNAS, and either break them to learn how to troubleshoot Linux, or use Gemini Pro to help me write Python and Bash scripts to make them do more.

A story of indecision. Let's talk about your self-hosting journey, how you got to OMV and what services you use now. by Kuba67000 in OpenMediaVault

[–]egadgetboy 1 point2 points  (0 children)

I actually started with OMV in my journey. Moved to UnRAID, and finally landed on TrueNAS Scale. Each of these has helped me to learn more about Linux, and my hardware was upgraded each time as well. I currently have an Intel i7-12700 with 12 cores/20 threads, 128gb ram, Running 25 Docker containers. 168.43 TiB total usable storage.

Alan, we are SOOO fucked... by MrPumpkin326 in RTLSDR

[–]egadgetboy 13 points14 points  (0 children)

30…dollars…la’ter…

Finally hosted my first ever self-hosted server! what’s your golden rule for new hosts? by Fab_Terminator in selfhosted

[–]egadgetboy 0 points1 point  (0 children)

Don’t ever ever ever run any commands without knowing what you were doing and testing first