惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
L
LangChain Blog
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
Hugging Face - Blog
Hugging Face - Blog
G
Google Developers Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
Ask HN: How is all new software not broken?
zwilderrr · 2026-05-26 · via Hacker News: Ask HN

It's uncertain what you are doing wrong.

I work in Big Tech™. I will tell you that they are certainly not lying. Though maybe they are overstating how much velocity they've gotten. Or at least generously attributing llms to a refinement of their pdlc to maximize the output that llms facilitate.

On hackernews, some people would have you believe that llms are essentially useless, produce only garbage, and literally everyone that says they're productive with them is a liar or has ai psychosis. But it's just simply not the case.

In order to have a serious convo about what you're doing wrong, you'd need to describe your workflow and codebase more.

My experience is that it takes sustained use to build an intuition about how to work with them / maximize the value prop of the llm.

I've also noticed that it really is only an extension of how good of an engineer you are. If you start to step outside of your domain, the llm will amplify that lack of knowledge. If you don't know how to assess and steer the output, then it will produce slop.

My workflow is essentially:

1. apply selective context building. Start the session by pointi g out files and concepts within the codebase that are relevant to the task at hand. 2. At the end of that turn, I'll wrote a file that describes the work that I want accomplished. I'll tell the agent, "read this file, create a plan" 3. Usually the agent will have some questions or miss things so I usually answer the questions in the plan file. I'll revise it myself, and add notes 4. Clear context, execute plan

Afterwards, I encapsulate expected flows into end to end or integration tests that exercise the work. Sometimes the final result needs iterating. I'll also write performance tests or visual regression tests depending on the domain.

There's more, but I'll stop riffing. I've found that the above workflow tremendously improves the speed at which I'm able to iterate and ship.