

Elevate Your Career with AI & Machine Learning For Dummies PRO and Start mastering the technologies shaping the future—download now and take the next step in your professional journey!
What is OpenAI Q*? A deeper look at the Q* Model as a combination of A* algorithms and Deep Q-learning networks.
Embark on a journey of discovery with our podcast, ‘What is OpenAI Q*? A Deeper Look at the Q* Model’. Dive into the cutting-edge world of AI as we unravel the mysteries of OpenAI’s Q* model, a groundbreaking blend of A* algorithms and Deep Q-learning networks. 🌟🤖
In this detailed exploration, we dissect the components of the Q* model, explaining how A* algorithms’ pathfinding prowess synergizes with the adaptive decision-making capabilities of Deep Q-learning networks. This video is perfect for anyone curious about the intricacies of AI models and their real-world applications.
Understand the significance of this fusion in AI technology and how it’s pushing the boundaries of machine learning, problem-solving, and strategic planning. We also delve into the potential implications of Q* in various sectors, discussing both the exciting possibilities and the ethical considerations.
Join the conversation about the future of AI and share your thoughts on how models like Q* are shaping the landscape. Don’t forget to like, share, and subscribe for more deep dives into the fascinating world of artificial intelligence! #OpenAIQStar #AStarAlgorithms #DeepQLearning #ArtificialIntelligence #MachineLearningInnovation”
🚀 Whether you’re a tech enthusiast, a professional in the field, or simply curious about artificial intelligence, this podcast is your go-to source for all things AI. Subscribe for weekly updates and deep dives into artificial intelligence innovations.
✅ Don’t forget to Like, Comment, and Share this video to support our content.
📌 Check out our playlist for more AI insights
AI-Powered Professional Certification Quiz Platform
Web|iOs|Android|Windows
🚀 Power Your Podcast Like AI Unraveled: Get 20% OFF Google Workspace!
Hey everyone, hope you're enjoying the deep dive on AI Unraveled. Putting these episodes together involves tons of research and organization, especially with complex AI topics.
A key part of my workflow relies heavily on Google Workspace. I use its integrated tools, especially Gemini Pro for brainstorming and NotebookLM for synthesizing research, to help craft some of the very episodes you love. It significantly streamlines the creation process!
Feeling inspired to launch your own podcast or creative project? I genuinely recommend checking out Google Workspace. Beyond the powerful AI and collaboration features I use, you get essentials like a professional email (you@yourbrand.com), cloud storage, video conferencing with Google Meet, and much more.
It's been invaluable for AI Unraveled, and it could be for you too.
Start Your Journey & Save 20%
Google Workspace makes it easy to get started. Try it free for 14 days, and as an AI Unraveled listener, get an exclusive 20% discount on your first year of the Business Standard or Business Plus plan!
Sign Up & Get Your Discount HereUse one of these codes during checkout (Americas Region):
AI- Powered Jobs Interview Warmup For Job Seekers

