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

推荐订阅源

美团技术团队
N
Netflix TechBlog - Medium
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
V
Visual Studio Blog
H
Help Net Security
Engineering at Meta
Engineering at Meta
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
博客园 - 【当耐特】
B
Blog
Stack Overflow Blog
Stack Overflow Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
博客园 - 司徒正美
博客园 - 叶小钗
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
7 AI-Assisted Engineering Habits Worth Stealing (Week 2 R...
talvardi7 · 2026-05-22 · via Hacker News - Newest: "AI"

It's been a dense week. Between working through a gnarly debugging spiral and rethinking how we run sprint planning, a few patterns kept surfacing — things that actually moved the needle versus things that just felt productive. Here's what landed.


1. Give AI the error and the context, not just the stack trace.
A stack trace alone gets you generic answers. Paste in the surrounding code, your assumptions, and what you already tried. The output quality jumps immediately.

2. Treat your AI prompt like a ticket, not a search query.
Vague input → vague output. Write it like you'd write a Jira ticket: background, constraints, acceptance criteria. It takes 30 extra seconds and saves 10 minutes of back-and-forth.

3. Use AI to stress-test your own thinking before you ship.
Before opening a PR, ask: "What are the three most likely failure modes in this code?" You'll catch things code review misses because reviewers assume you already thought about them.

4. Sprint planning works better when AI does the first draft.
Instead of opening a blank Confluence doc and staring at it, dump your ticket titles and goals into a prompt and let AI scaffold the plan. You edit down, not up. Way faster.

5. Ask for the boring version first.
When generating boilerplate, tests, or docs — ask for the most conventional, straightforward approach. You can always push for creative solutions once the baseline exists.

6. One prompt per problem. Don't chain requests in the same message.
Mixing "refactor this" with "add tests" with "update the docs" in one prompt splits attention and degrades output. One job, one prompt.

7. Save the prompts that work. Seriously, just save them.
Most engineers run a great prompt once and never use it again. A plain text file, a Notion page, anything — it compounds fast.


The debugging and sprint planning themes from earlier this week both trace back to the same root: AI is only as useful as the structure you bring to it. Garbage in, garbage out still applies — it's just faster now.


The full set of patterns I've been building on is in The AI Leverage Playbook: 50 Prompts & Workflows for Engineers — 50 prompts across code review, debugging, refactoring, sprint planning, ADRs, and test design. $19 at https://gumroad.com/l/nhltvo?utm_source=devto&utm_medium=article&utm_campaign=roundup_w2. Stop reinventing the prompt every time.