HN user

pilooch

755 karma

https://www.jolibrain.com/

Posts59
Comments322
View on HN
forums.developer.nvidia.com 1mo ago

DeepSeek-V4-Flash (official FP8) running across 2x DGX Spark

pilooch
4pts1
anonymous.4open.science 2mo ago

Anon: Extrapolating Adaptivity Beyond SGD and Adam

pilooch
2pts0
www.nytimes.com 2mo ago

The Podcast Where You Can Eavesdrop on the A.I. Elite

pilooch
4pts0
huggingface.co 8mo ago

Photoroom T2i Open Model

pilooch
2pts0
minimoog.substack.com 8mo ago

A Simple Definition of Intelligence

pilooch
2pts0
github.com 10mo ago

Jet-Nemotron

pilooch
1pts0
github.com 1y ago

Muon Optimizer

pilooch
2pts0
www.sciencemag.org 6y ago

The effort to produce the world’s most popular coronavirus tracker

pilooch
1pts0
en.wikipedia.org 6y ago

Eigen Paradox

pilooch
2pts0
lwn.net 7y ago

Deep Learning and Free Software

pilooch
101pts40
readonlymemory.vg 9y ago

SpeedBall 2, the Pitch Perfect

pilooch
2pts0
www.microsoft.com 9y ago

Can AI help us find art in the everyday?

pilooch
1pts0
en.wikipedia.org 9y ago

Sally (short story) – Asimov

pilooch
2pts0
github.com 10y ago

A deep learning server

pilooch
2pts0
intelligence.org 10y ago

Interruptibility, AI and the big red button [pdf]

pilooch
1pts0
i.makelove.expert 10y ago

Clashing AIs harmoniously

pilooch
1pts0
homes.cs.washington.edu 10y ago

Lessons behind the evolution of XGBoost

pilooch
3pts0
www.deepdetect.com 10y ago

Open Character-Based Deep Convolutional Models: From Sentiment to Ad-Blocking

pilooch
6pts0
dangerousminds.net 10y ago

Californium, a video game tribute to Philip K Dick

pilooch
1pts0
www.elastic.co 10y ago

Deep learning for Elasticsearch

pilooch
2pts0
theconversation.com 10y ago

How do you build a mirror for one of the world’s biggest telescopes?

pilooch
3pts0
cepr.net 10y ago

The big short, the housing bubble and the financial crisis

pilooch
30pts6
www.autonomous.ai 10y ago

Deep Learning Robot

pilooch
13pts0
www.deepdetect.com 10y ago

A Range of Caffe-Compatible Deep Neural Net Models for Image Classification

pilooch
9pts0
github.com 11y ago

Automated Trading program for altcoin/Bitcoin exchanges

pilooch
1pts0
techcrunch.com 12y ago

General harmonics

pilooch
3pts0
www.google.com 12y ago

Google has dataset search

pilooch
1pts0
www.youtube.com 12y ago

Larry Ellison on in-memory databases (2000)

pilooch
1pts0
www.farabet.net 12y ago

Data Flow Processor for Vision

pilooch
1pts0
www.wired.com 12y ago

Coinpunk creator interview

pilooch
5pts0

AlphaEvolve couples map-elites with LLMs. It's an key step in machine learning, in the vein of DQN for reinforcement learning.

AE brings diversity from the genetic algorithms community to large scale optmized deep learning and RL models.

It is a mandatory step for moving forward. The approach is clean and simple, while generic.

The only caveats is the per optimization problem definition of the map élites dimensions. But surely, this will get tackled somehow over the next few years.

If you don't know about map-elites, go look up Jean-Baptiste Mouret' s work and talks, it's both very interesting and universal.

Hello! Not commenting on content or functionality. Scheduling in AI is a very dense field. An a past researcher in AI decision making, I got confused by the 'Scheduling solved' slogan. FYI recent AI for scheduling include GNNs and RL applied to NP and P-space problems that plague many industries. A larger scope I believe from vela's (rightful) target, a bit confusing IMO. Good luck with your endeavor, all scheduling problems are beautiful :)

Meta Ray-Ban Display 10 months ago

I like the glasses path, well I do wear glasses, but some elements remain unclear to me:

- are prescription glasses available for display ? I guess not ? - these glasses need to be online, I guess they do so with a phone and bluetooth connection nearby ? So that's the glasses, the band and the phone, oh and the glasses case, seems a lot to carry. - pedestrian navigation seems to be rolled out per city, so it's not like having gmaps available right out of the box.

Mosh Mobile Shell 11 months ago

Hello, very interested in the scrollback! I've used mosh for 10+ years and it still runs my 100+ opened terminals to this day ! Would love to try your alternative

Exactly, for real time applications VTO, simulators,...), i.e. 60+FPS, diffusion can't be used efficiently. The gap is still there afaik. One lead has been to distill DPM into GANs, not sure this works for GANs that are small enough for real time.

I'd be interested in what implementation of D3PM was used (and failed). Diffusion model are more data efficient than their AR LLM counterpart but les compute efficient at training time, so it'd be interesting to know whether with more time.to.converge the diffusion approach does succeed. I guess I'll try :)

True but modern models such as gemma3 pan& scan and other tricks such as training from multiple resolutions do alleviate these issues.

An interesting property of the gemma3 family is that increasing the input image siwmze actually does not increase processing memory requirements, because a second stage encoder actually compresses it into fixed size tokens. Very neat in practice.

Some colleagues and myself did implemented exactly this six months ago for a French gov agency.

It's open source and available here: https://github.com/jolibrain/colette

It's not our primary business so it's just lying there and we don't advertise much, but it works, somehow and with some tweaks to get it really efficient.

The true genius though is that the whole thing can be made fully differentiable, unlocking the ability to finetune the viz rag on targeted datasets.

The layout model can also be customized for fine grained document understanding.

LLM Daydreaming 1 year ago

AlphaEvolve and similar systems based on map-elites + DL/LLM + RL appears to be one of the promising paths.

Setting up the map-elites dimensions may still be problem-specific but this could be learnt unsupervisedly, at least partially.

The way I see LLMs is as a search-spqce within tokens that manipulate broad concepts within a complex and not so smooth manifold. These concepts can be refined within other spaces (pixel -space, physical spaces, ...)

This model is fully compatible with anything previously done with gemma3. Just passed it to one of my vlm fine-tuning scripts and it started without issues (hf transformer code). On a single GPU with Lora the E4B model takes 18Gb of VRAM in batch size 1 where gemma-4B was 21Gb. Nice one from deepmind, the gemma3 family tops the open weights VLLMs.