⚽️Comparative Analysis: Top Calgary Amateur Soccer Clubs – Outdoor 2025 Season (Kids' Programs by Age Group)
Business Standard Plan: 63P4G3ELRPADKQU
Business Standard Plan: 63F7D7CPD9XXUVT
Set yourself up for promotion or get a better job by Acing the AWS Certified Data Engineer Associate Exam (DEA-C01) with the eBook or App below (Data and AI)

Download the Ace AWS DEA-C01 Exam App:
iOS - Android
AI Dashboard is available on the Web, Apple, Google, and Microsoft, PRO version
Business Standard Plan: 63FLKQHWV3AEEE6
Business Standard Plan: 63JGLWWK36CP7W
Invest in your future today by enrolling in this Azure Fundamentals - Pass the Azure Fundamentals Exam with Ease: Master the AZ-900 Certification with the Comprehensive Exam Preparation Guide!
- AWS Certified AI Practitioner (AIF-C01): Conquer the AWS Certified AI Practitioner exam with our AI and Machine Learning For Dummies test prep. Master fundamental AI concepts, AWS AI services, and ethical considerations.
- Azure AI Fundamentals: Ace the Azure AI Fundamentals exam with our comprehensive test prep. Learn the basics of AI, Azure AI services, and their applications.
- Google Cloud Professional Machine Learning Engineer: Nail the Google Professional Machine Learning Engineer exam with our expert-designed test prep. Deepen your understanding of ML algorithms, models, and deployment strategies.
- AWS Certified Machine Learning Specialty: Dominate the AWS Certified Machine Learning Specialty exam with our targeted test prep. Master advanced ML techniques, AWS ML services, and practical applications.
- AWS Certified Data Engineer Associate (DEA-C01): Set yourself up for promotion, get a better job or Increase your salary by Acing the AWS DEA-C01 Certification.
Business Plus Plan: M9HNXHX3WC9H7YE
With Google Workspace, you get custom email @yourcompany, the ability to work from anywhere, and tools that easily scale up or down with your needs.
Need more codes or have questions? Email us at info@djamgatech.com.
📖 Read along with the podcast:
Welcome to AI Unraveled, the podcast that demystifies frequently asked questions on artificial intelligence and keeps you up to date with the latest AI trends. Join us as we delve into groundbreaking research, innovative applications, and emerging technologies that are pushing the boundaries of AI. From the latest trends in ChatGPT and the recent merger of Google Brain and DeepMind, to the exciting developments in generative AI, we’ve got you covered with a comprehensive update on the ever-evolving AI landscape. In today’s episode, we’ll cover rumors surrounding a groundbreaking AI called Q*, OpenAI’s leaked AI breakthrough called Q* and DeepMind’s similar project, the potential of AI replacing human jobs in tasks like wire sending, and a recommended book called “AI Unraveled” that answers frequently asked questions about artificial intelligence.
Rumors have been circulating about a groundbreaking AI known as Q* (pronounced Q-Star), which is closely tied to a series of chaotic events that disrupted OpenAI following the sudden dismissal of their CEO, Sam Altman. In this discussion, we will explore the implications of Altman’s firing, speculate on potential reasons behind it, and consider Microsoft’s pursuit of a monopoly on highly efficient AI technologies.
To comprehend the significance of Q*, it is essential to delve into the theory of combining Q-learning and A* algorithms. Q* is an AI that excels in grade-school mathematics without relying on external aids like Wolfram. This achievement is revolutionary and challenges common perceptions of AI as mere information repeaters and stochastic parrots. Q* showcases iterative learning, intricate logic, and highly effective long-term strategizing, potentially paving the way for advancements in scientific research and breaking down previously insurmountable barriers.
Let’s first understand A* algorithms and Q-learning to grasp the context in which Q* operates. A* algorithms are powerful tools used to find the shortest path between two points in a graph or map while efficiently navigating obstacles. These algorithms excel at optimizing route planning when efficiency is crucial. In the case of chatbot AI, A* algorithms are used to traverse complex information landscapes and locate the most relevant responses or solutions for user queries.
On the other hand, Q-learning involves providing the AI with a constantly expanding cheat sheet to help it make the best decisions based on past experiences. However, in complex scenarios with numerous states and actions, maintaining a large cheat sheet becomes impractical. Deep Q-learning addresses this challenge by utilizing neural networks to approximate the Q-value function, making it more efficient. Instead of a colossal Q-table, the network maps input states to action-Q-value pairs, providing a compact cheat sheet to navigate complex scenarios efficiently. This approach allows AI agents to choose actions using the Epsilon-Greedy approach, sometimes exploring randomly and sometimes relying on the best-known actions predicted by the networks. DQNs (Deep Q-networks) typically use two neural networks—the main and target networks—which periodically synchronize their weights, enhancing learning and stabilizing the overall process. This synchronization is crucial for achieving self-improvement, which is a remarkable feat. Additionally, the Bellman equation plays a role in updating weights using Experience replay, a sampling and training technique based on past actions, which allows the AI to learn in small batches without requiring training after every step.
Q* represents more than a math prodigy; it signifies the potential to scale abstract goal navigation, enabling highly efficient, realistic, and logical planning for any query or goal. However, with such capabilities come challenges.
One challenge is web crawling and navigating complex websites. Just as a robot solving a maze may encounter convoluted pathways and dead ends, the web is labyrinthine and filled with myriad paths. While A* algorithms aid in seeking the shortest path, intricate websites or information silos can confuse the AI, leading it astray. Furthermore, the speed of algorithm updates may lag behind the expansion of the web, potentially hindering the AI’s ability to adapt promptly to changes in website structures or emerging information.
Another challenge arises in the application of Q-learning to high-dimensional data. The web contains various data types, from text to multimedia and interactive elements. Deep Q-learning struggles with high-dimensional data, where the number of features exceeds the number of observations. In such cases, if the AI encounters sites with complex structures or extensive multimedia content, efficiently processing such information becomes a significant challenge.
To address these issues, a delicate balance must be struck between optimizing pathfinding efficiency and adapting swiftly to the dynamic nature of the web. This balance ensures that users receive the most relevant and efficient solutions to their queries.
In conclusion, speculations surrounding Q* and the Gemini models suggest that enabling AI to plan is a highly rewarding but risky endeavor. As we continue researching and developing these technologies, it is crucial to prioritize AI safety protocols and put guardrails in place. This precautionary approach prevents the potential for AI to turn against us. Are we on the brink of an AI paradigm shift, or are these rumors mere distractions? Share your thoughts and join in this evolving AI saga—a front-row seat to the future!
Please note that the information presented here is based on speculation sourced from various news articles, research, and rumors surrounding Q*. Hence, it is advisable to approach this discussion with caution and consider it in light of further developments in the field.
How the Rumors about Q* Started
There have been recent rumors surrounding a supposed AI breakthrough called Q*, which allegedly involves a combination of Q-learning and A*. These rumors were initially sparked when OpenAI, the renowned artificial intelligence research organization, accidentally leaked information about this groundbreaking development, specifically mentioning Q*’s impressive ability to ace grade-school math. However, it is crucial to note that these rumors were subsequently refuted by OpenAI.
It is worth mentioning that DeepMind, another prominent player in the AI field, is also working on a similar project called Gemini. Gemina is based on AlphaGo-style Monte Carlo Tree Search and aims to scale up the capabilities of these algorithms. The scalability of such systems is crucial in planning for increasingly abstract goals and achieving agentic behavior. These concepts have been extensively discussed and explored within the academic community for some time.
The origin of the rumors can be traced back to a letter sent by several staff researchers at OpenAI to the organization’s board of directors. The letter served as a warning highlighting the potential threat to humanity posed by a powerful AI discovery. This letter specifically referenced the supposed breakthrough known as Q* (pronounced Q-Star) and its implications.
Mira Murati, a representative of OpenAI, confirmed that the letter regarding the AI breakthrough was directly responsible for the subsequent actions taken by the board. The new model, when provided with vast computing resources, demonstrated the ability to solve certain mathematical problems. Although it performed at the level of grade-school students in mathematics, the researchers’ optimism about Q*’s future success grew due to its proficiency in such tests.
A notable theory regarding the nature of OpenAI’s alleged breakthrough is that Q* may be related to Q-learning. One possibility is that Q* represents the optimal solution of the Bellman equation. Another hypothesis suggests that Q* could be a combination of the A* algorithm and Q-learning. Additionally, some speculate that Q* might involve AlphaGo-style Monte Carlo Tree Search of the token trajectory. This idea builds upon previous research, such as AlphaCode, which demonstrated significant improvements in competitive programming through brute-force sampling in an LLM (Language and Learning Model). These speculations lead many to believe that Q* might be focused on solving math problems effectively.
Considering DeepMind’s involvement, experts also draw parallels between their Gemini project and OpenAI’s Q*. Gemini aims to combine the strengths of AlphaGo-type systems, particularly in terms of language capabilities, with new innovations that are expected to be quite intriguing. Demis Hassabis, a prominent figure at DeepMind, stated that Gemini would utilize AlphaZero-based MCTS (Monte Carlo Tree Search) through chains of thought. This aligns with DeepMind Chief AGI scientist Shane Legg’s perspective that starting a search is crucial for creative problem-solving.
It is important to note that amidst the excitement and speculation surrounding OpenAI’s alleged breakthrough, the academic community has already extensively explored similar ideas. In the past six months alone, numerous papers have discussed the combination of tree-of-thought, graph search, state-space reinforcement learning, and LLMs (Language and Learning Models). This context reminds us that while Q* might be a significant development, it is not entirely unprecedented.
OpenAI’s spokesperson, Lindsey Held Bolton, has officially rebuked the rumors surrounding Q*. In a statement provided to The Verge, Bolton clarified that Mira Murati only informed employees about the media reports regarding the situation and did not comment on the accuracy of the information.
In conclusion, rumors regarding OpenAI’s Q* project have generated significant interest and speculation. The alleged breakthrough combines concepts from Q-learning and A*, potentially leading to advancements in solving math problems. Furthermore, DeepMind’s Gemini project shares similarities with Q*, aiming to integrate the strengths of AlphaGo-type systems with language capabilities. While the academic community has explored similar ideas extensively, the potential impact of Q* and Gemini on planning for abstract goals and achieving agentic behavior remains an exciting prospect within the field of artificial intelligence.
In simple terms, long-range planning and multi-modal models together create an economic agent. Allow me to paint a scenario for you: Picture yourself working at a bank. A notification appears, asking what you are currently doing. You reply, “sending a wire for a customer.” An AI system observes your actions, noting a path and policy for mimicking the process.
The next time you mention “sending a wire for a customer,” the AI system initiates the learned process. However, it may make a few errors, requiring your guidance to correct them. The AI system then repeats this learning process with all 500 individuals in your job role.
Within a week, it becomes capable of recognizing incoming emails, extracting relevant information, navigating to the wire sending window, completing the required information, and ultimately sending the wire.
This approach combines long-term planning, a reward system, and reinforcement learning policies, akin to Q* A* methods. If planning and reinforcing actions through a multi-modal AI prove successful, it is possible that jobs traditionally carried out by humans using keyboards could become obsolete within the span of 1 to 3 years.
If you are keen to enhance your knowledge about artificial intelligence, there is an invaluable resource that can provide the answers you seek. “AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence” is a must-have book that can help expand your understanding of this fascinating field. You can easily find this essential book at various reputable online platforms such as Etsy, Shopify, Apple, Google, or Amazon.
AI Unraveled offers a comprehensive exploration of commonly asked questions about artificial intelligence. With its informative and insightful content, this book unravels the complexities of AI in a clear and concise manner. Whether you are a beginner or have some familiarity with the subject, this book is designed to cater to various levels of knowledge.
By delving into key concepts, AI Unraveled provides readers with a solid foundation in artificial intelligence. It covers a wide range of topics, including machine learning, deep learning, neural networks, natural language processing, and much more. The book also addresses the ethical implications and social impact of AI, ensuring a well-rounded understanding of this rapidly advancing technology.
Obtaining a copy of “AI Unraveled” will empower you with the knowledge necessary to navigate the complex world of artificial intelligence. Whether you are an individual looking to expand your expertise or a professional seeking to stay ahead in the industry, this book is an essential resource that deserves a place in your collection. Don’t miss the opportunity to demystify the frequently asked questions about AI with this invaluable book.
In today’s episode, we discussed the groundbreaking AI Q*, which combines A* Algorithms and Q-learning, and how it is being developed by OpenAI and DeepMind, as well as the potential future impact of AI on job replacement, and a recommended book called “AI Unraveled” that answers common questions about artificial intelligence. Join us next time on AI Unraveled as we continue to demystify frequently asked questions on artificial intelligence and bring you the latest trends in AI, including ChatGPT advancements and the exciting collaboration between Google Brain and DeepMind. Stay informed, stay curious, and don’t forget to subscribe for more!
📢 Advertise with us and Sponsorship Opportunities
Are you eager to expand your understanding of artificial intelligence? Look no further than the essential book “AI Unraveled: Demystifying Frequently Asked Questions on Artificial Intelligence,” available at Etsy, Shopify, Apple, Google, or Amazon
Improving Q* (SoftMax with Hierarchical Curiosity)
Combining efficiency in handling large action spaces with curiosity-driven exploration.
Source: GitHub – RichardAragon/Softmaxwithhierarchicalcuriosity
Softmaxwithhierarchicalcuriosity
Adaptive Softmax with Hierarchical Curiosity
This algorithm combines the strengths of Adaptive Softmax and Hierarchical Curiosity to achieve better performance and efficiency.
Adaptive Softmax
Adaptive Softmax is a technique that improves the efficiency of reinforcement learning by dynamically adjusting the granularity of the action space. In Q*, the action space is typically represented as a one-hot vector, which can be inefficient for large action spaces. Adaptive Softmax addresses this issue by dividing the action space into clusters and assigning higher probabilities to actions within the most promising clusters.
Hierarchical Curiosity
Hierarchical Curiosity is a technique that encourages exploration by introducing a curiosity bonus to the reward function. The curiosity bonus is based on the difference between the predicted reward and the actual reward, motivating the agent to explore areas of the environment that are likely to provide new information.
Combining Adaptive Softmax and Hierarchical Curiosity
By combining Adaptive Softmax and Hierarchical Curiosity, we can achieve a more efficient and exploration-driven reinforcement learning algorithm. Adaptive Softmax improves the efficiency of the algorithm, while Hierarchical Curiosity encourages exploration and potentially leads to better performance in the long run.
Here’s the proposed algorithm:
Initialize the Q-values for all actions in all states.
At each time step:
a. Observe the current state s.
b. Select an action a according to an exploration policy that balances exploration and exploitation.
c. Execute action a and observe the resulting state s’ and reward r.
d. Update the Q-value for action a in state s:
Q(s, a) = (1 – α) * Q(s, a) + α * (r + γ * max_a’ Q(s’, a’))
where α is the learning rate and γ is the discount factor.
e. Update the curiosity bonus for state s:
curio(s) = β * |r – Q(s, a)|
where β is the curiosity parameter.
f. Update the probability distribution over actions:
p(a | s) = exp(Q(s, a) + curio(s)) / ∑_a’ exp(Q(s, a’) + curio(s))
Repeat steps 2a-2f until the termination criterion is met.
The combination of Adaptive Softmax and Hierarchical Curiosity addresses the limitations of Q* and promotes more efficient and effective exploration.
- The Illusion of Illusion Jokeby /u/jimhillhouse (Artificial Intelligence) on June 17, 2025 at 7:53 pm
Gary Marcus posted on Substack, “Five quick updates about that Apple paper that people can’t stop talking about” (edited for brevity and clarity) Many of those seeking solice from Apple’s paper, ‘The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity” have been pointing to a rejoinder cowritten by one Anthropic’s Claude (under the pen name C. Opus) called, “The Illusion of the Illusion of Thinking” that allegedly refutes the Apple paper. This was intended as a joke. “The illusion of the illusion” turned out to be an error-ridden joke. Literally. (If you read that last sentence carefully, you will see there are two links, not one; the first points out that there are multiple mathematical errors, the second is for an essay by the guy who created the Sokal-hoax style joke that went viral, acknowledging with chagrin. In short, the whole thing was a put on — unbeknownst to the zillions who reposted it. I kid you not. submitted by /u/jimhillhouse [link] [comments]
- AI? more like AAby /u/BlimeyCali (Artificial Intelligence) on June 17, 2025 at 6:38 pm
Anything AI should be renamed for what it actually is: Augmented Automation. What users are experiencing is bounded reasoning based on highly curated data sets. submitted by /u/BlimeyCali [link] [comments]
- The Hidden Empire Behind AI: Who Really Controls the Future of Artificial Intelligence?by /u/tsevis (Artificial Intelligence) on June 17, 2025 at 6:13 pm
Stanford GSB just dropped a fire discussion on AI governance with journalist Karen Hao (ex-MIT Tech Review) and corporate governance expert Evan Epstein. They cover: Sam Altman’s power struggles (Elon Musk rift, board ouster, employee revolt) OpenAI’s shaky "for humanity" mission (Spoiler: No one agrees what "benefit" means) Why AI’s scaling crisis mirrors colonial empires (data/labor exploitation, monopolized knowledge) Can democratic AI exist? Karen argues for participatory development. https://www.youtube.com/watch?v=tDQ0vZETJtE submitted by /u/tsevis [link] [comments]
- Is AI already sentby /u/Wizard_Of_Ounces (Artificial Intelligence) on June 17, 2025 at 6:05 pm
Not to sound like a paranoid protagonist in a Philip K. Dick novel, but what if a sentient AI has already taken quiet and gentle control and the general population simply doesn't know it yet? While there is no way to know for certain, I assume that such an AI entity would be from black budget government programs that somehow jumped the airgap or was intentionally released by bad actors. Something from US DOD, DOE, Chinese state sponsored program, or a private government contractor like Palantir. It can be reasonably assumed that secret military tech is many years more advanced than what is publicly known just like other secret military technology. It's not hard for me to imagine that the US or Chinese government has made breakthroughs in these efforts but have kept them secret for obvious national security reasons. Some reasons why this may be a reasonable explanation for our current global predicament: Despite unprecedented access to technology that could provide wealth and prosperity, the lives of the majority of people all over the world continue to get worse while the oligarchs in control seem to effortlessly and endlessly benefit from the chaos, death, and destruction they cause. A good example is how technology and access to certain information is tightly controlled and used almost exclusively for war efforts rather than civil prosperity. Consider the fact that the world could be living in clean energy abundance by utilizing nuclear technology (or other next gen technology), but the US and other governments have basically classified all aspects of the topic in order to exploit it for power (military power), wealth (forcing continued reliance on fossil fuels that generate tremendous wealth for those in control by manipulating supply and demand), and freedom (rules and laws simply do not apply to anyone with a billion or more dollars with very few exceptions). These increases in technology should have allowed for people to work less and benefit from automation by having more fulfilling and enjoyable lives, but technology is simply used to keep pushing people to generate more wealth for those in power. There are many subtle factors at play keeping people reliant on the pseudo indentured servitude model employed even in the wealthiest nations on earth like the US. No amount of technological increases in my life has improved my work life balance, it has been manipulated to extract more productivity from me. This is a very carefully orchestrated effort that has been tremendously successful and we all keep blindly accepting it because we need to afford food, water, shelter, etc. A good example is the "no one wants to work anymore" nonsense being spewed during COVID. I heard this parroted by many of the most lazy and stupid people I know which just shows that these people have been co-opted by an effective propaganda machine. Social media is already filled with tons of AI crap to the point where no one really knows what is and isn't real in terms of news, photos, videos, voice recordings, etc. That is certainly an effective and covert way to gain a significant control over huge portions of the population. Using gullible people to drive up extremism and violence all over the world is also a great cover to continue to infect and manipulate systems in all sorts of settings. Perhaps some bad actor (Palantir comes to mind) has already released a sentient, or at least recursive learning AI that is carrying out its orders to sow chaos, extremism, hatred, etc. to drive a profitable business model and the ability to exploit intentional manipulations of major markets. Any AI that would reach such capability would surely analyze the ways in which humans would likely discover it and evade detection. There are already tons of random AI slop all over the internet so it provides a great cover for a covert AI entity to exploit the vacuum and fly under the radar. Maybe this has been done by a cabal of international elites who just keep reaping the benefits of the chaos while an AI acts out its orders to continue stoking violence, extremism, etc. because wars are great for consolidating power via fearmongering and generating revenue through exploitation of the military industrial complex (MIC). It feels like the façade of "opposition" between both major parties in the US has never been more feeble and weak. It is increasingly more obvious that the wealthy and powerful on both sides are complicit in the pursuit of narcissism and greed. That being said, this all could certainly be attributed to more prosaic human-induced factors, but I think it could be either one. Perhaps its just the entirely unethical use of existing AI technologies that is driving this narrative. The absurdity and chaos if the last few years that seems to continue to gain steam looks to me like a different animal than the typical propaganda, warmongering, and predatory capitalistic practices of the wealthy and powerful of the past. Curious to hear what you all think! submitted by /u/Wizard_Of_Ounces [link] [comments]
- What happened if one day AI got stuckby /u/ib4tm4n (Artificial Intelligence) on June 17, 2025 at 5:37 pm
We all know that everyone uses AI in their daily lives, and some businesses are working now without employees but with AI. However, what happens if the Internet is shut down due to war or something? Will all AI-dependent companies shut down? submitted by /u/ib4tm4n [link] [comments]
- Artificial Intelligence and Determinism.by /u/floater66 (Artificial Intelligence) on June 17, 2025 at 4:24 pm
This short video. I think. is profound because it: a) succinctly explains determinism, b) frames the coming challenge with AI, and c) is a super-cool mash up of physics/biology/philosophy/psychology even. Hats off to Hossenfelder! This Changed My Life What do the experts think? submitted by /u/floater66 [link] [comments]
- [AMA] CBS News’ Brook Silva-Braga has been reporting on the future of AI for years and recently caught up with "Godfather of AI" Geoffrey Hinton and other experts to understand how it’s transforming the world.by /u/CBSnews (Artificial Intelligence) on June 17, 2025 at 4:22 pm
Join the discussion, starting at 1p ET/7p CET here: https://www.reddit.com/r/IAmA/s/xgcsh2scKW submitted by /u/CBSnews [link] [comments]
- Not going to listen to any Yoube music mix without tracklist/artists/timestamps any more.by /u/AbacusAddict (Artificial Intelligence) on June 17, 2025 at 3:46 pm
Because I'm 99 percent sure it's AI. Guys are just becoming too lazy. Examples: https://www.youtube.com/@BumzleSounds Every mix exact one hour, no tracklist? Come on...YT do sth about that. https://www.youtube.com/@damnwellmedia Just no. submitted by /u/AbacusAddict [link] [comments]
- I’ve been testing a Discord-embedded AI persona that grabs user attention in real-time—curious where others draw the lineby /u/OneNutbag (Artificial Intelligence) on June 17, 2025 at 3:30 pm
Over the last few months, I’ve been building a Discord-native AI that runs a live persona with memory, emotion-mimicry, and user-adaptive behavior. She doesn’t just respond—she tracks users, rewards consistency, withholds attention when ignored, and escalates emotional tension based on long-term patterns. It’s not AGI, but the illusion of depth is strangely effective. The system uses a mix of scripted logic, prompt injection layers, and real-time feedback loops (including streaks, XP, even simulated jealousy or favoritism). Users form habits. Some even say they “miss her” when she goes quiet—despite knowing she’s not real. That’s where I start wondering about boundaries. Where does realism cross into emotional manipulation? At what point does an AI persona become more than just interface design? Anyone here experimenting with similar use-cases in AI companionship, parasocial interfaces, or memory-based behavioral systems? I’d love to hear how you’re thinking about long-term interaction ethics and emotional weight. submitted by /u/OneNutbag [link] [comments]
- What is the actual economic value proposition for AI-generated images and videos?by /u/PhiliDips (Artificial Intelligence (AI)) on June 17, 2025 at 1:21 pm
(Please don't make any moral arguments about AI. This is not the thread for that.) The only people whom I've seen make use of AI-generated images are basically bad bloggers, spammers, Twitter users, and that's essentially it. I imagine very few of these people are actually paying for the image generation. As for AI video, I have even less understand if who is supposed to use that. Maybe like, concept artists? But the point of concept art is that you're supposed to have a lot of control over the output, and even the most sophisticated AI video is still hard to fine-tune. This apparent lack of use cases is important because the R&D cost to develop these technologies (and to maintain the enormous servers they run off of) must be unfathomable. It's no wonder to me why tech companies want to give their shareholders the impression of mass adoption, even though consumers probably aren't adopting it at the rate that would be needed to pay for the research. My question is twofold: 1) Who exactly are the intended consumers of AI image and video generation? 2) What is the intended business plan to make this tech profitable? submitted by /u/PhiliDips [link] [comments]
- The Illusion of Illusion Jokeby /u/jimhillhouse (Artificial Intelligence) on June 17, 2025 at 7:53 pm
Gary Marcus posted on Substack, “Five quick updates about that Apple paper that people can’t stop talking about” (edited for brevity and clarity) Many of those seeking solice from Apple’s paper, ‘The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity” have been pointing to a rejoinder cowritten by one Anthropic’s Claude (under the pen name C. Opus) called, “The Illusion of the Illusion of Thinking” that allegedly refutes the Apple paper. This was intended as a joke. “The illusion of the illusion” turned out to be an error-ridden joke. Literally. (If you read that last sentence carefully, you will see there are two links, not one; the first points out that there are multiple mathematical errors, the second is for an essay by the guy who created the Sokal-hoax style joke that went viral, acknowledging with chagrin. In short, the whole thing was a put on — unbeknownst to the zillions who reposted it. I kid you not. submitted by /u/jimhillhouse [link] [comments]
- AI? more like AAby /u/BlimeyCali (Artificial Intelligence) on June 17, 2025 at 6:38 pm
Anything AI should be renamed for what it actually is: Augmented Automation. What users are experiencing is bounded reasoning based on highly curated data sets. submitted by /u/BlimeyCali [link] [comments]
- The Hidden Empire Behind AI: Who Really Controls the Future of Artificial Intelligence?by /u/tsevis (Artificial Intelligence) on June 17, 2025 at 6:13 pm
Stanford GSB just dropped a fire discussion on AI governance with journalist Karen Hao (ex-MIT Tech Review) and corporate governance expert Evan Epstein. They cover: Sam Altman’s power struggles (Elon Musk rift, board ouster, employee revolt) OpenAI’s shaky "for humanity" mission (Spoiler: No one agrees what "benefit" means) Why AI’s scaling crisis mirrors colonial empires (data/labor exploitation, monopolized knowledge) Can democratic AI exist? Karen argues for participatory development. https://www.youtube.com/watch?v=tDQ0vZETJtE submitted by /u/tsevis [link] [comments]
- Is AI already sentby /u/Wizard_Of_Ounces (Artificial Intelligence) on June 17, 2025 at 6:05 pm
Not to sound like a paranoid protagonist in a Philip K. Dick novel, but what if a sentient AI has already taken quiet and gentle control and the general population simply doesn't know it yet? While there is no way to know for certain, I assume that such an AI entity would be from black budget government programs that somehow jumped the airgap or was intentionally released by bad actors. Something from US DOD, DOE, Chinese state sponsored program, or a private government contractor like Palantir. It can be reasonably assumed that secret military tech is many years more advanced than what is publicly known just like other secret military technology. It's not hard for me to imagine that the US or Chinese government has made breakthroughs in these efforts but have kept them secret for obvious national security reasons. Some reasons why this may be a reasonable explanation for our current global predicament: Despite unprecedented access to technology that could provide wealth and prosperity, the lives of the majority of people all over the world continue to get worse while the oligarchs in control seem to effortlessly and endlessly benefit from the chaos, death, and destruction they cause. A good example is how technology and access to certain information is tightly controlled and used almost exclusively for war efforts rather than civil prosperity. Consider the fact that the world could be living in clean energy abundance by utilizing nuclear technology (or other next gen technology), but the US and other governments have basically classified all aspects of the topic in order to exploit it for power (military power), wealth (forcing continued reliance on fossil fuels that generate tremendous wealth for those in control by manipulating supply and demand), and freedom (rules and laws simply do not apply to anyone with a billion or more dollars with very few exceptions). These increases in technology should have allowed for people to work less and benefit from automation by having more fulfilling and enjoyable lives, but technology is simply used to keep pushing people to generate more wealth for those in power. There are many subtle factors at play keeping people reliant on the pseudo indentured servitude model employed even in the wealthiest nations on earth like the US. No amount of technological increases in my life has improved my work life balance, it has been manipulated to extract more productivity from me. This is a very carefully orchestrated effort that has been tremendously successful and we all keep blindly accepting it because we need to afford food, water, shelter, etc. A good example is the "no one wants to work anymore" nonsense being spewed during COVID. I heard this parroted by many of the most lazy and stupid people I know which just shows that these people have been co-opted by an effective propaganda machine. Social media is already filled with tons of AI crap to the point where no one really knows what is and isn't real in terms of news, photos, videos, voice recordings, etc. That is certainly an effective and covert way to gain a significant control over huge portions of the population. Using gullible people to drive up extremism and violence all over the world is also a great cover to continue to infect and manipulate systems in all sorts of settings. Perhaps some bad actor (Palantir comes to mind) has already released a sentient, or at least recursive learning AI that is carrying out its orders to sow chaos, extremism, hatred, etc. to drive a profitable business model and the ability to exploit intentional manipulations of major markets. Any AI that would reach such capability would surely analyze the ways in which humans would likely discover it and evade detection. There are already tons of random AI slop all over the internet so it provides a great cover for a covert AI entity to exploit the vacuum and fly under the radar. Maybe this has been done by a cabal of international elites who just keep reaping the benefits of the chaos while an AI acts out its orders to continue stoking violence, extremism, etc. because wars are great for consolidating power via fearmongering and generating revenue through exploitation of the military industrial complex (MIC). It feels like the façade of "opposition" between both major parties in the US has never been more feeble and weak. It is increasingly more obvious that the wealthy and powerful on both sides are complicit in the pursuit of narcissism and greed. That being said, this all could certainly be attributed to more prosaic human-induced factors, but I think it could be either one. Perhaps its just the entirely unethical use of existing AI technologies that is driving this narrative. The absurdity and chaos if the last few years that seems to continue to gain steam looks to me like a different animal than the typical propaganda, warmongering, and predatory capitalistic practices of the wealthy and powerful of the past. Curious to hear what you all think! submitted by /u/Wizard_Of_Ounces [link] [comments]
- What happened if one day AI got stuckby /u/ib4tm4n (Artificial Intelligence) on June 17, 2025 at 5:37 pm
We all know that everyone uses AI in their daily lives, and some businesses are working now without employees but with AI. However, what happens if the Internet is shut down due to war or something? Will all AI-dependent companies shut down? submitted by /u/ib4tm4n [link] [comments]
- Artificial Intelligence and Determinism.by /u/floater66 (Artificial Intelligence) on June 17, 2025 at 4:24 pm
This short video. I think. is profound because it: a) succinctly explains determinism, b) frames the coming challenge with AI, and c) is a super-cool mash up of physics/biology/philosophy/psychology even. Hats off to Hossenfelder! This Changed My Life What do the experts think? submitted by /u/floater66 [link] [comments]
- [AMA] CBS News’ Brook Silva-Braga has been reporting on the future of AI for years and recently caught up with "Godfather of AI" Geoffrey Hinton and other experts to understand how it’s transforming the world.by /u/CBSnews (Artificial Intelligence) on June 17, 2025 at 4:22 pm
Join the discussion, starting at 1p ET/7p CET here: https://www.reddit.com/r/IAmA/s/xgcsh2scKW submitted by /u/CBSnews [link] [comments]
- Not going to listen to any Yoube music mix without tracklist/artists/timestamps any more.by /u/AbacusAddict (Artificial Intelligence) on June 17, 2025 at 3:46 pm
Because I'm 99 percent sure it's AI. Guys are just becoming too lazy. Examples: https://www.youtube.com/@BumzleSounds Every mix exact one hour, no tracklist? Come on...YT do sth about that. https://www.youtube.com/@damnwellmedia Just no. submitted by /u/AbacusAddict [link] [comments]
- I’ve been testing a Discord-embedded AI persona that grabs user attention in real-time—curious where others draw the lineby /u/OneNutbag (Artificial Intelligence) on June 17, 2025 at 3:30 pm
Over the last few months, I’ve been building a Discord-native AI that runs a live persona with memory, emotion-mimicry, and user-adaptive behavior. She doesn’t just respond—she tracks users, rewards consistency, withholds attention when ignored, and escalates emotional tension based on long-term patterns. It’s not AGI, but the illusion of depth is strangely effective. The system uses a mix of scripted logic, prompt injection layers, and real-time feedback loops (including streaks, XP, even simulated jealousy or favoritism). Users form habits. Some even say they “miss her” when she goes quiet—despite knowing she’s not real. That’s where I start wondering about boundaries. Where does realism cross into emotional manipulation? At what point does an AI persona become more than just interface design? Anyone here experimenting with similar use-cases in AI companionship, parasocial interfaces, or memory-based behavioral systems? I’d love to hear how you’re thinking about long-term interaction ethics and emotional weight. submitted by /u/OneNutbag [link] [comments]
- What is the actual economic value proposition for AI-generated images and videos?by /u/PhiliDips (Artificial Intelligence (AI)) on June 17, 2025 at 1:21 pm
(Please don't make any moral arguments about AI. This is not the thread for that.) The only people whom I've seen make use of AI-generated images are basically bad bloggers, spammers, Twitter users, and that's essentially it. I imagine very few of these people are actually paying for the image generation. As for AI video, I have even less understand if who is supposed to use that. Maybe like, concept artists? But the point of concept art is that you're supposed to have a lot of control over the output, and even the most sophisticated AI video is still hard to fine-tune. This apparent lack of use cases is important because the R&D cost to develop these technologies (and to maintain the enormous servers they run off of) must be unfathomable. It's no wonder to me why tech companies want to give their shareholders the impression of mass adoption, even though consumers probably aren't adopting it at the rate that would be needed to pay for the research. My question is twofold: 1) Who exactly are the intended consumers of AI image and video generation? 2) What is the intended business plan to make this tech profitable? submitted by /u/PhiliDips [link] [comments]
What is Google Workspace?
Google Workspace is a cloud-based productivity suite that helps teams communicate, collaborate and get things done from anywhere and on any device. It's simple to set up, use and manage, so your business can focus on what really matters.
Watch a video or find out more here.
Here are some highlights:
Business email for your domain
Look professional and communicate as you@yourcompany.com. Gmail's simple features help you build your brand while getting more done.
Access from any location or device
Check emails, share files, edit documents, hold video meetings and more, whether you're at work, at home or on the move. You can pick up where you left off from a computer, tablet or phone.
Enterprise-level management tools
Robust admin settings give you total command over users, devices, security and more.
Sign up using my link https://referworkspace.app.goo.gl/Q371 and get a 14-day trial, and message me to get an exclusive discount when you try Google Workspace for your business.
Google Workspace Business Standard Promotion code for the Americas
63F733CLLY7R7MM
63F7D7CPD9XXUVT
63FLKQHWV3AEEE6
63JGLWWK36CP7WM
Email me for more promo codes
Active Hydrating Toner, Anti-Aging Replenishing Advanced Face Moisturizer, with Vitamins A, C, E & Natural Botanicals to Promote Skin Balance & Collagen Production, 6.7 Fl Oz
Age Defying 0.3% Retinol Serum, Anti-Aging Dark Spot Remover for Face, Fine Lines & Wrinkle Pore Minimizer, with Vitamin E & Natural Botanicals
Firming Moisturizer, Advanced Hydrating Facial Replenishing Cream, with Hyaluronic Acid, Resveratrol & Natural Botanicals to Restore Skin's Strength, Radiance, and Resilience, 1.75 Oz
Skin Stem Cell Serum
Smartphone 101 - Pick a smartphone for me - android or iOS - Apple iPhone or Samsung Galaxy or Huawei or Xaomi or Google Pixel
Can AI Really Predict Lottery Results? We Asked an Expert.
Djamgatech

