kyutai.org/ just says:
Our mission is to build and democratize artificial general intelligence through open science
They are not-for-profit and had massive investments: techcrunch.com/2023/11/17/kyutai-is-an-french-ai-research-lab-with-a-330-million-budget-that-will-make-everything-open-source/
they also don't say at all what they are looking into for AGI, the only public thing they have are speech to speech and speech-to-text so how's that related to agi at.
www.giotto.ai/Their website doesn't clearly explain their technology as of 2025.
At Giotto.ai, our technology is designed to bridge the gap between current AI capabilities and the promise of Artificial General Intelligence (AGI).
They claim to have done some work on ARC-AGI which is cool, but no clear references to what they did or if there's anything public about it.
Bibliography:
Google garage (1998)
Source. Description reads:so this should be Susan's garage, since the next office move was only in 1999 to 165 University Avenue in Palo Alto.
youtu.be/pomgRbVLUGs?t=37 appears to feature at least three white Kinesis Advantage keyboards. Xah Lee counts 6: xahlee.info/kbd/kinesis_model_100.html
deepmind.google/discover/blog/ai-solves-imo-problems-at-silver-medal-level/
AI achieves silver-medal standard solving International Mathematical Olympiad problems
Their one letter name is extremelly annyoing! The previous "Holistic AI" was so much saner.
They claim to want to achieve AGI, but it is not clear if they are just going to try larger LLMs or if they have something actual in mind.
Their main initial product thing seems to be browser automation which is cool.
- www.trussel.com/ Stephen (Kepano) Trussel. Started mega early in 1996 until his death in 2020. First found by Ciro Santilli due to his Inspector Maigret section: www.trussel.com/f_maig.htm
- www.youtube.com/watch?v=1Z9wo2CzJO8 "Schrodinger equation solved numerically in 3D" by Tetsuya Matsuno. 3D hydrogen atom, code may be hidden in some paper, maybe
- www.youtube.com/playlist?list=PLdCdV2GBGyXM0j66zrpDy2aMXr6cgrBJA "Computational Quantum Mechanics" by Let's Code Physics. Uses a 1D trinket.io.
- www.youtube.com/watch?v=BBt8EugN03Q Simulating Quantum Systems [Split Operator Method] by LeiosOS (2018)
- www.youtube.com/watch?v=86x0_-JGlGQ Simulating the Quantum World on a Classical Computer by Garnet Chan (2016) discusses how modeling only local entanglement can make certain simulations feasible
Simulation of the time-dependent Schrodinger equation (JavaScript Animation) by Coding Physics (2019)
Source. Source code: github.com/CodingPhysics/Schroedinger. One dimensional potentials, non-interacting particles. The code is clean, graphics based on github.com/processing/p5.js, and all maths from scratch. Source organization and comments are typical of numerical code, the anonymous author is was likely a Fortran user in the past.
A potential change patch in
sketch.js
:- potential: x => 2E+4*Math.pow((4*x - 1)*(4*x - 3),2),
+ potential: x => 4*Math.pow(x - 0.5, 2),
Quantum Mechanics 5b - Schrödinger Equation II by ViaScience (2013)
Source. 2D non-interacting particle in a box, description says using Scilab and points to source. Has a double slit simulation. There are unlisted articles, also show them or only show them.