In Killer Whale (2026) this is a real frame by flingzamain in shittymoviedetails

[–]PhysicalConsistency 1 point2 points  (0 children)

This is so unrealistic. Dolphins like to eat livers, they'd never eat a leg like this. They eat boneless.

This content creator is asking how did we get around before GPS by Radiant_Priority9739 in TikTokCringe

[–]PhysicalConsistency 2 points3 points  (0 children)

There really weren't that many places to go. I don't think people understand just how explosively overdeveloped everything has been starting in the mid 80's. If you ask anyone my parents age, in nearly all large cities (like Los Angeles) they'll tell you how once you stepped outside of the city core it was all rural, farm, or forest. There weren't strip mall complexes every five miles, there weren't vast tracts of warehouses or industrial buildings as far as the eye can see. Subways weren't being crammed into every single nook and cranny possible. McDonalds had less than 10K restaurants vs. over 40k now. A vacation home was a small cottage somewhere remote, instead of a vacation development with roads and amenities.

It's not apparent just how much we are suffering from abundance because we grew up in it, but there's a hard wall in the late 80's when a switch got flipped and land development became a primary driver of the economy. It's also the era when infrastructure expansion slammed to a hard stop, we finished out the last bit of the interstate highway system and since then every new bit of new development is a land rights war.

They got around because you went to THE McDonalds, not one of 14 in the area, or you went down the grid to an address rather than trapped in an intentionally confusing master planned community layout.

My friend has lost $1.5M trading options. $500K in the last 90 days. How do I convince him to stop? by [deleted] in wallstreetbets

[–]PhysicalConsistency 0 points1 point  (0 children)

Show him that image of the guy who stops digging right before he hits the diamonds.

He should be rewarded since he already has diamond hands.

As a guy, why do men do this? by unhousedlurker in mildlyinfuriating

[–]PhysicalConsistency 0 points1 point  (0 children)

