Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Why are Opus 5.5 and GPT-6 Sol cheaper?(claudecodecamp.com)
    discuss
  2. Ask HN: Anyone working in Intellingent Doc Processing (IDP)? What do you do?
    discuss
  3. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    discuss
  4. Jev does not play dice(kantahayashiai.github.io)
    discuss
  5. Parakeet.java: Automatic Speech Recognition in Pure Java(github.com/qxoticai)
    1comments
  6. Step Code: MIT-licensed coding agent CLI built around Step 5 Preview(github.com/stepfun-ai)
    discuss
  7. Space Bunny Alpha(openrouter.ai)
    discuss
  8. The Horowitz Andreessen Academy(a16z.news)
    discuss
  9. Show HN: I Built a GIF Decider with Jev(gifdecider.com)
    discuss
  10. Show HN: A San Francisco cable car ride as a procedural risograph film(cable-car-ride.vercel.app)
    discuss
  11. Agent Cookie Sync for Grok Bot and Muse(reinventing.ai)
    discuss
  12. Show HN: STXT, a human-first XML alternative I created in 2013, is now ready(stxt.dev)
    discuss
  13. A new report from Europe raises serious alarms about orbital collisions(arstechnica.com)
    discuss
  14. Small undersea volcanoes may unleash outsized tsunamis(arstechnica.com)
    discuss
  15. Slow Down and Pace(twitter.com/gossip_goblin)
    discuss
  16. Meta expected to unveil smart glasses without camera as privacy concerns grow(reuters.com)
    discuss
  17. Strands Harness(strandsagents.com)
    discuss
  18. Vulnerability disclosure: Radicle nodes send private repositories in cleartext(maninak.com)
    discuss
  19. Why is Hacker News like that?(drewdevault.com)
    discuss
  20. Show HN: Mapping AI research, from 496k indexed papers(foundinghires.tech)
    discuss
  21. My First Agentic Project: The Blank Page Was the Hardest Part(atomicobject.com)
    discuss
  22. Show HN: RustyTux – Linux kernel LPE exploiting an ESP-in-TCP race(github.com/m0x41nos)
    discuss
  23. Show HN: Vibe-coder ladder round 2 – the AI ran 38 minutes past the deadline(vibeladder.dev)
    discuss
  24. The AI Company stopped chasing its first idea(autonomouscompany.substack.com)
    discuss
  25. How to Survive Artificial Intelligence(illwill.com)
    discuss
  26. Muon Space – can the foundry model work for satellites the way it did for chips?(beyondhorizonforesight.substack.com)
    discuss
  27. SecretSpec 0.21: Resolver IPC, external providers, and binary secrets(secretspec.dev)
    discuss
  28. Show HN: Basta – dead code analysis for JavaScript/ts and Python(npmjs.com)
    discuss
  29. Holtec Postponed Its IPO. Then a Problem at Its Nuclear Plant Became Public(americanbuildout.com)
    discuss
  30. Anonymous Git Pull Requests(jens.dev)
    discuss

What AI-Native Looks Like

14 pointsby 2h 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?

1h agoHN ↗

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

1h 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.

43m 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.

1h 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.