frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

What Is AI Data Analyst?

https://mljar.com/blog/what-is-ai-data-analyst/
1•pplonski86•2m ago•0 comments

Comingle: an app founded on the principles of Universal Basic Income

https://www.comingle.us/
2•aziaziazi•3m ago•0 comments

Corporations as Paperclip Maximizers

https://www.lesswrong.com/posts/b8v6AxbNGQvH8nxGC/corporations-as-paperclip-profit-maximizers
1•busssard•4m ago•0 comments

Show HN: Timerge – Smart, effortless break reminder for macOS

https://likang.dev/timerge/
1•kang_li•5m ago•0 comments

Show HN: AidedBio – A Bioprocess Digital Twin Prototype

https://github.com/daniele-casati/AidedBio
1•dcasati•6m ago•0 comments

Atom-thin tech replaces silicon in the first 2D computer

https://www.sciencedaily.com/releases/2025/06/250612031705.htm
1•mtts•8m ago•0 comments

Show HN: Open-source 3B param model better than Mistral OCR

https://nanonets.com/research/nanonets-ocr-s/
3•PixelPanda•11m ago•0 comments

They Asked an A.I. Chatbot Questions. The Answers Sent Them Spiraling

https://www.nytimes.com/2025/06/13/technology/chatgpt-ai-chatbots-conspiracies.html
1•cainxinth•12m ago•0 comments

The world must escape the manufacturing delusion

https://www.economist.com/leaders/2025/06/12/the-world-must-escape-the-manufacturing-delusion
2•bookofjoe•15m ago•1 comments

Audio stream across network to remote Raspberry Pi from Pipewire to PulseAudio

http://serendipity.ruwenzori.net/index.php/2025/06/13/audio-stream-across-network-to-remote-raspberry-pi-from-pipewire-to-pulseaudio
2•liotier•17m ago•0 comments

How was the wheel invented? Computer simulations reveal its unlikely birth

https://theconversation.com/how-was-the-wheel-invented-computer-simulations-reveal-the-unlikely-birth-of-a-world-changing-technology-nearly-6-000-years-ago-244038
1•russfink•17m ago•1 comments

Chicago's Refusal to Deal with Its Nearly Empty Schools

https://www.propublica.org/article/chicago-public-schools-enrollment-costs
1•sea-gold•17m ago•0 comments

Show HN: I tried Xcode 26 AI Coding Assistance on a real iOS app [video]

https://www.youtube.com/watch?v=y5JW2iOUtXY
1•EtishaGarg•19m ago•1 comments

The future of infrastructure is invisible

https://blog.antimetal.com/p/the-future-of-infrastructure-is-invisible
1•sunilkumardash9•20m ago•0 comments

Final Cut Pro plus Golang: Using cutlass with FCPXML Templates [video]

https://www.youtube.com/watch?v=V9r_Ihl0Tyc
1•andrewfromx•25m ago•0 comments

Ask HN: How do you promote your Chrome extensions (on a budget or not)?

1•ForgedLabsJames•26m ago•2 comments

Live log and prosper: Elasticsearch newly specialized logsdb index mode

https://www.elastic.co/search-labs/blog/elasticsearch-logsdb-index-mode
1•geoffbp•29m ago•0 comments

Voronoi, Hashing and OSL

https://aras-p.info/blog/2025/06/13/Voronoi-Hashing-and-OSL/
1•ibobev•30m ago•0 comments

Phoenix contexts are simpler than you think

https://arrowsmithlabs.com/blog/phoenix-contexts-are-simpler-than-you-think
1•amalinovic•32m ago•0 comments

Batch mapper in RailsEventStore – how initial idea evolved into feature

https://blog.arkency.com/batch-mapper-in-railseventstore-how-initial-idea-evolved-into-experimental-feature/
1•unripe_syntax•34m ago•0 comments

Value Sense: Hedge fund-quality analytics platform

https://valuesense.io
1•MatveySecured•35m ago•0 comments

OpenAI Legal Issues: Data Retention After Chat Deletion

https://hackernoon.com/openai-data-retention-court-order-implications-for-everybody
2•Aninay•36m ago•0 comments

Framework Is Showing

https://dbushell.com/2025/06/13/your-framework-is-showing-nextjs-error/
4•ingve•41m ago•0 comments

Learn, build, judge, ship: skills to look for in generalist AI-native hires

https://www.gkogan.co/ai-marketer/
1•gk1•43m ago•0 comments

AI's Metrics Question

