Hacker News

3
discussion Using AI to write better code more slowly

Using AI coding assistants produces faster first drafts but requires significantly more review, verification, and correction time, resulting in slower overall development despite apparent productivity gains. The tradeoff between speed and code quality/understanding when using AI tools is a recurring friction point.

↑ 486 💬 188 posted 23:16 UTC
discussion Norway's 2 petabytes of Huawei flash storage and LLM training

LLM training at scale requires massive flash storage infrastructure (2 petabytes in this case), highlighting the storage I/O bottlenecks and geopolitical supply-chain constraints that complicate AI training hardware procurement.

↑ 235 💬 141 posted 19:37 UTC
discussion Nobody cracks open a programming book anymore

Developers are increasingly relying on AI tools and search over structured learning resources like programming books, raising concerns about shallow understanding, reduced debugging capability, and long-term skill degradation in the profession.

↑ 161 💬 195 posted 23:21 UTC

GitHub

5
complaint gemma4:e4b with ollama 0.20.1 still has tool parsing errors

Ollama's gemma4 tool call parser fails with invalid JSON errors when model output contains backticks or single quotes in arguments, breaking tool calling workflows in coding agents even after a supposed fix in v0.20.1.

↑ 8 💬 48 posted 05:14 UTC
complaint Token repetition issue with Qwen2.5-VL

Qwen2.5-VL models in Ollama exhibit token repetition loops during OCR tasks that do not occur on the reference HuggingFace demo, and repeat_penalty parameter appears to have no effect on the issue across 7b, 32b, and 72b variants.

↑ 0 💬 13 posted 01:34 UTC
complaint Custom Qwen3VLMoE models not working

Custom Qwen3VLMoE models that are valid per llama.cpp tooling and run correctly in HuggingFace Transformers cause a nil pointer dereference panic in Ollama's vision model loader, making it impossible to run custom architectures derived from supported model families.

↑ 0 💬 6 posted 05:45 UTC

Lobsters

2
discussion Using AI to write better code more slowly

Using AI coding assistants produces faster first drafts but requires significantly more review, verification, and correction time, resulting in slower overall development despite apparent productivity gains. The tradeoff between speed and code quality/understanding when using AI tools is a recurring friction point.

↑ 43 💬 23 posted 16:19 UTC
discussion On C extensions, portability, and alternative compilers

C compiler extensions create portability friction across alternative compilers (non-GCC/Clang), forcing developers to work around non-standard behaviours that are silently accepted by dominant compilers but break on others.

↑ 34 💬 13 posted 14:01 UTC

Stack Exchange

0

no items

Reddit

0

no items