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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
雷峰网
雷峰网
博客园 - 叶小钗
V
V2EX
博客园 - Franky
博客园_首页
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
S
SegmentFault 最新的问题
B
Blog RSS Feed
博客园 - 【当耐特】
D
Docker
N
Netflix TechBlog - Medium

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: Ensure actionable Google Forms responses using a...
komlan · 2026-06-16 · via HN's home page

Hi HN!

Collecting form responses is one thing, but once you try to use them, a lot of them turn out to be unusable. Some are missing critical information or answering the wrong question (think but report with no steps to reproduce, support queries suffering from the XY problem [1], etc.). Classic required fields and regex validation help with syntax, but they can't tell you whether the answer actually makes sense for what you need to do with them.

I built a Google Forms add-on that lets you describe what a good answer looks like in plain text ("should say what they were doing when the issue happened", "should explain what they tried before reaching out", "should be specific, not just say it doesn't work") and then automatically emails gentle feedback to each respondent after they submit, with a submission update button. If the next submission still falls short, they hear from it again. It stops when you say it's good enough, or when you turn it off.

Of course, this doesn't prevent computer-generated SPAM, if the spammers learn to automatically send actionable and clear responses, but see [2].

A couple surprising things:

- Responders are more willing to update their submissions than you'd expect, as long as the feedback is tailored and specific, which this helps with.

- Some people engage with AI feedback more readily than with human comments. Maybe because it doesn't feel personal?

- Writing the feedback instructions in the setup wizard is useful by itself. You frequently realize that you were asking the wrong questions on the form, and didn't make yourself clear enough.

The AI writes the email based on your instructions. You can calibrate on a few test submissions to make sure you're not being too lax or too annoying. You can bring your own Gemini key, but it is not required. It hooks into the Forms submit trigger and sends email through the Gmail service by default. It's available on the add-on directory [3].

[1] https://xyproblem.info/ [2] https://xkcd.com/810/ [3] https://workspace.google.com/marketplace/app/ai_response_fee...