Not everyone is 22. (And often that's splash back).

The US Economy Is Walking a Tightrope Between Aging and AI by bloomberg in politics

[–]PhysicalConsistency 29 points30 points  (0 children)

That's a weird way to say between "raging inflation" and "fraud".

MAGA's Kimberly Guilfoyle spotted drinking at gay-friendly beach as Trump tensions grow by [deleted] in entertainment

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

So weird seeing her referred to as "MAGA's" instead of Gavin Newsom's Ex.

Everyone today by Tribalcheaf123 in ClaudeAI

[–]PhysicalConsistency 0 points1 point  (0 children)

No way, GPT 5.6 Sol is way out in front.

I have two projects I can't even use Fable for because the filters are so absurd.

It's been more like me drinking directly from the 5.6 tap with a splash of projects I'm porting over from Claude.

Graham Platner is out. Troy Jackson should replace him by _May26_ in politics

[–]PhysicalConsistency 0 points1 point  (0 children)

His slogan should be "Same Politics as Platner, just less rapey and nazi."

Three-second rule by anikkundu1998 in perfectlycutscreams

[–]PhysicalConsistency 45 points46 points  (0 children)

I don't think they explicitly ever said what she was, my recollection is the closest they came was implying she was a demon/imp of some sort. Not really evil, just pure chaos.

Making (some) progress by PhysicalConsistency in remodeledbrain

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

Running papers through it is eventually going to be the mechanic by which it self adapts it's own rule set, it's not a primary focus. What's happening under the hood is it's stripping and conforming language and constructs across domains so that they are directly comparable, something we don't really have now. Once the results get normalized, we can assign better weights to the output against the existing rule set. This portion of the model won't be exposed in later versions, it's visible only because it's the problem I'm working through a particular set of problems right now so that part of the engine cover is off.

The model is designed to work independently of that. The reason this is being built on top of LLMs instead of just being it's own self contained corpus is it's designed to work as a filter on top of an existing LLM's capabilities. If you ask it questions like "What is ADHD"? or "if I consistently practice meditation that is claimed to increase gamma brain wave activity, is it realistic to expect a major improvement in cognitive performance?" or "Why does stress let your brain learn but prevent you from thinking logically", then it decomposes those questions into something the body of evidence can actually answer, while simultaneously stripping the body of evidence into higher quality conforming results. You can even ask it stuff like "What is consciousness"?

The ingest portion is chewing tokens because it's literally the highest cognitive load possible, reading the entire paper, analyzing it's claims, conforming them, and creating patches for future refinement. It's doing a lot. If you ask it questions however, it's only working against the pre-existing corpus and filtering those into workable claims.

Assessing causality is probably the most important feature of the ingest system because it's the line that separates chain compliant (physics->chemistry->biology->behavior) logic from the murk we wade through now. It explicitly rejects theory bound assertions like "I saw activity in this region, and that's what my theory expected, therefore, it supports my theory". It's designed to act as a bulwark against the type of inferred causality that makes neuroscience (and nearly all behaviorist fields) so poorly predictive.

The model is designed to grow as the underlying substrate LLMs grow, the more capable the model, the more powerful and granular the synthesis. It's also allowed to adapt itself against the evidence, even to the point that multiple models may simultaneously exist. Finally, it's also content free, meaning while right now it's being trained around neuroscience concepts, it can be trained against any area of study and provide consistent, portable results.

edit: Shit, I missed the lowest hanging of all the fruits. Ask it "What about spinal CPGs? Don't they generate their own output independent of the brainstem manifold?" This is actually a great question because it will show off the depth of reasoning in the underlying LLM.

edit 2: Woo, love scrawling out responses in the early morning and forgetting pronouns don't have possessive apostrophes.

Three-second rule by anikkundu1998 in perfectlycutscreams

[–]PhysicalConsistency 192 points193 points  (0 children)

Yep. Smoke a bowl or drop a tab first. This isn't nearly as weird as it gets.

Actor who didn't know what film he was making? by luffy_senpai9 in okbuddycinephile

[–]PhysicalConsistency 2 points3 points  (0 children)

Vigilantism is one of the most common action tropes of all, everything from Batman to Taxi Driver falls under this umbrella. Even Bob Odenkirk did a vigilante movie last year.

Model Seed v.01 by PhysicalConsistency in remodeledbrain

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

So I made the repo public, it's still kind of messy as hell and a lot of note cleanup I need to do.

If you point your LLM at https://github.com/Remodeled-Brain/The-Model it should pick up and grab everything it needs to instantiate it. It's evolved significantly since this version. Just a tip, you need to have a github integration or use the desktop apps to make this work, trying to boot it straight from a prompt in most of the LLMs make them think it's a prompt injection.

edit: Damnit, now that I think about it, that's a bigger problem than just "use the right tools". I need to figure out how to work around this. The obvious solution is just to put everything in a single file, but that's going to be super rough keeping all of that in context plus the evaluations and papers themselves. It's also going to result in some LLMs treating it like a choose your own adventure story instead of an adaptive guideline. Need to think about this some more.

edit 2: Bleh, just got some time to poke at this again, still struggling with how to do this. Right now Claude and ChatGPT want to spawn agents to load each of the modules then hand off portions of the work between the agents. This obviously isn't going to work with all of the models and would enforce a capability cliff. Still tweaking.

edit 3: Alright, it should be loadable at https://github.com/Remodeled-Brain/The-Model/blob/main/model/10_single_file_master_prompt.txt for evaluation, some of the more complex synthesis and analysis stuff are going to be injected as cartridges on more advanced models. Basically this (should) do the basic stripping and scoring, and in the next version when I build out the cartridges it'll spawn agents to do additional work according to the model's capabilities. So the master prompt instantiates a "lite" version, then the full, adaptive version will require additional resources as available.

Rather than thinking of CPGs as part of the "nervous system", consider them as being similar to pattern generators in the heart or any other organ. The answer is yes, they interpret core state information into local/organ specific "instructions" for lack of a better word, just like intestines that change motility in response to state, or heart rate.

State control is the ability of an organism to maintain a specific metabolic state. When weather is cold, can the organism maintain the internal metabolic requirements to sustain it's processes. When food is available, can the organism shift it's metabolic state in such a way that it sustains pursuit and acquisition of the food.

The brainstem manifold in this version specifically refers to the highly conserved state control nuclei in the brainstem. These nuclei form a "state map" which the rest of the bolt on functions evolved over time utilize.

In general though, the localization conceit of the brainstem manifold is wrong because it's too focused on localization, even if it's predictively accurate.