frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI pricing is understood now but the token is still just a cost

https://www.solvimon.com/blog/ai-pricing-is-understood-now-2026
1•arnon•3m ago•0 comments

Show HN: ActionRail, Runtime value/action grounding framework for AI agents

https://github.com/ToolJet/ActionRail/
1•oss-dev•4m ago•0 comments

Berlin cancels CSD Pride parade after police incident

https://www.dw.com/en/berlin-csd-pride-cancelled-incident/a-78116146
1•Tomte•5m ago•0 comments

Enola – MCP Architectural Snapshot Server and Knowledge Graph

https://github.com/enola-labs/enola
1•Inversechi•6m ago•0 comments

Fly.io CEO Kurt Mackey is stepping down

https://fly.io/blog/kurt-scott-money-sprites/
2•subarctic•9m ago•1 comments

The new rules of context engineering for Claude 5 generation models

https://claude.com/blog/the-new-rules-of-context-engineering-for-claude-5-generation-models
2•mellosouls•10m ago•0 comments

ALP: Adaptive lossless floating-point compression

https://github.com/cwida/ALP
2•fanf2•10m ago•0 comments

How OpenAI Lost Control of an AI Model–and What Needs to Change

https://time.com/article/2026/07/24/openai-hugging-face-attack/
1•reasonableklout•13m ago•0 comments

Inflect-v2: 3.9M and 9.3M parameter open-weight TTS models

https://huggingface.co/posts/Nymbo/780726828379501
2•Nymbo•14m ago•1 comments

Lake Vostok

https://en.wikipedia.org/wiki/Lake_Vostok
2•hdz•16m ago•0 comments

Show HN: PeerTree an Biological Inspired Network

https://github.com/bitmonky/PeerTree
1•BorgIOS•18m ago•0 comments

Apple seeks U.S. approval to buy memory chips from blacklisted CXMT

https://fortune.com/2026/06/27/apple-us-approval-chips-blacklisted-cxmt-price-hikes-mac-memory-sh...
1•walterbell•18m ago•0 comments

Scanwheel, a miniature mechanical TV [video]

https://www.youtube.com/watch?v=41b8fw3_wP8
2•fortran77•20m ago•0 comments

Six Sigma vs. Lean Six Sigma: What's the Difference?

https://www.purdue.edu/leansixsigmaonline/blog/six-sigma-vs-lean-six-sigma/
1•Anon84•20m ago•0 comments

Google Search Distilled Yahoo and Microsoft

https://twitter.com/dnapway/status/2081069949200855220
4•miohtama•23m ago•0 comments

Loops? Graphs? Prolog

https://deepclause.substack.com/p/loops-graphs-prolog
1•schmuhblaster•30m ago•0 comments

How to Manage Your Robot

https://johnjeffers.com/how-to-manage-your-robot/
2•mooreds•32m ago•0 comments

Show HN: Writemark, a dependency free web component for inline Markdown editing

3•_boffin_•33m ago•0 comments

Did They Ghost You?

https://didtheyghostyou.com/
4•mooreds•34m ago•0 comments

Ruflo: An agent meta-harness for Claude Code and Codex

https://github.com/ruvnet/ruflo
2•ms7892•40m ago•0 comments

Fedora 45 Atomic Desktops Look to Allow for Web-Based Remote Installations

https://www.phoronix.com/news/Fedora-45-Atomic-Remote-Install
3•nateb2022•42m ago•0 comments

Show HN: Awsmux – Multi-account AWS CLI, up to 5.4x faster, 7.4x fewer tokens

https://github.com/0hardik1/awsmux
2•0hardik1•43m ago•0 comments

Have your say on advancing AI transparency in Canada

https://ised-isde.canada.ca/site/ised/en/have-your-say-advancing-ai-transparency-canada
2•hmokiguess•45m ago•0 comments

Ask HN: What are some popular AI detection software that you know/have used?

1•dd-sharma•48m ago•1 comments

NVLink, NVSwitch, and All That

https://blog.doubleword.ai/nvlink-scale-up
1•matt_d•48m ago•0 comments

How are you authorizing AI agents that call MCP servers?

https://www.keydris.com/
2•ahmed89•54m ago•0 comments

JetBrains Is Sunsetting Kotlin Notebook – What It Means for Kotlin Developers

https://medium.com/@muhamadsyafii4/jetbrains-is-sunsetting-kotlin-notebook-what-it-means-for-kotl...
4•sorokod•58m ago•1 comments

Show HN: Open-source AI bookmark manager for busy people

https://github.com/rortan134/cache-app
1•gsmt•1h ago•2 comments

'Shameful': Pentagon accused of cover-up over US Military casualties in Iran war

https://www.theguardian.com/us-news/ng-interactive/2026/jul/25/pentagon-iran-war-casualties-cover-up
4•hebelehubele•1h ago•0 comments

America Is About to Go over a Peptide Cliff

https://www.theatlantic.com/health/2026/07/peptide-bpc157-fda-compounding-pharmacy/688052/
3•paulpauper•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?