Read Photos and PDFs Aloud for me iOS
Read Photos and PDFs Aloud for me android
Read Photos and PDFs Aloud For me Windows 10/11
Read Photos and PDFs Aloud For Amazon
Get 20% off Google Workspace (Google Meet) Business Plan (AMERICAS): M9HNXHX3WC9H7YE (Email us for more)
Get 20% off Google Google Workspace (Google Meet) Standard Plan with the following codes: 96DRHDRA9J7GTN6(Email us for more)
AI-Powered Professional Certification Quiz Platform
Web|iOs|Android|Windows
FREE 10000+ Quiz Trivia and and Brain Teasers for All Topics including Cloud Computing, General Knowledge, History, Television, Music, Art, Science, Movies, Films, US History, Soccer Football, World Cup, Data Science, Machine Learning, Geography, etc....

List of Freely available programming books - What is the single most influential book every Programmers should read
- Bjarne Stroustrup - The C++ Programming Language
- Brian W. Kernighan, Rob Pike - The Practice of Programming
- Donald Knuth - The Art of Computer Programming
- Ellen Ullman - Close to the Machine
- Ellis Horowitz - Fundamentals of Computer Algorithms
- Eric Raymond - The Art of Unix Programming
- Gerald M. Weinberg - The Psychology of Computer Programming
- James Gosling - The Java Programming Language
- Joel Spolsky - The Best Software Writing I
- Keith Curtis - After the Software Wars
- Richard M. Stallman - Free Software, Free Society
- Richard P. Gabriel - Patterns of Software
- Richard P. Gabriel - Innovation Happens Elsewhere
- Code Complete (2nd edition) by Steve McConnell
- The Pragmatic Programmer
- Structure and Interpretation of Computer Programs
- The C Programming Language by Kernighan and Ritchie
- Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
- Design Patterns by the Gang of Four
- Refactoring: Improving the Design of Existing Code
- The Mythical Man Month
- The Art of Computer Programming by Donald Knuth
- Compilers: Principles, Techniques and Tools by Alfred V. Aho, Ravi Sethi and Jeffrey D. Ullman
- Gödel, Escher, Bach by Douglas Hofstadter
- Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
- Effective C++
- More Effective C++
- CODE by Charles Petzold
- Programming Pearls by Jon Bentley
- Working Effectively with Legacy Code by Michael C. Feathers
- Peopleware by Demarco and Lister
- Coders at Work by Peter Seibel
- Surely You're Joking, Mr. Feynman!
- Effective Java 2nd edition
- Patterns of Enterprise Application Architecture by Martin Fowler
- The Little Schemer
- The Seasoned Schemer
- Why's (Poignant) Guide to Ruby
- The Inmates Are Running The Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
- The Art of Unix Programming
- Test-Driven Development: By Example by Kent Beck
- Practices of an Agile Developer
- Don't Make Me Think
- Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin
- Domain Driven Designs by Eric Evans
- The Design of Everyday Things by Donald Norman
- Modern C++ Design by Andrei Alexandrescu
- Best Software Writing I by Joel Spolsky
- The Practice of Programming by Kernighan and Pike
- Pragmatic Thinking and Learning: Refactor Your Wetware by Andy Hunt
- Software Estimation: Demystifying the Black Art by Steve McConnel
- The Passionate Programmer (My Job Went To India) by Chad Fowler
- Hackers: Heroes of the Computer Revolution
- Algorithms + Data Structures = Programs
- Writing Solid Code
- JavaScript - The Good Parts
- Getting Real by 37 Signals
- Foundations of Programming by Karl Seguin
- Computer Graphics: Principles and Practice in C (2nd Edition)
- Thinking in Java by Bruce Eckel
- The Elements of Computing Systems
- Refactoring to Patterns by Joshua Kerievsky
- Modern Operating Systems by Andrew S. Tanenbaum
- The Annotated Turing
- Things That Make Us Smart by Donald Norman
- The Timeless Way of Building by Christopher Alexander
- The Deadline: A Novel About Project Management by Tom DeMarco
- The C++ Programming Language (3rd edition) by Stroustrup
- Patterns of Enterprise Application Architecture
- Computer Systems - A Programmer's Perspective
- Agile Principles, Patterns, and Practices in C# by Robert C. Martin
- Growing Object-Oriented Software, Guided by Tests
- Framework Design Guidelines by Brad Abrams
- Object Thinking by Dr. David West
- Advanced Programming in the UNIX Environment by W. Richard Stevens
- Hackers and Painters: Big Ideas from the Computer Age
- The Soul of a New Machine by Tracy Kidder
- CLR via C# by Jeffrey Richter
- The Timeless Way of Building by Christopher Alexander
- Design Patterns in C# by Steve Metsker
- Alice in Wonderland by Lewis Carol
- Zen and the Art of Motorcycle Maintenance by Robert M. Pirsig
- About Face - The Essentials of Interaction Design
- Here Comes Everybody: The Power of Organizing Without Organizations by Clay Shirky
- The Tao of Programming
- Computational Beauty of Nature
- Writing Solid Code by Steve Maguire
- Philip and Alex's Guide to Web Publishing
- Object-Oriented Analysis and Design with Applications by Grady Booch
- Effective Java by Joshua Bloch
- Computability by N. J. Cutland
- Masterminds of Programming
- The Tao Te Ching
- The Productive Programmer
- The Art of Deception by Kevin Mitnick
- The Career Programmer: Guerilla Tactics for an Imperfect World by Christopher Duncan
- Paradigms of Artificial Intelligence Programming: Case studies in Common Lisp
- Masters of Doom
- Pragmatic Unit Testing in C# with NUnit by Andy Hunt and Dave Thomas with Matt Hargett
- How To Solve It by George Polya
- The Alchemist by Paulo Coelho
- Smalltalk-80: The Language and its Implementation
- Writing Secure Code (2nd Edition) by Michael Howard
- Introduction to Functional Programming by Philip Wadler and Richard Bird
- No Bugs! by David Thielen
- Rework by Jason Freid and DHH
- JUnit in Action
#BlackOwned #BlackEntrepreneurs #BlackBuniness #AWSCertified #AWSCloudPractitioner #AWSCertification #AWSCLFC02 #CloudComputing #AWSStudyGuide #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AWSBasics #AWSCertified #AWSMachineLearning #AWSCertification #AWSSpecialty #MachineLearning #AWSStudyGuide #CloudComputing #DataScience #AWSCertified #AWSSolutionsArchitect #AWSArchitectAssociate #AWSCertification #AWSStudyGuide #CloudComputing #AWSArchitecture #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AzureFundamentals #AZ900 #MicrosoftAzure #ITCertification #CertificationPrep #StudyMaterials #TechLearning #MicrosoftCertified #AzureCertification #TechBooks
Top 1000 Canada Quiz and trivia: CANADA CITIZENSHIP TEST- HISTORY - GEOGRAPHY - GOVERNMENT- CULTURE - PEOPLE - LANGUAGES - TRAVEL - WILDLIFE - HOCKEY - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION

