Industry

Everything · newest first

Models, products and AI startups, near-duplicates collapsed to the most credible source

The turbulent AI era is here

Bill Gates argues the AI era is now turbulent and that the choices made today will shape future risks and opportunities, calling for careful responses to AI developments.

gatesnotes.com ·

348M model trained on 22.7B tokens solves arithmetic

A researcher trained a 348M‑parameter language model on 22.7B tokens and fine‑tuned it to produce worked steps for arithmetic, achieving a 99.4% average on nine GPT‑3 arithmetic sub‑tasks (n=300, greedy, exact match) and cleanly handling addition up to 14 digits; the author attributes earlier limits to vocabulary, not arithmetic ability.

r/MachineLearning ·

Real fly connectome failed to learn Pong; audit reveals issues

A researcher tried to train a subgraph of the MaleCNS v1.0 fly connectome to learn Pong but observed no learning. An audit uncovered issues: a neuPrint regex bug zeroed two neuron populations, the initial neuron selection lacked paths from photoreceptors, and half the motor neurons had zero sensory synapses. Rebuilding and tracing found a different descending neuron that actually connected end-to-end, illustrating how failures revealed critical data and selection errors.

r/MachineLearning ·

Thread: ICDE results discussion

A Reddit user posted a thread on r/MachineLearning inviting the community to share and discuss ICDE results ahead of the announcement; the post was submitted by an anonymous account.

r/MachineLearning ·

embedflow enables embedding model migration without re-embedding

The author released embedflow, a method and tool to migrate embedding models by reranking K documents from the old index instead of re-embedding the entire corpus. Tested on up to 1M documents across 63 migrations; best result was qwen4b→qwen8b matching native retrieval with K=50. embedflow supports qdrant, pgvector, and faiss and is available on PyPI and GitHub.

r/MachineLearning ·

OpenAI launches Agents API

OpenAI released the Agents API, a managed service powered by the Codex harness for orchestration that enables building and launching cloud agents with long-running sessions and tool use, simplifying development and deployment of agent-based applications.

OpenAI ·

Rebuilding AUTOMATIC1111 with Gradio

Hugging Face rebuilt most of AUTOMATIC1111 as Workflow1111, a single Gradio workflow with 11 media pipelines and 73 nodes covering text-to-image, hi-res fix, image-to-image, ControlNet-style annotators and more; users run pipelines with their Hugging Face account or access token and use their own quota.

Hugging Face Blog ·
Load more