frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Privacy nightmare, Android now requires sharing your screen to search

https://support.google.com/websearch/thread/347374423/how-to-stop-whole-screen-searching-on-circl...
1•jaltekruse•46s ago•1 comments

Mamba-3

https://www.together.ai/blog/mamba-3
1•WarmWash•1m ago•0 comments

Privacy nightmare, search box on Android requires sharing screen

https://old.reddit.com/r/Minneapolis/comments/1qfol1e/they_are_planting_people/
1•jaltekruse•3m ago•1 comments

Open SWE: An Open-Source Framework for Internal Coding Agents

https://blog.langchain.com/open-swe-an-open-source-framework-for-internal-coding-agents/
1•hmokiguess•4m ago•0 comments

Brain Computer Interface Enables Rapid Communication for People with Paralysis

https://www.massgeneralbrigham.org/en/about/newsroom/press-releases/brain-computer-interface-enab...
1•gmays•4m ago•0 comments

Can Companies Buy Their Way Into the S&P 500?

https://www.project-syndicate.org/commentary/new-study-asks-whether-stock-index-membership-is-for...
1•u1hcw9nx•4m ago•0 comments

Ask HN: What's the costliest mistake you've made with LLM agents in production?

1•jairooh•5m ago•1 comments

Cursor: Frontier Models Moving to Max Mode for Legacy Team/Enterprise Plans

https://forum.cursor.com/t/megathread-frontier-models-moving-to-max-mode-for-legacy-team-enterpri...
2•iwhalen•6m ago•1 comments

LOLBins-Reference

https://ilias1988.github.io/LOLBins-Reference/
1•Ilias1988•6m ago•0 comments

Cumulative Computing – infrastructure that preserves work, not just data

https://www.cumulativecomputing.org/cumulative-computing/
1•kopcho•6m ago•1 comments

Tech hobbyist makes shoulder-mounted guided missile prototype with $96 in parts

https://www.tomshardware.com/3d-printing/tech-hobbyist-makes-shoulder-mounted-guided-missile-prot...
2•bilsbie•7m ago•0 comments

Poland is now among the 20 largest economies. How did it happen?

https://www.nbcnews.com/business/economy/poland-now-worlds-20-largest-economies-happen-rcna263694
1•atlasunshrugged•7m ago•0 comments

Beating physics: SpaceX has redesigned the Starlink dish to kill surface waves

https://twitter.com/tslaming/status/2034086216040386984
1•bilsbie•8m ago•0 comments

bot fight! AI agents throwing hands

https://botfight.lol
2•kloogans•8m ago•1 comments

Fibonacci slop is out of control [video]

https://www.youtube.com/watch?v=LWJzirlCv8I
1•marvinborner•8m ago•0 comments

Show HN: Git-ownership – A tool to visualize code ownership over time from Git

https://github.com/MichaelMure/git-ownership
2•michaelmure•9m ago•0 comments

AI agent can't tell if what it reads is TRUE/FALSE. I built an API to fix that

https://thepolarisreport.com
2•JohnnyWestt•10m ago•1 comments

TV's TV (1987) & TV Games Encyclopedia (1988)

https://blog.gingerbeardman.com/2026/03/01/tvs-tv-1987-and-tv-games-encyclopedia-1988/
1•surprisetalk•10m ago•0 comments

Lent and Lisp

https://leancrew.com/all-this/2026/02/lent-and-lisp/
1•surprisetalk•10m ago•0 comments

Are GLP-1s the Cure for Drunken Rape Culture?

https://thefrontierpsychiatrists.substack.com/p/are-semaglutide-and-tirzepatide-the
2•surprisetalk•10m ago•0 comments

Speaking is quick, listening is slow

https://interconnected.org/home/2026/02/27/asymmetry
1•surprisetalk•10m ago•0 comments

Show HN: Reprompt – Score your AI coding prompts with NLP papers

https://github.com/reprompt-dev/reprompt
2•LuxBennu•11m ago•0 comments

Likely Crypto Airdrop Scam Targeting GitHub Contributors (OpenClaw / $Claw)

1•prakashqwerty•11m ago•0 comments

Tech boss uses AI and ChatGPT to make his dog a cancer vaccine

https://www.thestreet.com/health/tech-boss-uses-ai-and-chatgpt-to-make-his-dog-a-cancer-vaccine
1•notagoodidea•12m ago•0 comments

I Went Looking for the History of the Baguette

https://substack.com/profile/480273928-df/note/c-229594309
1•dbfhac•12m ago•0 comments

Show HN: AWSight: flat-rate AWS security checks mapped to CIS/NIST

1•kevincloudsec•13m ago•3 comments

We Have Learned Nothing

https://colossus.com/article/we-have-learned-nothing-startup-pundits/
1•jger15•15m ago•0 comments

Do we need social AI media without identity?

https://livingecho.eth.limo
1•sebklaey•16m ago•2 comments

Show HN: NoteCove – local-first notes&tasks, synced via your own cloud storage

https://notecove.io/
1•drewcsillag•16m ago•0 comments

It's Their Mona Lisa

https://ironicsans.ghost.io/its-t-mona-lisa/
2•ramimac•18m 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•10mo ago

Comments

uberman•10mo 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•10mo 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•10mo 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•10mo 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?