Archives AI News

CodeTaste: Can LLMs Generate Human-Level Code Refactorings?

arXiv:2603.04177v1 Announce Type: cross Abstract: Large language model (LLM) coding agents can generate working code, but their solutions often accumulate complexity, duplication, and architectural debt. Human developers address such issues through refactoring: behavior-preserving program transformations that improve structure and maintainability.…

mlx-snn: Spiking Neural Networks on Apple Silicon via MLX

arXiv:2603.03529v1 Announce Type: new Abstract: We introduce mlx-snn, the first spiking neural network (SNN) library built natively on Apple’s MLX framework. As SNN research grows rapidly, all major libraries — snnTorch, Norse, SpikingJelly, Lava — target PyTorch or custom backends,…

ZipMap: Linear-Time Stateful 3D Reconstruction with Test-Time Training

arXiv:2603.04385v1 Announce Type: cross Abstract: Feed-forward transformer models have driven rapid progress in 3D vision, but state-of-the-art methods such as VGGT and $pi^3$ have a computational cost that scales quadratically with the number of input images, making them inefficient when…

Trade-offs in Ensembling, Merging and Routing Among Parameter-Efficient Experts

arXiv:2603.03535v1 Announce Type: new Abstract: While large language models (LLMs) fine-tuned with lightweight adapters achieve strong performance across diverse tasks, their performance on individual tasks depends on the fine-tuning strategy. Fusing independently trained models with different strengths has shown promise…