frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gleam v1.15.0 has been published

https://gleam.run/news/upgrading-hex-security/
1•kharec•40s ago•0 comments

VibesSDK: Robust AI Agent SDK for TypeScript and Deno

https://github.com/a7ul/vibes
1•atulanand94•1m ago•1 comments

Olympia becomes first Washington city to pass polyamory protections

https://www.opb.org/article/2026/03/15/olympia-first-washington-city-polyamory-protection/
1•robtherobber•4m ago•0 comments

Video Shows How Globes Were Made by Hand in 1955. End of a 500-Year Tradition

https://www.openculture.com/2026/03/how-globes-were-made-by-hand-in-1955.html
2•speckx•6m ago•0 comments

Liminal Space

https://en.wikipedia.org/wiki/Liminal_space_(aesthetic)
1•tosh•6m ago•0 comments

Free Sora Generator

https://freesoragenerator.com
1•Mehedy2026•7m ago•0 comments

Comprehension Debt – the hidden cost of AI generated code

https://addyosmani.com/blog/comprehension-debt/
1•matthewsinclair•9m ago•0 comments

OjaNeuronLayer – High‑Performance CPU Neural Engine in C++ (AVX‑512) Hi HN

https://github.com/KilianDiama/OjaNeuronLayer_AVX512
1•diamajax•10m ago•0 comments

Ask HN: AI Agents for Economists?

1•fhoner•11m ago•0 comments

Most GitHub Actions OIDC trust policies allow any repo to assume AWS IAM roles

https://haitmg.pl/blog/github-actions-oidc-aws-backdoor/
1•gebalamariusz•12m ago•0 comments

Chargie – Charging Limiter for Laptops

1•kruger81•15m ago•0 comments

OpenClaw Is a Security Nightmare Dressed Up as a Daydream

https://composio.dev/content/openclaw-security-and-vulnerabilities
2•birdculture•16m ago•0 comments

Grace Hopper's Revenge

https://www.thefuriousopposites.com/p/grace-hoppers-revenge
2•ashirviskas•16m ago•1 comments

How Generative AI Is Transforming QA?

1•allenmatthew•18m ago•0 comments

Show HN: OpenCode Ensemble – parallel agent teams for OpenCode (plugin)

https://github.com/hueyexe/opencode-ensemble
1•huey77•20m ago•0 comments

US Covid Test Website Now Redirected to White House Hosted Page

https://www.whitehouse.gov/lab-leak-true-origins-of-covid-19/
1•phantomathkg•21m ago•0 comments

Rails Testing on Autopilot: Building an Agent That Writes What Developers Won't

https://mistral.ai/news/rails-testing-on-autopilot-building-an-agent-that-writes-what-developers-...
1•lis•22m ago•0 comments

Show HN: Market Physics Engine – simulate adoption friction before you build

https://marketphysics.eu/
1•Zologic•25m ago•2 comments

Video Encoding and Decoding with Vulkan Compute Shaders in FFmpeg 8.1

https://www.khronos.org/blog/video-encoding-and-decoding-with-vulkan-compute-shaders-in-ffmpeg
2•pandaforce•26m ago•0 comments

Why working in your team might feel like swimming in the glue

https://www.bolshchikov.com/p/the-real-reason-teams-break
1•bolshchikov•29m ago•0 comments

Claude vs. a €12 Bluetooth keyboard on Linux

https://jukkaniiranen.com/2026/03/claude-vs-bluetooth-keyboard-on-linux/
1•jukkan•29m ago•0 comments

Show HN: Jailbreaking an e-reader into a custom weather display

https://simons-blog.vercel.app/blog/kobo-root
1•SimonLeclere•32m ago•0 comments

Ask HN: Quick technical questions about LLMs

1•d--b•33m ago•0 comments

How do frontier AI agents perform in multi-step cyber-attack scenarios?

https://www.aisi.gov.uk/blog/how-do-frontier-ai-agents-perform-in-multi-step-cyber-attack-scenarios
1•lebovic•34m ago•0 comments

Anatomy of a War Premium: How Prediction Markets Are Pricing Oil

https://predictmarketcap.com/analysis/iran-oil-war-premium
1•collectedparts•34m ago•0 comments

Can LLMs Hack Enterprise Networks?

https://github.com/andreashappe/cochise
2•runningmike•35m ago•1 comments

Women burned at the stake in modern-day witch trial 'epidemic'

https://www.telegraph.co.uk/global-health/women-and-girls/women-burned-at-the-stake-in-papua-new-...
1•graemep•39m ago•1 comments

Morgan Stanley: Running Flux on 500 clusters with 100k+ containers

https://fluxcd.io/blog/2026/03/stairway-to-gitops-morgan-stanley/
1•stealthybox•40m ago•1 comments

Heavier Proton Discovered at LHC

https://www.theguardian.com/science/2026/mar/17/scientists-discover-heavier-proton-upgraded-detector
1•zabzonk•43m ago•0 comments

Switzerland built a secure alternative to BGP: SCION

https://www.theregister.com/2026/03/17/switzerland_bgp_alternative/
1•defrost•43m ago•1 comments
Open in hackernews

Ask HN: Is it time for "organic" coding?

3•lexi-k•2h ago
Yesterday at work I was testing my library's changes with my college in their system.

As AI first engineers we just prompted Claude to make progress.

After 2 hours of integration lazyness of letting AI run the tests, make changes and fix bugs I just suddenly decided to make the final changes myself.

You know like move the code, fix the bug, rename the function, run formatter, but even write the commit message and push upstream.

Then I looked at my college funny and said - you will love my last change, it will finally work as it's an organic commit. And this got me thinking.

Is it already time for the term "organic" to be used in coding?

Comments

kathir05•2h ago
If you know how to code a particular fix, be an Engineer first, AI assisted. If you have no idea about codebase and less confidence, then become AI first engineer
codingdave•2h ago
Disagree on the second sentence - that attitude is how I'm seeing production systems break all over the place these days. "I don't know, so the AI output must be correct."
kathir05•6m ago
hymm. interesting perspective. curious to know where you see AI will fit in in our coding task?
Lazy_Player82•2h ago
If our "organic" codes are valuable than Agent's, and there is someone who demands organic, I could say yes.
GeoSys•2h ago
I prefer artisan coding :)
kathir05•5m ago
This is new term for me but I love it
a1exnd3r•13m ago
AI can catch some failure modes, especially common ones, but it doesn’t really have the context of how your system behaves in production — traffic, retries, data size, edge cases, etc.

That’s usually where things break.

So the real difference isn’t organic vs AI, it’s whether someone understands the system they’re shipping into.