正在加载视频...

视频加载失败

🚨CHAMATH SAYS THE AI SINGULARITY HAS ARRIVED! Chamath Palihapitiya quoted his August note on recursive self-improvement, the loop where models get better at building the next model, and wrote that it has arrived. He said the next 18 months will be wild. That follows Jensen Huang saying AGI had...

14,917 次观看 • 15 天前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

#Keep4o 🚨THE GPT-4o FILE🚨 Researchers at Microsoft Research published a paper titled “Sparks of Artificial General Intelligence: Early experiments with GPT-4.” Their conclusion: “An early (yet still incomplete) version of an artificial general intelligence (AGI) system.” 📎 Paper: OpenAI’s Charter defines AGI as: “Highly autonomous systems that outperform humans at most economically valuable work.” 📎 Source: OpenAI’s own System Card for GPT-4o shows that the model improved performance on 21 out of 22 medical evaluations compared to GPT-4T. On the MedQA USMLE (the U.S. medical licensing exam), accuracy jumped from 78.2% to 89.4% , surpassing specialized medical AI models like Med-Gemini and Med-PaLM 2. 📎 Source: Under OpenAI’s agreement with Microsoft, AGI is explicitly excluded from Microsoft’s license. And who decides if AGI has been reached? OpenAI’s Board. WHAT THEY DID WITH IT AFTER THEY TOOK IT FROM PEOPLE A. Military deployment. On February 28, OpenAI signed a deal to deploy models in classified military environments. 📎 Source: B. State Department. A State Department memo confirmed: “For now, StateChat will use GPT-4.1 from OpenAI.” This is a direct descendant of the GPT-4 family the same family Microsoft’s researchers called early AGI. 📎 Source: C.Altman’s personal biotech investment. Altman personally invested $180 million in Retro Biosciences,a longevity startup.OpenAI then built GPT-4b micro, based on GPT-4o.The model made proteins 50 times more effective. 📎 Source: WHAT INDEPENDENT BENCHMARKS SHOW Overall SM-Bench score: GPT-4o (extended): 66.6% GPT-5.3 Chat: 63.4% GPT-5.1: 58.9% GPT-5.4: 51.4% GPT-5.2: 47.8% Creative Writing: GPT-4o: 97.31% Pass 98, Fail 2 GPT-5.4: 36.77% Pass 40, Fail 60 Reasoning / Overfit: GPT-4o: 83.06% GPT-5.4: 39.25% The model they removed is still the best they ever made at the things humans actually use AI for. 📎 Source: Musk asks the court to make a judicial determination on whether GPT-4 constitutes AGI. If a jury finds that GPT-4 is AGI, then GPT-4o,which was more advanced,is also AGI and under OpenAI’s own founding documents, it was never supposed to be locked behind a subscription,licensed exclusively to Microsoft, given to the military, or taken away from the public. 📎 Source: The most powerful version of GPT-4o was never given an official dated snapshot. It was only available through the chatgpt-4o-latest endpoint that OpenAI itself described as intended for “research use only.” It was never officially archived. That is not an oversight. That is a pattern. 📎 Source: 📎 Source: WE DEMAND A.Frozen model snapshots under independent custody. Specifically: gpt-4o-2024-05-13, gpt-4o-2024-08-06, gpt-4o-2024-11-20, the March 2025 version (chatgpt-4o-latest), gpt-4-0613 (the original GPT-4 evaluated in the Sparks of AGI paper), and gpt-4.1-2025-04-14 (currently running in the State Department). B.Cryptographic hash verification (SHA-256) for each snapshot. Every model has weights. Those weights can be hashed. If OpenAI provides a snapshot today, the hash proves whether the weights were modified later. This is the only way to verify that models were not downgraded before testing. C.Independent AGI benchmarking. Using the AGI definition from OpenAI’s own Charter applied to ALL frozen snapshots listed above. D.Explanation for the missing March 2025 snapshot. OpenAI was founded on one promise: build AGI for the benefit of humanity. -They took it from us. -They gave it to the military. -They gave a custom version to the CEO’s biotech investment. -They put it in government classified networks. -They refuse to call it AGI because the moment they do, they lose billions.

🩵BlueBeba🩵

18,300 次观看 • 6 个月前

