AI·Zig founder Andrew Kelley angrily criticized Jarred Sumner and Bun's 11-day rewrite of its 1 million lines of code from Zig to Rust using Claude Fable 5 and Claude Code; the move succeeded with 16.5K USD in API costs but left 27K lines of unsafe code and sparked debates on AI-generated code quality and community ethics.
Search
What are you looking for?
16 results for “cost”
AI·OpenAI released GPT-5.6 in three tiers—Sol (flagship), Terra, and Luna—boosting benchmarks in Agent's Last Exam (56.3 score), math, coding, security, and research while slashing token costs and adding Max/Ultra reasoning modes.
AI·2025 saw multiple AI companionship app closures including Woebot (150M users, clinical tool shut down due to unsustainable economics) and Dot AI (vision divergence, funds exhausted), with global closures in at least five products and domestic in eight; survivors like Replika (post-data deletion), Character.AI (Google talent acquisition), and China's Xin Bing (ice) lost users amid regulatory scrutiny and high inference costs, revealing unsustainable business models lacking self-reinforcing revenue.
AI·The author benches a quad 5060Ti setup for Qwen3.6-27B code generation using MTP, reporting 608 tokens/s prefill and 52.2 tokens/s decode at 256k context on a cost-effective build.
AI·Hidden Decoding expands each token into n independent streams during continued pretraining of a fixed Transformer backbone, using separate embedding tables and retaining intermediate KV caches for latent computation; Stream-Factorized Attention limits cross-stream mixing to reduce costs. Experiments show frontier 80B and 617B MoE models improve on all benchmarks over matched baselines.
AI·LLM-based ASR in regulated domains like banking is limited by privacy and real-speech collection costs; synthetic TTS data is a cost-effective substitute, but acoustic mismatch hinders supervised fine-tuning (SFT). Group Relative Policy Optimization (GRPO) applied solely to synthetic speech reduces WER by 40% relative to SFT (36.71% to 22.09%) and by 45% in the SFT-then-GRPO sequence, by improving behavioral calibration and audio attention rather than representations.
AI·A $100 setup using three NVIDIA P102 cards delivers 20 GB VRAM and 448 GB/s memory bandwidth, sufficient for three concurrent LLM users with high context and better speeds than costlier lower-VRAM cards.
AI·The paper presents a cost-efficient human-LLM collaborative annotation framework to construct the EspanSt stereotype dataset for non-English languages and underrepresented cultures.
AI·Questions costs and viability of aftermarket SXM2 boards for two V100 GPUs, comparing to consumer GPU setups.
Linear attention models allow a fixed state size and a fixed amount of compute per token. However, due to their limited state size, linear attention models fall behind in long-context recall compared to softmax-attention-based transformer architectures. Increasing the state size of linear attention improves recall performance but at the cost of higher FLOPs. In this work, we introduce Sparse Delta Memory (SDM), an architecture that scales the hidden state of gated linear RNNs to orders of magni…
Self-attention lets each token retrieve information from the full context, but its quadratic cost in sequence length limits training and inference at long context. This paper presents a comparative study of softmax attention and four recent recurrent linear-attention architectures: DeltaNet, Gated DeltaNet, Kimi Delta Attention, and Gated DeltaNet-2. We express these mechanisms in a common recurrent-memory notation, making explicit how they differ in expressivity, memory decay, erase and write …
Generalist robot manipulation policies have advanced rapidly, yet existing benchmarks remain limited in systematically evaluating their capabilities. Many rely on simple, short-horizon, or skill-narrow tasks with limited capability coverage, and are often conducted only in simulation or only in the real world. Simulation enables scalable feedback but misses physical deployment challenges, while real-world evaluation is costly, time-consuming, and difficult to reproduce. We introduce RoboDojo, a…
OpenAI introduces new spend controls and usage analytics for ChatGPT Enterprise, helping organizations manage costs and scale AI with confidence.
Inference-time scaling for text-to-image generation has progressed from simple Best-of-N (BoN) sampling to guided search methods that verify and steer candidate trajectories at intermediate denoising steps. These approaches focus on when and how often to verify during denoising but largely treat the cost of generation itself as fixed. Moreover, the standard practice of comparing methods by number of function evaluations (NFEs) counts only denoising forward passes and ignores verifier overhead, …
Visual policies learned from human videos, teleoperation, and robot demonstrations offer scalable motion priors, but often fail in contact-rich manipulation, where success significantly depends on local force and contact geometry. Tactile sensing provides these complementary signals, yet tactile data remain costly to collect and hard to generalize across sensors, robots, and tasks. We introduce OmniTacTune, a policy-agnostic real-world RL pipeline that adapts tactile feedback to pretrained visu…
JD.com, one of the world's largest e-commerce platforms, serves over 700 million active users and millions of merchants, with a catalog of tens of billions of SKUs. At this scale, high-quality, structured item knowledge underpins a better consumer experience, lower management costs, and higher operational efficiency-yet producing and serving it poses three industrial-scale challenges: fast-emerging concepts, high-quality knowledge production for massive SKUs, and diverse downstream requirements…