Ask HN: Languages in the Age of AI
A developer questions whether programming language choice matters as AI increasingly generates code, suggesting that if agents write most code from prompts, developers only need to verify output rathe…
A developer questions whether programming language choice matters as AI increasingly generates code, suggesting that if agents write most code from prompts, developers only need to verify output rathe…
Swift's server ecosystem reached two 1.0 milestones with the release of Swift System Metrics, providing stable APIs for CPU, memory, and file descriptor monitoring. Rust 1.95 introduced new zeroed all…
A Rust developer created a macro to compute the compile-time offset of slice fields in structs, bypassing the limitation of std::mem::offset_of! on stable Rust. The hack uses a fake instance in a larg…
Clawmark, an open-source Rust CLI tool, enables A/B testing of CLAUDE.md files by evaluating two variants against five SWE-bench Lite tasks using Claude and Docker. The tool generates a comparison rep…
Cajal (YC W26) released Talos, an open-source WebAssembly interpreter and formal verification framework built in Lean, enabling mathematical proofs of correctness for Wasm modules. The tool targets AI…
Coding agents are becoming highly capable at software development tasks with effective feedback loops, such as those with clear error messages or benchmarks, while struggling with tasks lacking clear …
A developer has open-sourced Rue, a new programming language positioned as higher-level than Rust but lower-level than Go, built primarily to experiment with compiler construction and test Claude's ca…
A backend engineer with six years of Java and Kotlin experience, plus recent Rust work, is learning Go in 2026 because many target teams use Go in production. The engineer finds Go's simplicity, built…
PR #396 fixed the prompt-submit recall confidence path in Signet, preserving reranker-calibrated scores instead of synthesizing recall scores from rank position. The TypeScript recall path now control…
A developer released PII GUI, a free, open-source desktop app that detects and redacts personal information in PDFs, Markdown, and text files entirely on-device using regex or local ONNX models, with …
NVIDIA Labs released cuTile Rust, a tile-based DSL that extends Rust's ownership model to GPU programming, enabling memory-safe, data-race-free kernels without performance loss. Benchmarks on the B200…
A developer released PySpell, a sandboxed evaluator for ESP32 microcontrollers that runs a safe subset of Python and Rust, enabling local execution of code generated by a tiny 0.45M-parameter language…
Strands Shell, a Bourne-compatible shell that runs in-process without fork or syscalls, launches to give AI agents isolated shell access with sub-millisecond cold starts. The tool provides over 50 bui…
An 18-year-old developer building NOVAI, an AI-native layer-one blockchain in Rust, diagnosed a three-layer consensus halt that wedged the testnet at a single block height. The bug involved an in-memo…
Hextrap launched a package firewall that proxies pip, npm, go get, and cargo installs through managed allow/deny lists, OPA policies, and safeguards like soak time and typosquatting detection. The too…
A new empirical study comparing Python, C, C++, Rust, Go, and Julia for AI algorithms found that C and C++ are the fastest, with Rust trailing by 9%, while Python runs 315x slower. Memory usage varied…
A new open-source repository uses Anthropic's Claude AI to help developers solve daily LeetCode problems organized by data structure and algorithm topic and difficulty. The project supports multiple p…
Researchers formalized and verified four concurrency anomalies in multi-agent LLM systems, establishing a machine-checked consistency hierarchy from L0 to L4. They implemented verified detectors and r…
Geir Isene built a complete personal computing stack from scratch, replacing nearly every off-the-shelf program with custom tools including a text editor, file manager, and email client, all developed…
Antigravity, an agentic AI coding assistant, autonomously engineered a Rust-based agentic interface that allows users to control OBS Studio via natural language. The tool features a reasoning loop pow…