TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Drafting AI – Human-in-the-loop AI automation for ops teams' email

29 点作者 jpochtar6 个月前
Hi HN, I&#x27;m Jared from Drafting AI (<a href="https:&#x2F;&#x2F;getdrafting.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getdrafting.com&#x2F;</a>). We&#x27;re a Chrome extension that helps operations and customer support teams work through their inboxes more efficiently. Here&#x27;s a quick demo video: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PCDqAMaYx2Q" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=PCDqAMaYx2Q</a><p>We believe AI can be deployed more widely when you mitigate hallucinations through human-in-the-loop review. This led to two decisions:<p>1. A Chrome Extension is ideal for presenting actions in third-party apps for human review. When AI suggests issuing a refund via Shopify, what better way to show it than through Shopify&#x27;s own refund interface?<p>2. AI should &quot;draft&quot; responses but not submit them. For instance, it’ll open Shopify admin and fill in refund details, but won&#x27;t click &quot;submit.&quot; This gives the user full control to approve, modify, or discard the AI&#x27;s suggestions.<p>We believe this &quot;drafting&quot; UX of pre-filling form fields will become standard for AI. It feels like GitHub Copilot&#x27;s autocomplete UX, but for forms.<p>You can add Drafting (<a href="https:&#x2F;&#x2F;getdrafting.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getdrafting.com&#x2F;</a>) to your internal tools today to speed up email-based workflows. It&#x27;s perfect for any process that follows the pattern of: 1) read email, 2) use internal tool to handle it, 3) reply to email.<p>For an example, consider a customer support rep for an e-commerce. A customer emails about poor product quality. The CS team has configured Drafting AI to process refunds through Shopify for serious quality complaints. The rep opens the email in Gmail or Front and clicks the Drafting AI button. A window appears with Shopify&#x27;s refund form already filled out, plus a reply draft ready in their email. After reviewing both, they approve and send.<p>We’ve seen that without Drafting AI, a rep can spend 5 minutes just writing the reply email; half their time on a 10 minute ticket. With Drafting AI, reviewing and approving takes seconds.<p>Other use cases include: freight and logistics ops (TMS) coordinating with carriers, travel agents making trip adjustments (GDS), and HR teams processing payroll and benefits requests (HRIS). These and other job roles can sometimes be thought of as using a person as a bridge between email and internal tools.<p>As a Chrome extension, we integrate with all your existing internal tools as long as they’re web-based, whether they’re SaaS (Shopify, Salesforce), nocode&#x2F;lowcode (Retool, Airtable), or custom apps (React, Rails, Django)<p>Try it at <a href="https:&#x2F;&#x2F;getdrafting.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getdrafting.com&#x2F;</a> or reply here with questions! I&#x27;m happy to personally onboard the first 20 teams that reach out.

2 条评论

jpochtar6 个月前
I started thinking about this while leading an internal Ops platform at a previous operations-intensive tech company. As we automated Ops work, I found the bottleneck to shifting left was was defining the processes our Ops team followed. Eng entered late: first, we&#x27;d throw Ops resources at a new challenge; then gradually systematize it; wait for PM attention; document the process; and finally engage engineering. This was necessary since systematized bad processes meant scaled mishandling of issues and engineering rework.<p>Drafting AI offers a different path: teams begin automating processes organically as they discover them, growing toward full automation as understanding deepens. Human review catches edge cases, handles ambiguous situations, and gives an incremental path towards full automation without rework.<p>Hopefully this lets internal tools teams shift automation further left.
parthi6 个月前
I think it&#x27;s right for this to sit at the browser layer to have a human in the loop.