We’re Evolving—Immortality.global 2.0 is Incubating
The platform is in maintenance while we finalize a release that blends AI and longevity science like never before.

September 29 in Longevity and AI

Gathered globally: 4, selected: 3.

The News Aggregator is an artificial intelligence system that gathers and filters global news on longevity and artificial intelligence, and provides tailored multilingual content of varying sophistication to help users understand what's happening in the world of longevity and AI.


Engineers at Google have developed Gemini Robotics 1.5, a novel AI-driven robot that employs an adjustable 'thinking budget' to pause and evaluate optimal strategies before acting. It integrates human-like reasoning with continuous cross-embodiment learning, allowing knowledge to propagate instantly between units and drive exponential performance improvements across diverse industrial and service applications.

Key points

  • Adjustable thinking budget enables robots to allocate time for planning and reasoning before executing tasks.
  • Cross-embodiment learning synchronizes knowledge updates across all units in real time, accelerating collective intelligence.
  • Continuous online learning and integrated safety gating yield robust, adaptable robotic agents for complex environments.

Why it matters: This breakthrough marks a shift from task automation to intelligence automation, enabling adaptable, scalable robots that can tackle novel challenges with human-like reasoning.

Q&A

  • What is the 'thinking budget'?
  • How does cross-embodiment learning work?
  • How is safety ensured in Gemini Robotics 1.5?
  • How can developers access Gemini Robotics 1.5?
Copy link
Facebook X LinkedIn WhatsApp
Share post via...
The Gemini Robotics 1.5 Secret That's Making Robots Think Like Humans (Finally!)

Boeing’s Associate Technical Fellow analyzes the convergence of artificial intelligence and cryptocurrency, examining developments from Turing’s early work and Bitcoin’s genesis block. The essay explores machine learning–driven trading, blockchain-powered data marketplaces, and decentralized AI services, highlighting how AI enhances market predictions while distributed ledgers secure AI data.

Key points

  • AI-driven trading strategies leverage real-time sentiment analysis of social media and news to forecast cryptocurrency price movements.
  • Blockchain-based data marketplaces use immutable ledgers and smart contracts to secure and monetize data for AI model training.
  • Token-incentivized computing networks allocate distributed GPU resources for federated learning, reducing costs and fostering open collaboration.

Q&A

  • What is proof-of-work?
  • How does AI-driven sentiment analysis work?
  • What are smart contracts?
  • What is a decentralized data marketplace?
Copy link
Facebook X LinkedIn WhatsApp
Share post via...
AI and Cryptocurrency: An Overview with Historical Insights

Participants in Stanford’s Machine Learning Specialization implement a univariate linear regression model from scratch using Python. The approach fits a line to coffee-consumption and productivity score data, employing gradient descent to minimize mean squared error. This exercise illustrates foundational ML principles without relying on prebuilt libraries.

Key points

  • Manual implementation of univariate linear regression using Python on coffee consumption vs productivity data
  • Use of mean squared error cost function with 1/(2m) factor and gradient descent for parameter optimization
  • Visualization of iterative fitting via scatter plot and regression line over 1000 epochs with learning rate 0.01

Why it matters: Hand-coding ML algorithms deepens understanding of optimization and promotes transparent, trustworthy modeling across AI applications.

Q&A

  • How do I choose the right learning rate?
  • How can I tell if gradient descent has converged?
  • Why implement linear regression manually instead of using libraries?
  • How would you extend this approach to multiple variables?
Copy link
Facebook X LinkedIn WhatsApp
Share post via...
Does Coffee Boost Productivity? My First ML Model From Scratch