efficient-ai

Tag

Cards List
#efficient-ai

@Phoenixyin13: AI has fallen into an either-or trap. On one side is the world-dominating Transformer architecture — excellent memory, but its quadratic computational explosion makes long contexts increasingly expensive, a real resource hog. On the other is the classic RNN architecture — lightning fast and cheap, but a total scatterbrain that forgets earlier content after a few more lines.

X AI KOLs Timeline · 2026-06-07 Cached

This article introduces a new method proposed by Google Research, Cornell, and USC that takes snapshots of RNN memory and caches them, enabling RNNs to efficiently handle long contexts. It combines Transformer-like strong memory with RNN-like low cost, offering a new direction for long-context AI.

0 favorites 0 likes
#efficient-ai

@vintcessun: Pretraining can be this cost-effective? Train a usable 1B base model from scratch for ~$1000, slashing compute and data by hundreds of times. The key isn't brute-force compute, but hierarchical recursive architecture plus latent space reasoning, combined with PrefixLM packing and FA3 to maximize efficiency. Sounds insane, but the paper and code are open-sourced.

X AI KOLs Timeline · 2026-06-05 Cached

HRM-Text released a 1B-parameter base model, claiming it can be pretrained from scratch for only ~$1000, reducing compute and data volume by hundreds of times. It employs efficient techniques such as hierarchical recursive architecture, latent space reasoning, and PrefixLM packing. The paper and code are open-sourced.

0 favorites 0 likes
#efficient-ai

1-Bit Bonsai Image 4B Image Generation for Local Devices

Hacker News Top · 2026-05-31 Cached

PrismML releases Bonsai Image 4B, a family of compact image generation models using 1-bit and ternary weights, enabling high-quality diffusion inference on local devices like laptops and iPhones with significantly reduced memory footprint.

0 favorites 0 likes
#efficient-ai

@ickma2311: Efficient AI Lecture 15: Long-Context LLM Long context is not just a bigger prompt window. The key question is: which p…

X AI KOLs Timeline · 2026-05-25 Cached

This post summarizes Efficient AI Lecture 15 on long-context LLMs, covering RoPE position interpolation for context extension, the needle-in-haystack evaluation, and StreamingLLM's attention sink phenomenon and KV cache eviction strategy.

0 favorites 0 likes
#efficient-ai

Testing a Cold War-Era AI on Satellite Image Datasets

Reddit r/artificial · 2026-05-24

A developer tests a Cold War-era AI model on satellite image datasets using Monte Carlo simulations, finding it efficient and suitable for FPGA deployment.

0 favorites 0 likes
#efficient-ai

Stratum: System-Hardware Co-Design with 3D-Stackable DRAM for Efficient Moe

Hacker News Top · 2026-05-15

Introduces Stratum, a system-hardware co-design approach utilizing 3D-stackable DRAM to efficiently accelerate Mixture of Experts (MoE) models.

0 favorites 0 likes
#efficient-ai

@antoine_chaffin: Reason-ModernColBERT nearly solved BrowseComp-Plus, smashing SOTA and outperforming models models 54× bigger Not bad fo…

X AI KOLs Following · 2026-05-12 Cached

Reason-ModernColBERT achieves near-perfect results on BrowseComp-Plus, surpassing SOTA and models 54× larger, then Agent-ModernColBERT further improves with minimal training.

0 favorites 0 likes
#efficient-ai

MiniCPM-V 4.6

Product Hunt · 2026-05-12

MiniCPM-V 4.6 is an ultra-efficient 1.3B vision-language model optimized for mobile devices.

0 favorites 0 likes
#efficient-ai

@ickma2311: Efficient AI Lecture 12: Transformer and LLM This lecture is not only about how LLMs work. It also explains the buildin…

X AI KOLs Timeline · 2026-05-09 Cached

Lecture notes from an Efficient AI course covering Transformer and LLM fundamentals, including multi-head attention, positional encoding, KV cache, and the connection between model architecture and inference efficiency. The content explains how design choices in transformers affect memory, latency, and hardware efficiency.

0 favorites 0 likes
#efficient-ai

11.67% ARC-AGI-2 Local Eval on a Single 4090: The TOPAS Recursive Architecture

Reddit r/LocalLLaMA · 2026-05-07

The authors present TOPAS, a recursive AI architecture achieving 11.67% on ARC-AGI-2 using a single RTX 4090, aiming to demonstrate that architectural efficiency can outweigh raw compute power.

0 favorites 0 likes
#efficient-ai

Ternary Bonsai: Top Intelligence at 1.58 Bits

Hacker News Top · 2026-04-18

A highly efficient AI model architecture using ternary weights (-1, 0, 1) that achieves competitive performance while requiring only 1.58 bits per parameter, enabling deployment on extremely constrained devices.

0 favorites 0 likes
#efficient-ai

MiniCPM-V 4.5: Cooking Efficient MLLMs via Architecture, Data, and Training Recipe

Papers with Code Trending · 2025-09-16 Cached

MiniCPM-V 4.5 is an 8B multimodal large language model that achieves high efficiency and strong performance through a unified 3D-Resampler architecture, a novel data strategy, and a hybrid reinforcement learning approach. The model reportedly surpasses larger proprietary and open-source benchmarks while significantly reducing GPU memory usage and inference time.

0 favorites 0 likes
← Back to home

Submit Feedback