Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Code reads AGENTS.md only when telemetry is on(szypowi.cz)
    127comments
  2. I Don't Want the Details(michaelheap.com)
    63comments
  3. Stripe built its internal AI platform(stripe.dev)
    7comments
  4. Jev in 25 Lines of Python(nobodywho.ai)
    132comments
  5. Z80 REPL(abagames.github.io)
    10comments
  6. GPT-6 Sol and Luna(openai.com)
    793comments
  7. OpenAI is enlisting an influencer army to make it look 'good for the world'(businessinsider.com)
    130comments
  8. Claude Opus 5.5(anthropic.com)
    1014comments
  9. Jev in practice: typed decisions, scoped authority(tenuo.ai)
    2comments
  10. The GitHub wiki is an anti-pattern(michaelheap.com)
    46comments
  11. Tokens Too Cheap to Meter(jyn.dev)
    34comments
  12. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  13. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    2comments
  14. Samsung accidentally freezes its smart fridges with a software update(androidauthority.com)
    107comments
  15. Two Git ignore files nobody told me about(dinculescu.dev)
    26comments
  16. The Price of Intelligence Is Falling Rapidly(marginalrevolution.com)
    22comments
  17. Transit rewards(waymo.com)
    247comments
  18. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    411comments
  19. Comma's hands-off driving tech under investigation after 2 fatal crashes(techcrunch.com)
    10comments
  20. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    221comments
  21. Montreal adopts bylaw banning insults against police, municipal employees(cbc.ca)
    6comments
  22. Show HN: Ive Sent It – online courier for files, with signed proof of delivery(ivesentit.com)
    12comments
  23. What California is learning from solar panels built over irrigation canals(kqed.org)
    529comments
  24. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    61comments
  25. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    167comments
  26. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    519comments
  27. SAML: A fractal of bad design(trailofbits.com)
    153comments
  28. Data-only attacks are easier than you think (2024)(usenix.org)
    31comments
  29. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    112comments
  30. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    396comments

What AI-Native Looks Like

14 pointsby 1h agofagnerbrack.com
14 comments
1h agoHN ↗

Seems more like AI-in-the-loop more than AI-native.

I feel like this post didn't teach me anything I didn't already know or have an intuition about.

1h agoHN ↗

I think that’s because across experience levels there really isn’t much to teach regarding “how to use AI”.

The only grind is still just do you know the subject matter, tools and frameworks, etc. because that’s the knowledge that lets you look at the output and say “this is fine” or “this is absolutely the worst implementation I’ve ever seen try again but do X”.

In my experience adding on multiple layers of controls etc aside from basic skills is essentially as useful as a ring of salt and a live offering.

1h agoHN ↗

My workflow these days is basically ultracode + PRs. I do control the features that go but barely need to check the code due to the amount of checks: lint, TS, Local AI visual Model for visual check for screen frame comparison (Mac M5 48GB mem), Pixel/Screenshot regression test for basic UI, code coverage/c8 to avoid trash code without tests, etc. etc.

Essentially the tests are just for the AI to remember what they did (as in the description + break if they change smth unintentionally).

1h agoHN ↗

Ai native is only a term for the present moment. There is still skill in using ai. We are fast approaching where you ask the ai, and it does the task, there is no wrangling it

1h agoHN ↗

So what does it look like? This is a load of booster talk tuned to reel in the devs who appreciate *****.

1h agoHN ↗

I'm starting to notice AI power users communicating in a shorthand tech-speak I find unintelligible. I genuinely cannot follow the individual points in this article or what the overall arc is.

Is this something that was already part of web dev or is it new?

53m agoHN ↗

I didn't find her article hard to understand. Maybe you have a reading comprehension issue?

53m agoHN ↗

It's not the users doing the communication, it's their AIs.

And you, as a human, were not meant to read it - you're supposed to instead feed it back into your own AI agent and have it create a groundbreaking new AI startup based on it. Give it your Cloudflare credentials, sit back, sip a latte, and within an hour or two you'll have a beautiful, fully functional website, complete with fancy fonts, 30 different "No X. No Y. Just Z" taglines, and a $20 monthly subscription, ready to show off to investors. You'll be a highly successful entrepreneur by the end of the week.

17m agoHN ↗

Doing drugs sounds both more rewarding and productive.

1h agoHN ↗

Looking for a job? This sounds like personal marketing speech rather than a blog worth reading, no new insights no nothing

1h agoHN ↗

no shit, it's some medium backed shit website.

Wish i could filter ALL of these, not just those with the medium website

1h agoHN ↗

Getting a 502 error. I had to come to the comments to check whether that was the joke.

47m agoHN ↗

13,000 tests. That tells you everything you need to know. It doesn't matter how experienced you say you are, if AI is doing all the work including writing and running tests because I know no human is actually reviewing these. I've recently found tests written by Fable that don't actually do anything in a very large codebase. My point is not to advocate for doing any of this manually, but to highlight one of the problems brought about by pumping out so much code.

I hate to sound cynical, but I don't know if bragging about being AI-native is something any of us should be doing. We're really just pulling a lever on a slot machine and crossing our fingers.