ai-optimization

Tag

Cards List
#ai-optimization

There's no reason for software to be slow anymore

Hacker News Top · yesterday Cached

The article argues that LLMs and AI tools are lowering the barrier for software performance optimizations, enabling custom adaptations like JIT compilers and regex engines that were previously too costly to implement.

0 favorites 0 likes
#ai-optimization

@DogukanUrker: Ornith-1.5-9B at Q5 on a single RTX 3060: 200k context at ~52 tok/s, ~1700 tok/s prefill. 11.8 of the 12GB, zero cpu of…

X AI KOLs Timeline · 2d ago Cached

The post details running the Ornith-1.5-9B AI model on an RTX 3060 with 200k context, achieving high inference speeds using advanced quantization techniques.

0 favorites 0 likes
#ai-optimization

@levie: Great post on what post training looks like for applied AI use-cases to bring down costs and improve accuracy on certai…

X AI KOLs Timeline · 2d ago Cached

The article discusses post-training strategies for AI to reduce costs and improve accuracy in applied use-cases, emphasizing the advantage for companies with deep vertical expertise in enterprise workflows.

0 favorites 0 likes
#ai-optimization

Right-Sizing Your Intelligence Spend (13 minute read)

TLDR AI · 3d ago Cached

The article argues that enterprises should optimize AI intelligence spend by using appropriate-sized models and hybrid systems for different tasks, rather than defaulting to expensive frontier models for all applications.

0 favorites 0 likes
#ai-optimization

I built a custom multi-agent framework (GenOS) to autonomously evolve algorithms. I pitted the 3 fundamental AI paradigms against an NP-Hard problem. Here is what happened.

Reddit r/AI_Agents · 3d ago

The article describes GenOS, a custom multi-agent framework that autonomously evolved Rust algorithms to solve the NP-Hard Reverse Game of Life problem, discovering three optimization paradigms and proving a mathematical limit of 378/400.

0 favorites 0 likes
#ai-optimization

@no_stp_on_snek: Check out Buun's work, he cookin.

X AI KOLs Following · 3d ago Cached

A user highlights Buun's work on optimizing AI models, achieving high-speed inference of Qwen 3.6 on a single 3090 GPU and developing DFlash2 for Qwen 3.8.

0 favorites 0 likes
#ai-optimization

I built prompt cache aware lossless compression for agents

Reddit r/AI_Agents · 2026-07-21

A tool for lossless compression of prompt caches designed specifically for AI agents.

0 favorites 0 likes
#ai-optimization

Mimo & deepseek are really amazing at optimizing ai. Read the the official blog page i linked, it will give amazing insight on how they pulled off this kind of low pricing with 2x - 3x profit margins.

Reddit r/LocalLLaMA · 2026-07-07

Mimo and DeepSeek have optimized AI models to achieve low pricing with 2-3x profit margins, as detailed in their official blog.

0 favorites 0 likes
#ai-optimization

@ba_niu80557: https://x.com/ba_niu80557/status/2073413449930207662

X AI KOLs Timeline · 2026-07-04 Cached

Superpowers 6 open-source project shows that AI can not only write code but also autonomously optimize development workflows (such as auditing, merging tasks, reducing waste). This marks the beginning of AI managing its own workflow, more rigorously than human managers. The article emphasizes that an honest evaluation system (eval) is key to avoiding self-deception.

0 favorites 0 likes
#ai-optimization

A Guide to AI Inference Engineering (17 minute read)

TLDR AI · 2026-06-16 Cached

This guide explains the discipline of AI inference engineering, covering the split between prefill and decoding phases, the shift from closed to open models, and optimization techniques for latency, throughput, and cost.

0 favorites 0 likes
#ai-optimization

@a1zhang: Good harness designs can get around extreme token costs when information is structured. There's really no need to feed …

X AI KOLs Following · 2026-06-15 Cached

