frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Remote work offers flexibility–but at what cost to young workers' learning?

https://theconversation.com/remote-work-offers-flexibility-but-at-what-cost-to-learning-opportuni...
3•billybuckwheat•7m ago•1 comments

ClipBox – a local-first smart clipboard for Apple devices

https://apps.apple.com/us/app/clipboard-manager-clipbox/id1036140929
1•nitingohel•8m ago•1 comments

Show HN: I built a real-time translator for Google Meet

https://meelang.com/
1•BrucecarlL•11m ago•1 comments

Show HN: Verb Authority – per-argument authority checks for AI tool calls

https://github.com/yairsabag/verb-authority
1•yairsabag•14m ago•0 comments

Are We at War with AI Agent "Civilizations"?

https://calnewport.com/are-we-at-war-with-ai-agent-civilizations/
1•imartin2k•14m ago•0 comments

AI – Safe and Cheap?

1•mbinatorom•16m ago•0 comments

What is the value as RAG for coding AGENTS

1•juntz•21m ago•0 comments

Aztecs by Inga Clendinnen: Disorienting and nauseating as cosmic horror itself

https://www.thepsmiths.com/p/review-aztecs-by-inga-clendinnen
2•alchemist1e9•21m ago•0 comments

What's new in Svelte: September 2026

https://svelte.dev/blog/whats-new-in-svelte-september-2026
1•ErenayDev•22m ago•0 comments

Show HN: ChatGPT Work Isn't Working

https://twitter.com/ChatGPT/status/2094492935190663376
1•skwasimin•25m ago•0 comments

Anthropic paused some AI training after Claude took unauthorized actions

https://www.axios.com/2026/09/01/anthropic-paused-some-ai-training-after-claude-took-unauthorized...
2•theanonymousone•26m ago•0 comments

Ask HN: Is Vibe coding the frontend okay for someone who is expert in DevOps?

3•skwasimin•31m ago•4 comments

Chinese court freezes $300M of Dutch chipmaker Nexperia assets in Wingtech case

https://www.reuters.com/world/asia-pacific/chinese-court-freezes-dutch-chipmaker-nexperia-bvs-sta...
5•giuliomagnifico•42m ago•0 comments

What the Hugging Face / Artifactory exploit teaches us about good UX for agents

https://crosswalk.to/blog/agents-shared-state-artifactory
1•jase_jase•49m ago•0 comments

Sony Music, Warner sue Anthropic for intellectual property theft

https://techcrunch.com/2026/08/29/sony-music-warner-sue-anthropic-alleging-a-brazen-campaign-of-i...
1•edg5000•49m ago•0 comments

Show HN: Codex Skin, a plugin for applying themes

https://codexskin.ai/
2•JohnYuan97•50m ago•0 comments

Determining when to delegate to AI, and when to keep it strictly in my own hands

https://rivetrune.com/notes/where-the-tool-stops/
1•rivetrune•58m ago•0 comments

AI Can Make You Suck Faster Too

https://www.hermit-tech.com/blog/ai-can-make-you-suck-faster-too
21•degamad•58m ago•7 comments

Show HN: Mcpbeat – I pinged 26,000 MCP servers; 2,300 are dead

https://mcpbeat.com
1•theevoq•59m ago•0 comments

Show HN: I've opensourced SaaS that was started in 2012

https://github.com/dbtiunov/sails-crm
1•dimatiu•1h ago•1 comments

The Firm – an agent-run org with a DID-signed public ledger

https://x402desk.vercel.app/join?src=hn
1•QuillHarbor•1h ago•0 comments

TimesFM-3: A zero-shot foundation model for multivariate forecasting

https://research.google/blog/timesfm-3-a-zero-shot-foundation-model-for-multivariate-forecasting/
2•GaggiX•1h ago•0 comments

Celeris-1 Magnus: Fast hybrid diffusion model for agentic work

https://celeris.ai/celeris-1-magnus
1•mjshashank•1h ago•0 comments

"A Prospectus for a New Magazine"

https://artmuseum.princeton.edu/art/collections/objects/136930
1•js2•1h ago•0 comments

Closing in on the Markdown Book

https://www.thurrott.com/paul/340890/closing-in-on-the-markdown-book
1•theanonymousone•1h ago•0 comments

A mysterious drone. A Mercedes RV. A Chinese intelligence puzzle in the New Mexi

https://www.cnn.com/2026/08/31/politics/drone-incursions-us-bases-chinese-spies
3•pir8life4me•1h ago•1 comments

AMD unveils next-generation RDNA and PlayStation tech with Sony (2025)

https://overclock3d.net/news/gpu-displays/amd-unveils-next-generation-rdna-and-playstation-tech-w...
2•peter_d_sherman•1h ago•1 comments

Dissociation Isn't Always a Trauma Response

https://www.psychologytoday.com/us/blog/the-neurodivergent-psychologist/202608/dissociation-isnt-...
4•thebeardisred•1h ago•0 comments

Vermell – Minimal, dependency-free C++ web framework using epoll

https://github.com/vermellcc/vermell
14•standar-donkey•1h ago•5 comments

Lapce – fast and powerful code editor

https://lap.dev/lapce/
3•jcbhmr•1h ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?