frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I built an agent framework where the agent is just one file

https://github.com/loopedautomation/agent-framework
1•RatulMaharaj•16s ago•1 comments

Tell HN: The Codex App is replaced by ChatGPT

1•vintagedave•1m ago•0 comments

EU will seek to limit children's access to social media

https://www.rte.ie/news/europe/2026/0713/1583074-eu-social-media/
1•austinallegro•2m ago•0 comments

Show HN: Call to Control AI Agents via the Web

https://diffforge.ai/
1•Rizzist•10m ago•0 comments

Michael Saylor's Cryptic Bitcoin Post Sparks Fresh Strategy Speculation

https://coinmarketcap.com/community/post/377739002/
1•joeymabia1•10m ago•0 comments

TalkScrolls

https://talkscrolls.com/
1•gerhardm13•15m ago•0 comments

BirdyChat now has an API and MCP support

https://www.birdy.chat/blog/birdychat-now-has-an-api-and-mcp-support
1•rmesters•16m ago•0 comments

CEO under fire for mass layoff amid foreign hiring spree, on Fed jobs task force

https://www.foxnews.com/politics/ceo-under-fire-mass-layoffs-amid-foreign-worker-hiring-spree-now...
2•Alien1Being•16m ago•0 comments

If Henry Rollins were a bookkeeper

https://gyurka.nl/graphflag.html
1•the_ed•18m ago•1 comments

Indian companies look to Chinese LLMs as AI costs bite

https://asia.nikkei.com/business/technology/artificial-intelligence/indian-companies-look-to-chin...
1•Alien1Being•21m ago•0 comments

A memory-bounded architecture for bursty HTML-to-PDF workloads

https://adrianani.com/articles/html-to-pdf-api-blueprint
2•adrianani-com•22m ago•1 comments

Chinese AI models are gaining ground with U.S. companies

https://www.cnbc.com/2026/07/07/chinese-ai-models-costs-us-openai-anthropic.html
2•Alien1Being•22m ago•0 comments

SonaCMS – A flat-file PHP CMS with no database

https://github.com/romeo19361/SonaCMS
1•romeo19361•22m ago•0 comments

An Enterprise-Grade Platform for Agent Development and Governance

https://dolphindb.com/blogs/48
1•CrazyTomato•23m ago•0 comments

Top Reactjs Development Services to Check in 2026

https://focusreactive.com/blog/top-reactjs-development-services-in-2026/
1•katyadrozd•24m ago•0 comments

Debian: Security support for Bookworm handed over to the LTS team

https://www.debian.org/News/2026/20260712
1•tapanjk•26m ago•0 comments

Do you write with AI? Do you think people notice?

1•Gravityloss•27m ago•1 comments

Rewrite

https://gist.github.com/rtfeldman/77fb430ee57b42f5f2ca973a3992532f
1•tosh•28m ago•0 comments

Claude.md is RAM, not disk

https://albertoarena.it/posts/claude-md-is-ram-not-disk/
3•moebrowne•38m ago•0 comments

Open Book Touch: A pocketable, front-lit, open source e-reader

https://www.crowdsupply.com/oddly-specific-objects/open-book-touch
2•tapanjk•41m ago•0 comments

AI Connector by Plumrocket

https://commercemarketplace.adobe.com/plumrocket-ai-connector.html
2•pearsonand•46m ago•0 comments

Xbox CEO Asha Sharma, who laid off 3,200 employees, to lead task force on jobs

https://www.pcgamer.com/gaming-industry/us-federal-reserve-taps-xbox-ceo-asha-sharma-who-just-lai...
7•robtherobber•47m ago•0 comments

Immutable Versions on Packagist

https://blog.packagist.com/immutable-versions-on-packagist/
2•moebrowne•47m ago•0 comments

Smart Cellular Bricks: Towards Collective Intelligence for the Physical World

https://sakana.ai/smart-cellular-bricks/
2•hardmaru•48m ago•0 comments

Fuck.com (1997)

https://www.links.net/webpub/fuck.com.html
2•downbad_•51m ago•1 comments

Imprisoned in My Own Mind

https://ahmedhossvm.dev/posts/imprisoned_in_my_own_mind/
1•ahmedhosssam•52m ago•0 comments

Show HN: Mock Chats – Make viral chat-story videos

https://www.mockchats.com/
2•oliverbenns•53m ago•0 comments

Commodore Amiga 500 Artwork

https://gibbok.github.io/amiga-500-art/index.html
3•doener•56m ago•0 comments

AI creating a Jevon's Paradox for lawsuits, deals and litigation [video]

https://www.youtube.com/watch?v=_uWnr42zGnE
2•OgsyedIE•56m ago•0 comments

ClipBridge – self-hosted clipboard sync for iPhone, Windows, and Mac

https://github.com/andreasserfilippi/clipbridge
2•Andreas4252222•57m 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?