A discussion on how harness designs can reduce token costs by structuring information instead of feeding everything into a language model's context, citing an example of an RLM agent processing many lines of logs with few active tokens.

0 favorites 0 likes
#ai-optimization

What would optimal use of LLMs even look like?

Reddit r/singularity · 2026-06-12

Explores the speculative idea of optimizing human interaction with LLMs by conforming to their native communication patterns, such as using neuralese, rather than forcing them to adapt to human language.

0 favorites 0 likes
#ai-optimization

@MaxForAI: Tian Yuandong @tydsh's startup team Recursive @Recursive_SI released a milestone: an automated AI research system. In this system, AI can complete the entire research loop of 'propose ideas → implement → run experiments → verify → select next experiment based on results'. Results show that with clear objectives...

X AI KOLs Timeline · 2026-06-11 Cached

The Recursive team released an automated AI research system that can autonomously complete the research loop, surpassing existing human community solutions on multiple benchmarks. For example, on NanoGPT Speedrun it compressed training time from 79.7 seconds to 77.5 seconds, and on SOL-ExecBench it improved the score to 0.754.

0 favorites 0 likes
#ai-optimization

@charles_irl: Rewriting parallelism is a big move and it'd be nice to make it even faster than we can do with CuTe DSL. FA4 is a very…

X AI KOLs Following · 2026-06-11 Cached

Discussion about rewriting parallelism to improve kernel performance using CuTe DSL and tile programming models for the FA4 (FlashAttention 4) kernel.

0 favorites 0 likes
#ai-optimization

@TheAhmadOsman: You don’t “run a model” You run Kernels The model is just a graph The Inference Engine is scheduler / optimizer / execu…

X AI KOLs Following · 2026-06-06 Cached

The tweet explains that running AI models is really about running optimized kernels, and that inference engines and their kernel implementations are critical for performance, not just the model or hardware.

0 favorites 0 likes
#ai-optimization

@_avichawla: Anthropic. Google. Meta. Everyone's using an idea from the 1990s to run LLM inference 2-3x faster. In the 1990s, CPU de…

X AI KOLs Timeline · 2026-05-26 Cached

Speculative decoding, inspired by 1990s CPU branch prediction, is now used by Anthropic, Google, and Meta to speed up LLM inference 2-3x. It uses a small model to guess future tokens and a large model to verify them in parallel, avoiding idle GPU time during decoding.

0 favorites 0 likes
#ai-optimization

Companies Are Just a Graph of Algorithms

Hacker News Top · 2026-05-25 Cached

The article argues that companies are collections of algorithms and AI will soon optimize every component, leading to a wave of consulting-led transparency and efficiency.

0 favorites 0 likes
#ai-optimization

@DeRonin_: Andrej Karpathy: "90% of your AI coding bill is paying for context you didn't need to send" Here are 10 things senior A…

X AI KOLs Timeline · 2026-05-12

The article summarizes Andrej Karpathy's advice on reducing AI coding costs by optimizing context usage, avoiding overpowered models for simple tasks, and implementing efficient routing strategies.

0 favorites 0 likes
#ai-optimization

@MaximeRivest: Compound AI System for Images are way under appreciated. We need gepa, dspy, autoresearch style optimization to go from…

X AI KOLs Following · 2026-05-11

Maxime Rivest argues that compound AI systems for images are undervalued and suggests leveraging optimization frameworks like DSPy and GEPA to automate pipeline creation involving SAM and classifiers.

0 favorites 0 likes
#ai-optimization

@RoundtableSpace: Hermes Agent watched itself work, decided it was doing it wrong, and rewrote the skill. 2 iterations. 3x faster. 80% ch…

X AI KOLs Timeline · 2026-05-10 Cached

Hermes Agent demonstrates self-improvement capabilities by observing its own performance, identifying inefficiencies, and rewriting its skills to achieve a 3x speedup and 80% cost reduction in just two iterations.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback