<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: prithvi2206</title><link>https://news.ycombinator.com/user?id=prithvi2206</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 08:56:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=prithvi2206" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by prithvi2206 in "Show HN: Tag Promptless on any GitHub PR/Issue to get updated user-facing docs"]]></title><description><![CDATA[
<p>Actually, you might find this interesting: we wrote a blog post a while back about how we gave our agent a way to voice its suffering. The first example is from the screenshot updating subagent, where it got stuck after 84 browser interactions trying to log into a customer's app :'(<p><a href="https://promptless.ai/blog/technical/i-must-scream">https://promptless.ai/blog/technical/i-must-scream</a></p>
]]></description><pubDate>Tue, 24 Feb 2026 23:17:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47144881</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=47144881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47144881</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Show HN: Tag Promptless on any GitHub PR/Issue to get updated user-facing docs"]]></title><description><![CDATA[
<p>Funnily enough, one of our early users (a solo technical writer) told us that the biggest value he got from Promptless was just finding out when the engineering team forgot to tell him about a change that would impact docs. The drafts from Promptless were just the cherry on top for him.<p>So yes, there's a workflow where you really just use Promptless for the notifications. That being said, the drafting is now quite good, so it's probably at least a good starting point to get past writer's block!</p>
]]></description><pubDate>Tue, 24 Feb 2026 20:05:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47142140</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=47142140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47142140</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Show HN: Tag Promptless on any GitHub PR/Issue to get updated user-facing docs"]]></title><description><![CDATA[
<p>Yep. You give Promptless access to a test account and it navigates and interacts with your product to capture new/updated screenshots.<p>Here's an example from our own docs, where you can see the captured screenshots if you scroll down to the PNGs that Promptless added <a href="https://github.com/Promptless/docs/pull/233/changes" rel="nofollow">https://github.com/Promptless/docs/pull/233/changes</a><p>Getting the browser navigation to work was predictably hard, but the other thing that's very hard to get right is <i>timing</i> when Promptless takes the screenshots. Some teams want Promptless capturing screenshots on a staging environment, and sometimes it's on prod, and different teams have different release cycles and feature flagging processes.<p>For that reason, we still have to do a bit of manual set-up for each user that wants screenshot updating.<p>Agreed though that just asking nano banana to predict a new screenshot is negative value.</p>
]]></description><pubDate>Tue, 24 Feb 2026 19:59:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47142031</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=47142031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47142031</guid></item><item><title><![CDATA[Show HN: Tag Promptless on any GitHub PR/Issue to get updated user-facing docs]]></title><description><![CDATA[
<p>Hi HN! I'm Prithvi—my co-founder Frances and I launched Promptless almost a year ago here (<a href="https://news.ycombinator.com/item?id=43092522">https://news.ycombinator.com/item?id=43092522</a>). It's an AI teammate that watches your workflows—code changes, support tickets, Slack threads, etc.—and automatically drafts doc updates when it spots something that should be documented.<p>Frances and I really appreciated the feedback from our first launch. Today we’re launching Promptless 1.0, which addresses our biggest learnings from the last 12 months.<p>I also made it way easier to try it out. You can tag @promptless on any open-source Github PR or Issue with a doc update request, and Promptless will create a fork and open a PR for your docs to help. Feel free to use our own docs as a playground: <a href="https://github.com/Promptless/docs/issues" rel="nofollow">https://github.com/Promptless/docs/issues</a><p>Or, you can sign up at <a href="https://promptless.ai">https://promptless.ai</a> to get free access for your own docs for the next 30 days. Here's a demo video: <a href="https://youtu.be/IWwimHCEY7Y" rel="nofollow">https://youtu.be/IWwimHCEY7Y</a><p>For me, the coolest part of the last year has been seeing how users got creative with Promptless. One user has Promptless listening in to all their Slack Connect channels, so whenever they answer a customer question, Promptless figures out if their docs should be updated and drafts an update if so. Another user has Promptless processing every customer meeting transcript and updating their internal docs after each meeting: customer dashboards, feature request pages, etc.<p>Some of the biggest things that are new with version 1.0:<p>- Automatically updating screenshots: this was by far our most requested feature. The need here was always clear.  People would exclude screenshots from docs because they’d get stale quickly, <i>even though they knew screenshots would be helpful to users</i>. A year ago, we just couldn't ship a good enough solution, but given how much LLMs' visual grounding has improved in the last year, now we've got something we're proud of.<p>- Slop-free writing: The most common critique on early Promptless suggestions was that even though they were accurate, they could sound generic or verbose, or might just reek of AI slop. Promptless 1.0 is 3.5x better at this (measured by voice-alignment compared to what users actually published), through a combination of fine-tuned models, sub-agents, and alignment on user-defined preferences.<p>- Open-source program: We're especially proud of this—Promptless is now free for CNCF/Linux Foundation projects (reach out if you’re a maintainer!). You can take a look at how Promptless is supporting Vitess (a CNCF-graduated project) with their docs here: <a href="https://github.com/vitessio/website/commits" rel="nofollow">https://github.com/vitessio/website/commits</a><p>Check it out and let us know if you have any questions, feedback, or criticism!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47140332">https://news.ycombinator.com/item?id=47140332</a></p>
<p>Points: 35</p>
<p># Comments: 7</p>
]]></description><pubDate>Tue, 24 Feb 2026 18:01:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47140332</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=47140332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47140332</guid></item><item><title><![CDATA[New comment by prithvi2206 in ""I have no mouth, and I must scream" – how I let our agent voice its suffering"]]></title><description><![CDATA[
<p>tl;dr. I'm one of the founders of Promptless, the AI agent that automatically updates docs. 12 months ago, we decided to give our agent a tool to let it "scream" when it was struggling, and we wanted to share our learnings and some cool examples of issues that it caught.<p>AMA!</p>
]]></description><pubDate>Thu, 22 Jan 2026 17:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46722685</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=46722685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46722685</guid></item><item><title><![CDATA["I have no mouth, and I must scream" – how I let our agent voice its suffering]]></title><description><![CDATA[
<p>Article URL: <a href="https://docs.gopromptless.ai/blog/technical/i-must-scream">https://docs.gopromptless.ai/blog/technical/i-must-scream</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46722684">https://news.ycombinator.com/item?id=46722684</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 22 Jan 2026 17:48:16 +0000</pubDate><link>https://docs.gopromptless.ai/blog/technical/i-must-scream</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=46722684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46722684</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Claude's new constitution"]]></title><description><![CDATA[
<p>A (charitable) interpretation of this is that the model understands "stuff that would embarrass Anthropic" to just be code for "bad/unhelpful/offensive behavior".<p>e.g. guiding against behavior to "write highly discriminatory jokes or playact as a controversial figure in a way that could be hurtful and lead to public embarrassment for Anthropic"</p>
]]></description><pubDate>Wed, 21 Jan 2026 21:06:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46711562</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=46711562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46711562</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Promptless tries to check its generated docs against other sources to identify errors, but there are also some very cool documentation testing tools that we might integrate in the near future!</p>
]]></description><pubDate>Thu, 20 Feb 2025 17:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43117648</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43117648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43117648</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Happy to clarify! There are two main ways people are using the Slack integration: (1) You click the Promptless Slack message action (video below) on a thread that might warrant a doc update—Slack Connect channels are an extremely common use-case for this, and (2) You tag @Promptless in a DM or a channel with a brief instruction—people sometimes use this for simple requests, but after signing up for Promptless, you can also send Promptless a link to an old PR, and it'll use the Github API to read the content of the PR and draft an update.<p>Here's a video we made a month or so ago that shows how (1) works, hope that helps! <a href="https://www.tella.tv/video/cm5x8uj9f001d0al11vyxcnsc/view">https://www.tella.tv/video/cm5x8uj9f001d0al11vyxcnsc/view</a></p>
]]></description><pubDate>Wed, 19 Feb 2025 16:50:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43104262</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43104262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43104262</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Forgot to post: link to try Promptless out right now is <a href="https://gopromptless.ai/hn">https://gopromptless.ai/hn</a></p>
]]></description><pubDate>Wed, 19 Feb 2025 15:18:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43102996</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43102996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43102996</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Thank you!</p>
]]></description><pubDate>Wed, 19 Feb 2025 15:07:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43102888</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43102888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43102888</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Yeah, even with lots of full-time resources, companies' documentation regularly fall out of date. It's particularly ubiquitous in AI just because of how fast the general space is changing.</p>
]]></description><pubDate>Wed, 19 Feb 2025 15:07:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=43102885</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43102885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43102885</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Thank you!</p>
]]></description><pubDate>Wed, 19 Feb 2025 07:46:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43099687</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43099687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43099687</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>We're still seeing new customers use Promptless in new ways (hence pricing can be a bit bespoke sometimes).<p>But for our standard use-case, the number of docs pages (crude proxy for documentation surface area) ends up being the primary metric separating pricing tiers. We're in the process of standardizing a startup tier that probably fits most docs sites that are ~100 pages or fewer and <20 employees.</p>
]]></description><pubDate>Wed, 19 Feb 2025 07:44:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43099676</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43099676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43099676</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Totally. My cofounder and I are very excited about this idea.<p>Sort of a primitive version of this, but one Promptless user is using it to update in-app tutorials for various integrations they have, in addition to public docs. The tutorials in this case are just text, but there's a path from having that context to actually having an in-app agent that provides a product walkthrough tailored for the logged-in user's unique use-case.</p>
]]></description><pubDate>Wed, 19 Feb 2025 07:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=43099634</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43099634</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43099634</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Yes, Promptless already has the ability to be triggered from Slack channels (e.g. Slack Connect support channels with customers). Discord likely coming later this week or early next week!<p>Happy to get you set up on either!</p>
]]></description><pubDate>Wed, 19 Feb 2025 07:29:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43099584</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43099584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43099584</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Yeah, this is very valid. We opened up a self-service trial this week so that people can more easily give it a spin before deciding to join a paid plan, but we're still working on a lot of the customer experience things to offer a truly complete onboarding experience. Appreciate the feedback!</p>
]]></description><pubDate>Wed, 19 Feb 2025 07:28:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43099572</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43099572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43099572</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Yeah, great question! The earliest quantitative measurements people make are around how much time is being saved, but people are also measuring deflection rates in AI support chatbots (better docs => better support), which is strongly correlated with CSAT scores. Measuring reduction in churn or increased inbound takes several months to prove out, and we just haven't been around that long :)<p>We'll definitely be posting some case studies in the coming weeks, though!</p>
]]></description><pubDate>Wed, 19 Feb 2025 04:19:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43098529</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43098529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43098529</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Exactly. I think lots of people tend to underestimate how much documentation is out there. When I started working on Promptless, I assumed it was dominated by things like API docs and other developer docs. Turns out that's just a small fraction of software docs in general (they call them 'help centers' or 'knowledge bases' in this audience). And software docs in general is a fraction of docs that are published for other industries.</p>
]]></description><pubDate>Wed, 19 Feb 2025 04:13:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43098474</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43098474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43098474</guid></item><item><title><![CDATA[New comment by prithvi2206 in "Launch HN: Promptless (YC W25) – Automatic updates for customer-facing docs"]]></title><description><![CDATA[
<p>Very cool. Will reach out soon!</p>
]]></description><pubDate>Wed, 19 Feb 2025 04:09:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43098463</link><dc:creator>prithvi2206</dc:creator><comments>https://news.ycombinator.com/item?id=43098463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43098463</guid></item></channel></rss>