HN user

yuedongze

344 karma
Posts35
Comments22
View on HN
github.com 13d ago

Show HN: Netstat for TLS Traffic

yuedongze
2pts0
higashi.blog 15d ago

If an AI can do no harm, then it can do no good

yuedongze
2pts0
higashi.blog 2mo ago

The Simplicity Trap: Why AI is making us "simple" in the wrong way

yuedongze
1pts0
cofounder.co 2mo ago

Running a Company with Agents

yuedongze
1pts0
hackernews.higashi.blog 6mo ago

Show HN: This website is hallucinated by AI in real time

yuedongze
1pts1
github.com 6mo ago

Minimal Claude Code in 250 lines

yuedongze
2pts0
vibes.higashi.blog 6mo ago

I vibed yet another mobile staggered grid HN client

yuedongze
1pts1
github.com 6mo ago

Show HN: Forwarding cloud credentials to remote machines in SSH-agent style

yuedongze
2pts1
github.com 6mo ago

Contract-first AI code generation in Go

yuedongze
2pts0
vibes.higashi.blog 7mo ago

Show HN: I built the fastest AI app builder that I can find

yuedongze
1pts4
higashi.blog 7mo ago

AI should only run as fast as we can catch up

yuedongze
198pts182
sillysfbillboards.com 10mo ago

Show HN: Silly SF Tech Billboards

yuedongze
10pts1
eprint.iacr.org 1y ago

Constant-Time Code: The Pessimist Case [pdf]

yuedongze
92pts66
thenewstack.io 1y ago

The Feds Push for WebAssembly Security over eBPF

yuedongze
4pts0
cryptographycaffe.sandboxaq.com 1y ago

Protecting Signal Keys on Desktop with Yubikeys

yuedongze
3pts0
news.ycombinator.com 1y ago

Show HN: Coffee Beans Tracker with OCR Inventory Management on GPT

yuedongze
6pts3
educatedguesswork.org 2y ago

How to manage a quantum computing emergency

yuedongze
4pts0
educatedguesswork.org 2y ago

Design choices for post-quantum TLS

yuedongze
6pts0
bughunters.google.com 2y ago

Google's threat model for post-quantum cryptography

yuedongze
255pts73
fedepaol.github.io 2y ago

eBPF Load Balancing with Katran

yuedongze
2pts0
www.apple.com 2y ago

Apps by Apple

yuedongze
2pts0
csrc.nist.gov 3y ago

New NIST Post-Quantum Digital Signatures

yuedongze
2pts0
chatmedia.io 3y ago

(Interactively) Summarize YouTube videos for you

yuedongze
1pts0
www.wired.com 3y ago

Google Kills Passwords

yuedongze
3pts0
www.techtarget.com 3y ago

Is sidecar-less eBPF service mesh secure?

yuedongze
1pts0
www.youtube.com 3y ago

Envoy: The Proxy for the Future

yuedongze
2pts1
isovalent.com 3y ago

Cilium Mesh – One Mesh to Connect Them All

yuedongze
31pts4
eprint.iacr.org 3y ago

Batched Merkle tree signatures in TLS

yuedongze
1pts0
cryptocaffe.sandboxaq.com 3y ago

A Gentle Introduction to Number Theoretic Transform

yuedongze
1pts0
cryptocaffe.sandboxaq.com 3y ago

Exploring Kyber in Python – Part I

yuedongze
1pts0

This, and I would even say we are promoting people to be kings and queens. I'm afraid AI will amplify our worst parts because they are ultimately sycophants. I've heard so many things about AI enabling a single person to run a billion dollar business. But I believe without the right mindset/discipline, a person cannot go too far with any technology.

AI doesn't automatically make us better human beings, but they only expose our worst parts. Most people are not born great leaders and managers (need rigorous training and experience), and empowering them with AI kind of pushes them into a spot where they suddenly need to "lead". To fight brainrot from AI overuse, we must try harder to maintain that developer's priority list.

Ultimately, I'd like to go for the experience of - if I want an app, instead of downloading an existing one, I just go there and vibe one, and I can use it right away, like perhaps a calculator, a world clock, a note pad, or prototyping an app idea. The page gets torn down right after each use, or you can create a link to make it reusable/sharable for a certain duration.

But it's really about making vibe products disposable and responsive that I think it will make our experiences with AI app builders a lot better.

it's very similar to the verification engineering problem i wrote about on HN last week. AI is as good as we can prove their work is genuine. and we need humans in the loop to fill in the gaps between autonomous systems and ultimately be held accountable by human laws. it's kind of sad but the reality we are facing

because it looks about right to me

this is something one can look in further. it is really probabilistic checkable proofs underneath, and we are naturally looking for places where it needs to look right, and use that as a basis of assuming the work is done right.

It's nice to see a wide array of discussions under this! Glad that I didn't give up on this thought and end up writing it down.

I want to stress that the main point of my article is not really about AI coding, it's about letting AI perform any arbitrary tasks reliably. Coding is an interesting one because it seems like it's a place where we can exploit structure and abstraction and approaches (like TDD) to make verification simpler - it's like spot-checking in places with a very low soundness error.

I'm encouraging people to look for tasks other than coding to see if we can find similar patterns. The more we can find these cost asymmetry (easier to verify than doing), the more we can harness AI's real potential.

im hoping this can introduce a framework to help people visualize the problem and figure out a way to close that gap. image generation is something every one can verify, but code generation is perhaps not. but if we can make verifying code as effortless as verifying images (not saying it's possible), then our productivity can enter the next level...

oh interesting thoughts! let me digest and get back to you. overall i just defined a read API description that is "read content from this gist file by calling this API, it returns content of a text file, formatted as CSV, with first row defining the columns" and a write API description that is similar.

I develop on a paid plan GPT-4o (it allows me creating custom GPTs), but users can be on free tier GPT-4o to use it (although it limits image uploads to a handful per day). free tier github as always.

One thing I value the most is the combination of markdown and latex support, plus mermaid diagrams. It’s very hard to find something that works super well on everything. Right now a customized Hugo with KaTeX is the best solution, but I’m still sad I cannot use MathJAX :((