A user asks the Hacker News community for advice on setting up opinionated, autonomous long-running coding agents, specifically seeking recommendations on sandboxing, cost control, and secret management workflows.
#coding
30 items
The article argues that building your own tools is the most effective method for learning to code, as it forces deep understanding over surface-level knowledge. By creating tools for real problems, learners engage with fundamental principles rather than memorizing syntax or copying solutions. This approach transforms coding from passive consumption into active, principled creation.
OpenLeetCode is an open-source tool that lets developers run LeetCode solutions locally using open, community-contributed tests, without needing a LeetCode subscription.
TaskPeace is a task queue system where AI coding agents pull work from via the Model Context Protocol (MCP), enabling structured task management for agent-driven development workflows.
SVGFarm is a directory of SVG icons designed for use by coding agents and AI tools. It provides a curated collection of SVG files that can be easily integrated into development workflows.
A Hacker News user finds LLM coding tools like Claude Code disrupt flow state and asks if anyone is exploring alternatives beyond the prompt-response loop, suggesting a tab-completion model as a better direction.
The author reflects on their continued enjoyment of building websites manually without AI assistance. They emphasize the satisfaction of crafting code by hand and express concern that relying on AI tools removes the creative and problem-solving aspects of web development.
The author reflects on his deep enjoyment of programming, describing coding as a creative and problem-solving activity that provides immediate feedback, constant learning, and a sense of accomplishment. He highlights the satisfaction of building something from nothing, debugging, and seeing a program work correctly as key reasons he loves the craft.
A Hacker News user asks the community for recommended LLM models across three categories: coding, text-to-speech (TTS) and speech-to-text (STT), and image creation/understanding. The author shares their own setup using Qwen3-Coder-Next for coding, Fish Audio S2 Pro and Whisper for audio, and Gemma and Flux for image tasks, all running locally on an M5 Max MacBook Pro with 128GB of memory.
Egaki is an open-source tool that lets users create videos by writing code and MDX files, combining React components, Markdown, and JavaScript to generate animated video content programmatically.
AI-14all is a coding tool designed for both human developers and AI agents. It provides a comprehensive set of resources and utilities to streamline the coding process, aiming to be a one-stop solution for development needs.
A user on Hacker News asks whether AI LLMs for coding will become both smarter and cheaper in the future, sparking discussion on the trajectory of AI coding tools, expected improvements in model capabilities, and potential cost reductions.
The blog post argues that relying on external tools, workflows, or other people to handle understanding of complex systems for you is ineffective. True comprehension requires direct engagement and personal investment; it cannot be delegated or outsourced without losing depth and the ability to make sound judgments.
A user on Hacker News asks whether people still feel meaningful improvements between the latest LLM generations for coding, suggesting that recent models seem roughly equal in usefulness. The post invites anecdotes from users who have experienced the opposite.
A 2025 study of 750k coding tasks found that AI assistance boosted coding speed by 26%, but delivery speed—testing, reviewing, and deploying code—only improved by 3.4%. The research suggests AI's main gains are in writing code, not in downstream processes like reviews or deployments, and that nearly 40% of time saved on coding was offset by increases in delivery-related activities.
The game development studio behind Fable 5 announced it will use Opus 4.8 for coding tasks, pending a fix. This indicates the studio is leveraging advanced AI assistance for game development.
A developer expresses frustration that coding and debugging tasks in Fable 5 will default to an older AI model, leading to a loss of hope.
This GitHub repository, "WhatsAppCoding," appears to relate to managing a project called "Google Antigravity 2.0" through a mobile chat proxy, likely using WhatsApp as an interface for coding or system control.
Openleetcode v1.0.0 is a tool that runs LeetCode-style tests directly from a repository, allowing users to execute test cases stored alongside the code rather than on the LeetCode platform.
HTML Me
0.5"HTML Me" is a personal website hosted on Neocities that explores web design and creative expression through handcrafted HTML, CSS, and JavaScript. The site showcases an artistic, nostalgic approach to building on the indie web.
OpenLeetcode is a local runner for LeetCode problems that comes with open test suites, allowing developers to solve and test coding challenges offline without relying on the LeetCode platform's online judge.
A person who learned to code five months ago claims to have built a live seven-layer AI defense system, showcasing a rapid self-taught programming achievement in cybersecurity.
The article details how to run DeepSeek 4 Flash, a large language model, locally on a 128GB MacBook Pro using tools like Ollama or MLX. It covers setup, model quantization, and performance benchmarks, showing that the high-end MacBook can handle the model with reasonable speed for coding tasks. The guide demonstrates local AI development without cloud dependency.
Jared Friedman observes that while Claude was trained on human coding sessions via reinforcement learning (RL), his own use of Claude Code has become a reciprocal learning process—he adapts his instructions to the tool's strengths and weaknesses, describing it as a form of human/AI co-evolution.
Cursor has launched an iOS mobile app that allows developers to build, edit, and manage code projects directly from their iPhone or iPad. The app brings key features from the desktop version to mobile, enabling coding and project management on the go.
The author reflects on the value of the internet, arguing that its most important function is not connecting people or providing convenience, but its ability to record our words. By storing and indexing text-based conversations, the internet preserves human thought and experience for future generations, making it our civilization's most lasting record.
The video titled "Score While Coding" appears to be about programming-related content, likely focusing on how to achieve high productivity or performance metrics while coding, though the exact topic is not fully clear from the metadata alone.
AI-generated code makes premature optimization viable, as the traditional cost of writing and maintaining optimized code early is reduced. Developers can now have AI produce efficient implementations upfront without the same productivity penalties.
New analysis shows that the cost of AI coding tokens—used by tools like GitHub Copilot—is rising rapidly and could soon rival the cost of human software developers' salaries, raising questions about the long-term economic advantage of replacing human programmers with AI assistants.
The article compares writing and coding as two domains that both offer high leverage—enabling a single person to reach many—but differ in how that leverage is realized and perceived. Writing scales through time (a piece read years later), while code scales through automation (a program runs without the author present). The piece explores why writing's leverage is undervalued compared to coding's.