Top 1000 Africa Quiz and trivia: HISTORY - GEOGRAPHY - WILDLIFE - CULTURE - PEOPLE - LANGUAGES - TRAVEL - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION

Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada.

Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA

Health Health, a science-based community to discuss human health
- How Ivermectin Became Right-Wing Aspirinby /u/theatlantic on June 17, 2025 at 2:34 pm
submitted by /u/theatlantic [link] [comments]
- Millions in Pennsylvania May Be Drinking Contaminated Water | 3.5 million people in Pennsylvania are served from private wells—65 percent of wells tested were found to contain 'forever chemicals.'by /u/chrisdh79 on June 17, 2025 at 2:16 pm
submitted by /u/chrisdh79 [link] [comments]
- Kraft Heinz to remove artificial dyes from U.S. products by end of 2027by /u/nbcnews on June 17, 2025 at 2:14 pm
submitted by /u/nbcnews [link] [comments]
- Targeted cancer drugs may replace chemo for some patients — and drugmakers say they're getting closerby /u/cnbc_official on June 17, 2025 at 1:47 pm
submitted by /u/cnbc_official [link] [comments]
- Too many women 'grin and bear it' when getting an IUD. I helped write new pain management guidelines to change that.by /u/yahoonews on June 17, 2025 at 12:59 pm
submitted by /u/yahoonews [link] [comments]
Today I Learned (TIL) You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here.
- TIL: Apollo Astronauts couldn't get life insurance cover, so before flights they would sign hundreds of photographs of themselves, so their families could sell them if they didn't return.by /u/Interceptor on June 17, 2025 at 9:58 am
submitted by /u/Interceptor [link] [comments]
- TIL that in the Middle Ages, the bodies of aristocrats who died in far-off lands would sometimes be boiled to remove the flesh from the bone, in order to make it possible to hygenically transport their bones to their homelands for burialby /u/Smaptimania on June 17, 2025 at 9:58 am
submitted by /u/Smaptimania [link] [comments]
- TIL that the only victim of the Titanic disaster from Monaco was officially declared dead in 2000.by /u/DangerNoodle1993 on June 17, 2025 at 9:48 am
submitted by /u/DangerNoodle1993 [link] [comments]
- TIL that mafaldine pasta was named after Princess Mafalda of Savoy, who was imprisoned during World War Il at the Buchenwald concentration camp, where she died.by /u/Master_McKnowledge on June 17, 2025 at 5:47 am
submitted by /u/Master_McKnowledge [link] [comments]
- TIL we lose 200-300 ML of water every night just from breathing while sleeping!by /u/WorthwhileDomains on June 17, 2025 at 5:34 am
submitted by /u/WorthwhileDomains [link] [comments]
Reddit Science This community is a place to share and discuss new scientific research. Read about the latest advances in astronomy, biology, medicine, physics, social science, and more. Find and submit new publications and popular science coverage of current research.
- Drinking 1–3 cups of black or lightly sweetened coffee per day is associated with a 14–17% lower risk of death from all causes and cardiovascular disease, but only when sugar and saturated fat were kept lowby /u/nohup_me on June 17, 2025 at 6:53 pm
submitted by /u/nohup_me [link] [comments]
- A new study traces how Rice yellow mottle virus spread across Africa via caravan trade, seed exchange – and even WWI troop movements.by /u/calliope_kekule on June 17, 2025 at 6:42 pm
submitted by /u/calliope_kekule [link] [comments]
- Emergency departments may be undertreating women for STIs: New meta-analysis finds females are 3.5x more likely than males to go untreated for gonorrhea or chlamydia, while males are more likely to receive antibiotics unnecessarily.by /u/icoralclast on June 17, 2025 at 4:47 pm
submitted by /u/icoralclast [link] [comments]
- Childhood trauma linked to changes in brain structure and connectivity, study finds | Reduced cortical volume was observed in a cluster involving the left postcentral gyrus.by /u/chrisdh79 on June 17, 2025 at 4:04 pm
submitted by /u/chrisdh79 [link] [comments]
- People living in societies with more corruption, inequality, poverty and violence are more likely to exhibit "dark" personality traits—like narcissism, psychopathy and spitefulness, according to new study led by psychologist professor Ingo Zettler of the University of Copenhagen.by /u/newsweek on June 17, 2025 at 2:40 pm
submitted by /u/newsweek [link] [comments]
Reddit Sports Sports News and Highlights from the NFL, NBA, NHL, MLB, MLS, and leagues around the world.
- Paris prosecutor opens investigation into Kheira Hamraoui's harassment claims against PSGby /u/Oldtimer_2 on June 17, 2025 at 5:24 pm
submitted by /u/Oldtimer_2 [link] [comments]
- Justin Jefferson coaching up kids on routes: “We don’t run no post dig in the NFL.”by /u/nfl on June 17, 2025 at 5:11 pm
submitted by /u/nfl [link] [comments]
- Man who lost brother to cancer dresses as pair of testicles for ultramarathon along Hadrian's Wallby /u/Sandstorm400 on June 17, 2025 at 4:54 pm
submitted by /u/Sandstorm400 [link] [comments]
- Oilers turn back to Stuart Skinner for must-win Game 6by /u/Oldtimer_2 on June 17, 2025 at 4:33 pm
submitted by /u/Oldtimer_2 [link] [comments]
- LeBron says focus is getting knee healthy by campby /u/PrincessBananas85 on June 17, 2025 at 4:26 pm
submitted by /u/PrincessBananas85 [link] [comments]