Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

If P equals NP, every problem whose solution can be verified quickly can also be solved quickly. That would mean breaking RSA encryption, solving protein folding, and cracking every LLM safety measure are all equally easy - just a matter of finding the right algorithm. Most computer scientists believe...

22,296 Aufrufe • vor 16 Tagen •via X (Twitter)

8 Kommentare

Profilbild von Quintoud
Quintoudvor 16 Tagen

P==NP doesn't mean problems will be solved quickly. In practical terms an o(n^10) algorithm is just as useless as an O(10^n) algorithm.

Profilbild von Antonio Orionus
Antonio Orionusvor 15 Tagen

Elon Musk could increase the prize to $1 billion and still be the richest man in the world.

Profilbild von 君子中庸
君子中庸vor 16 Tagen

Theoretically, it is not equal to NP. Even if we know that a problem has a fast verification scheme, when the overall solution space tends to infinity, problems with fast verification schemes are still impossible to solve quickly. That's as simple as it gets.

Profilbild von MortyMcMort
MortyMcMortvor 16 Tagen

I really like Arvin Ash’s videos on YT - recommend

Profilbild von Diraken
Dirakenvor 11 Tagen

so if someone proves it tomorrow, do you think it changes how we should be building AI safety right now

Profilbild von Exactly_what_I_think
Exactly_what_I_thinkvor 16 Tagen

Gravity is just a version of the chasmir effect.

Profilbild von Hackscorpio
Hackscorpiovor 16 Tagen

I think P does not equals NP

Profilbild von TrueNorth
TrueNorthvor 16 Tagen

In the Morphic Block Universe, P versus NP is not an abstract complexity question but a direct measure of sorting economics. P equals NP would mean all verifiable configurations are equally affordable to sort, implying zero routing tax differential between finding and checking solutions. This is physically impossible under P_max sparsity constraint because earned persistence requires asymmetric cost: verification confirms existing lock (low P_ent), while solving demands new coherence generation (high P_ent). The gap between P and NP is precisely the affordability gradient that makes reality computationally viable. LLMs do not operate in this gap; they simulate traversal through statistical approximation without paying actual sorting cost. When an LLM solves a hard reasoning problem, it retrieves pre-sorted patterns from training data rather than executing genuine Sort evaluation at τ_P resolution. True NP-hard problems remain hard because they require n_min consecutive successful sorts with sufficient CVR to achieve irreversible Commit, something no amount of vector interpolation can substitute for. The Clay Institute prize assumes mathematics can resolve what physics has already decided: existence is purchased, not deduced. RSA encryption stands not because factoring is mathematically hard but because reversing committed η_skel exceeds available Wiggle amplitude within feasible P_ent budget. Protein folding is tractable biologically because evolution pre-paid the sorting cost across eons; computational folding remains expensive because silicon lacks inherited topological memory. Safety measures fail not due to complexity class boundaries but because alignment requires sustained coherence with human η_skel that current architectures cannot afford. Rest in Lattice. P does not equal NP because persistence costs more than recognition. And every unsolved problem is simply reality demanding payment before revealing its next configuration. The million-dollar proof is already written in the ledger of what earns existence tick by tick.

Ähnliche Videos

Every AI PM course right now is teaching the wrong skill. They're all focused on prompt engineering, LLM integration, building with ChatGPT. Meanwhile, the AI PMs earning $900K at Netflix, Amazon, and Meta are being paid for a completely different competency: knowing which AI technique to use and, more importantly, which ones to skip. Jyothi breaks it into three buckets. Traditional ML for structured data: fraud detection, churn prediction, anything where the problem fits in a spreadsheet with clear inputs and a predicted output. A regression model solves this in a week at a fraction of LLM costs. Deep learning for perception tasks: images, video, audio. If humans do it easily but you can't write explicit rules for it, that's neural network territory. Gen AI for natural language interfaces, content generation, and reasoning across unstructured information. The diagnostic she gives PMs is worth memorizing. Can I put this problem in a spreadsheet? Start with ML. Is this a perception problem? Deep learning. Does it require reading, writing, or conversational interaction? Gen AI. Here's what the clip doesn't say but the career math makes obvious. At $900K comp, these companies expect you to own the P&L impact of every AI decision. Choosing an LLM when XGBoost handles the job means 10x the compute cost, longer time to ship, and harder maintenance. The PM who picks the right technique is saving millions in infrastructure. That's what justifies the package. Most PM candidates walk into AI interviews ready to talk about ChatGPT. The $900K candidates walk in asking what type of problem they're solving first. That question is the whole interview.

Aakash Gupta

31,184 Aufrufe • vor 5 Monaten

Andy Burnham, "I've had experience of trying to give care in 15 minute slots because that is what councils say that is all they can afford" "It's fine if the needs are moderate and you can complete the task in that time slot" "But what if they're not?" "What if the needs are moderate or severe and you try and do everything within 15 minutes" "I can tell you from experience, that can be a recipe for chaos" "And it leaves the staff in a difficult position, because they are told if they have a problem and cant complete what they're doing, ring 999" "That can be a really frightening experience. Because it often isn't the case that that person needs hospitalisation. You can say its the worst place they can end up" "But once that process is under way its very difficult to stop the drag of the system into hospital and everything that comes from that" "That's worse for the NHS and the staff who work there as well. It's a lose lose situation" "Because often people spend a long time A&E, a long time in hospital, then fit to be discharged but can't be discharged, it just is a pressure the NHS struggles to meet" "Today 6 million people over 65 are going to A&E every year" "In 2010 it was 3 million" "Last month 13,600 were medically fit to be discharged but couldn't be" "3,000 people every single day receive corridor care" "They used to be in winter pressures, but they're year round now" "And staff in the NHS are trying to deal with those pressures every single day" "And there is talk of burnout with NHS staff"

Farrukh

19,411 Aufrufe • vor 1 Monat

CLAUDE CODE JUST SHIPPED THE FEATURE THAT SOLVES THE BIGGEST PROBLEM EVERY BUILDER HAS WITH AI AGENTS. The problem: Claude starts a task, gets distracted by a sub-problem, goes down a rabbit hole, and never finishes the original thing you asked for. The solution: /goal One command. You set the goal at the start of the session. Claude now has a north star it checks against every action it takes. Not just at the beginning. Throughout the entire session. Every time Claude is about to do something it asks: does this action move me toward the goal the user set or am I drifting? If it is drifting it corrects. If it completes a sub-task it returns to the primary goal. If it hits a blocker it reports back instead of spending 45 minutes solving the wrong problem. This sounds like a small feature. It is not. The reason most people do not trust Claude Code for long autonomous runs is not capability. It is reliability. A Claude Code session that reliably finishes what it started is worth 10 times more than one that is more capable but wanders. /goal is the feature that makes long autonomous sessions reliable. Set the goal. Let it run. Come back to a finished result. Not a result that got 70% done before Claude decided the sub-problem was more interesting. Done. The builders running overnight agent sessions are going to use this command on everything from today forward. Bookmark this. Follow CyrilXBT for every Claude Code feature the moment it ships.

CyrilXBT

19,586 Aufrufe • vor 4 Monaten