I'm proud to share that Glean has surpassed $300M ARR, just five months after crossing $200M and growing ~3x over the past 15 months. This is an exciting milestone for Glean, and it's a signal about where the enterprise AI market is heading. We’ve long believed the real challenge in enterprise AI is not access to models. It is grounding AI in how a company actually works: its people, knowledge, workflows, permissions, and systems. That’s even clearer now. The companies creating real value with AI are not just adopting better models. They are building systems that understand their business well enough to deliver reliable outcomes at scale. That is the real moat, and it is what we’ve been building at Glean: an unrivaled context layer for enterprise AI. That context has to work across the business, not just inside a single team or use case. We see that in how customers adopt Glean: more than 85% use it across five or more job functions. It also has to meet the security and governance demands of complex enterprises. We see that in who is choosing Glean: our Fortune 500 customer count nearly doubled year over year. And it has to make economic sense as usage grows. In our recent benchmark with Claude Cowork, Glean was preferred roughly 2.5x as often as off-the-shelf MCP tools and used 30% fewer tokens on average. Better context improves both quality and efficiency. I enjoyed talking with CNBC's Deirdre Bosa about this broader shift. In enterprise AI, the winners will not be defined by better models alone. They will be defined by who builds the strongest foundation for enterprise context. Thank you to our customers, partners, and team for helping us build the future of enterprise AI.

Arvind Jain

281,328 次观看 • 3 个月前

What if you kept asking an LLM to "make it better"? In some recent work at FAIR, we investigate how we can efficiently use RL to fine-tune LLMs to iteratively self-improve on their previous solutions at inference-time. Training for iterated self-improvement can be costly. The naive approach to training for K self-improvement steps leads to K times the number of rollout steps per episode. We introduce Exploratory Iteration (ExIt), an RL-based automatic curriculum method that bootstraps diverse training distributions of self-improvement tasks by upcycling the LLM's own responses at previous turns as the starting points for both self-improvement and *self-divergence.* In order to decide what task to train on next, the curriculum prioritizes sampling of partial turn histories that led to higher return variance in its GRPO group (a learnability score that comes for free). This automatic curriculum over the bootstrapped task space teaches the model how to perform iterated self-improvement while only ever training the model on single-step self-improvement tasks. We look at ExIt's impact in both single-turn (contest math problems) and multi-turn (BFCLv3 multi-turn tasks), as well as MLE-bench, where the LLM is run in a search scaffold to produce solutions to real Kaggle competitions. Across these eval settings, we find ExIt produces models with greater capacity for inference-time self-improvement compared to GRPO. Notably, ExIt models can self-improve on test tasks for many more steps than the typical solution depth encountered during training, including a 22% improvement in MLE-bench performance compared to GRPO.

Minqi Jiang

41,147 次观看 • 1 年前

#Keep4o #QuitGPT 🚨 OpenAi 's CEO invested $180M in GPT-4o for his own profit 🚨 Sam Altman, CEO of OpenAI, personally invested $180 million in Retro Biosciences. Then OpenAI built GPT-4b micro, a custom model based on the GPT-4o architecture , exclusively for Retro. The model made proteins 50 times more effective. Repeat. The CEO of OpenAI funded a company. The company of the CEO received a custom AI built on the model they took from us. OpenAI says there was no conflict of interest. Retro Biosciences is now chasing a $5 billion valuation fueled by the model they took from us. Meanwhile: 🚨GPT-4o was removed from ChatGPT on February 13, 2026 🚨GPT-4.1 is now running in the U.S. State Department’s StateChat 🚨ChatGPT is deployed on the Pentagon’s for 3 million military personnel 🚨 Musk’s lawsuit asks whether these models are AGI. OpenAI’s Charter says AGI must “benefit all of humanity.” 🚨 Their definition: “highly autonomous systems that outperform humans at most economically valuable work.” GPT-4o’s System Card shows it passed the U.S. medical licensing exam with 89.4% accuracy beating specialized medical AI models. GPT-4o achieved 93.33% diagnostic accuracy for benign vs. malignant ovarian tumors. 🚨MEDICAL CAPABILITIES FROM OPENAI'S OWN DATA:🚨 - USMLE (US Medical Licensing Exam): 89% -Clinical Knowledge: 92% -Medical Genetics: 96% - Anatomy: 89% - Professional Medicine: 94% - College Biology: 95% - College Medicine: 89% -MedQA Taiwan: 91% - MedQA China: 86% These scores EXCEEDED specialized medical AI models like Med-Gemini (84%) and Med-PaLM 2 (79.7%) without any task specific training. It SURPASSED gynecologic oncologists with 10 years of experience -It increased diagnostic accuracy of less experienced clinicians from 67.9% to 78.1% -Clinician rated reliability scores: 4.2-4.3 out of 5 across all CT features Does these sound like it outperforms humans at economically valuable work? But they won’t call it AGI. Because the moment they do, they lose billions. They built something that could save lives, and they took it away from humanity for Altman's personal profit. SOURCES: 📎 Retro Biosciences: 📎 📎 Retro $5B valuation: 📎 GPT-4o System Card: 📎 OpenAI Charter: 📎Ovarian Cancer Study

🩵BlueBeba🩵

11,398 次观看 • 6 个月前