frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Grant Writers, Worth It?

2•Fundnai•15m ago•1 comments

How did you fund your startup without VC?

5•Fundnai•28m ago•1 comments

Ask HN: Which one do you use for planning and coding between sonnet and Opus?

3•neverenderr•6h ago•5 comments

Tell HN: Airbnb updated "necessary" cookies aren't

5•janalsncm•10h ago•0 comments

Is Cloudflare classifying opencode.ai as malware?

3•_raz•7h ago•4 comments

SFR (French Internet provider) is blocking opencode.ai

5•krikou•8h ago•4 comments

Ask HN: Mass Loss in Black Hole Merger? How Does That Work?

5•AnimalMuppet•2h ago•2 comments

Robotics development made dead simple (open source)

22•Ekami•4d ago•7 comments

YC startup offers interviews to people who get their name permanently tattooed

13•codexon•19h ago•9 comments

Ask HN: Should authors disclose if they are paid to write a blog post?

2•wseqyrku•9h ago•2 comments

Ask HN: Is everybody's Claude weekly quota reset time the same?

6•0gs•17h ago•6 comments

Belkin killed my smart switch. I got it working again without their app

13•gaborme•1d ago•1 comments

Do newer coding models end up training on the AI slop generated by older models?

7•tbharath•14h ago•9 comments

Ask HN: Which Jabber clients support SCRAM+ and XEP-0474?

4•Bender•18h ago•0 comments

Ask HN: Is Reddit trying to kill old Reddit?

12•lostaccount•12h ago•10 comments

For the cheap price of a permanent tatto, get access to job interview

16•NoRagrets•15h ago•15 comments

Ask HN: Crooked Timber showed showed me a virus captcha, What now?

43•Jgoauh•2d ago•47 comments

Ask HN: Anyone else tired of brands discontinuing your favorite everyday items?

48•GreenPencil7•1d ago•47 comments

How to get more coding productivity with LLMs

6•DaveParkCity•16h ago•1 comments

Ask HN: How are you handling production risks from AI generated code?

4•varda_62892•6h ago•5 comments

Ask HN: What do you use for privacy focused analytics?

3•garyhbutton•18h ago•8 comments

Ask HN: Stop Looking at Code?

3•grandimam•18h ago•9 comments

Tell HN: Our paid Claude AI subscription unavailable >1 week and no support

45•KellyCriterion•2d ago•22 comments

Ask HN: Looking for testers for my RAM-based Linux distribution

3•sumtas•18h ago•0 comments

You've reached the end!

Open in hackernews

Ask HN: How are you handling production risks from AI generated code?

4•varda_62892•6h ago

Comments

__patchbit__•6h ago
AI says, "A proof is a program that computes the witness."
CapyToolkit•6h ago
If you are unsure about the AI generated code, it's better to not ship a risky product. You can also use 3rd party services for the most vulnerable areas of your product.
waqasai123•6h ago
I think the key is treating AI-generated code like code from a junior developer: review it carefully, test it thoroughly, and never assume it's correct just because it was generated.
jorisboris•2h ago
A couple of things: 1. Direct the AI to look specifically into areas where I have a gut feel things might go wrong 2. An assessment by another model (eg Codex reviews Claude's work) 3. Manual testing
ok1984•1h ago
Read and review it!