https://www.ben-evans.com/benedictevans/2025/6/9/generative-ais-metrics-question
1•kiyanwang•48m ago•0 comments

Software Testing Cost: How to Reduce

https://belitsoft.com/software-testing-services/how-we-use-pareto-principle-and-escape-murphys-law
1•Aninay•50m ago•0 comments

UK dumps £2.5B into fusion pipe dream that's cost millions

https://www.theregister.com/2025/06/13/uk_dumps_25_billion_into/
1•rntn•50m ago•0 comments

Write Your Own Damn Playbook for Developer Marketing

https://ctm.fm/playbook-blog
1•gemanor•51m ago•0 comments

Are Python Dictionaries Ordered Data Structures?

https://www.thepythoncodingstack.com/p/are-python-dictionaries-ordered-data
1•rbanffy•55m ago•0 comments

Supernova Explosions Changed Earth's Climate and Shaped Humanity's History

https://www.universetoday.com/articles/supernova-explosions-changed-earths-climate-and-shaped-humanitys-history
2•rbanffy•56m ago•0 comments
Open in hackernews

AI coding tools are like that helpful but untrustworthy friend, devs say

https://www.theregister.com/2025/06/12/devs_mostly_welcome_ai_coding/
8•cliffly•22h ago

Comments

pmarreck•22h ago
Yep. Moments of sheer utility mixed with moments of "WTF were you 'thinking', if you can even call it that?'"

I've seen a lot of bad patterns, only some of which might be "trained out" with better training data in the future, and a lot of them revolve around testing:

1) Failure to stick to an existing valid test suite as a source of truth

2) Related: Failing to realize when the test is INvalid or has internally-inconsistent expectations (i.e., when to adjust the test)

3) Failure to run the full test suite right before declaring victory (you'd think it would be embarrassed... but it can't be embarrassed...)

4) Manually testing things instead of adding them to the test suite as test cases (which is almost always warranted)

5) When unable to solve something in a reasonable number of iterations, forcing the code to output what the test expects ("hardcoding the answer") instead of asking for help, then declaring partial victory (this one offended me the most, somehow, to the point that I was fascinated by how offended I was, like something I didn't even realize was sacred got violated)

6) Not sticking with TDD for more than 1 or 2 cycles before resorting to the above (this one is tragic because it would actually cause it to code better IMHO! Just like it would with the programmers who don't use it, creating the data it's training on! sigh)

7) not adhering to emphasized instructions (there's no way to "exclamation-point" certain directives without simply repeating them and/or using all-caps or threats etc... which is silly)

8) Writing a bunch of one-off test scripts/test data, and then not cleaning up after itself or merging those into the main test suite (if warranted)... It has ZERO sense of a "clean project directory" and that means I have to spend additional cycles of MY time either instructing it what to clean up (and hoping for the best) or manually going through everything it's produced and deciding what to keep or what to toss. Often these were artifacts that were valuable during intermediate steps, but are no longer, at least in a "this PR is wrapped up and ready for prod" sense.

In short, it knows the price of everything, but the value of nothing. As Sundar Pichai recently termed it, this is "artificial jagged intelligence (AJI)"

[shameless self-promo: I'm currently looking for interesting work, ping me, contact info in profile.]

tyleo•22h ago
I like these tools and use them on a daily basis. That being said, the claimed benefits to productivity are way overblown. I find some folks wanting to cram them into every step of the dev process like they are some panacea.

They are a great boost but I think folks need to fit them in where they help naturally rather than cramming them into every nook and cranny.

bl4ck1e•22h ago
I gave it a red hot try, ended up just turning off all the fancy predictive features, tried agentic mode... wasn't a fan, I still use Copilot occasionally to "rubber duck" ideas, and get some pointers on bugs...

I don't know, I think I'm missing something.

oytis•19h ago
Well, everyone on the internet is 10x productive with these tools, so it must be on you.
matt3D•22h ago
I think we need to start being more nuanced in the way we describe "AI Coding tools".

In the same way Claude Code is a different beast to Cursor, my own process is a different beast to Claude Code and the months I've spent building out a robust pipeline is now paying dividends.

I also think someone at The Register needs to go on a statistics course. Those figures seem to paint the picture that an overwhelming majority of those surveyed have had positive outcomes, which I don't think is represented by the slightly snarky headline.

JohnFen•19h ago
Snark is what The Register does, and does well.

That said, their headline does say that devs find the tools helpful, so I don't think they're misrepresenting anything.