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

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
B
Blog
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
D
DataBreaches.Net
B
Blog RSS Feed
小众软件
小众软件
人人都是产品经理
人人都是产品经理
I
InfoQ
P
Proofpoint News Feed
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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...