• kylegalbraith 4 days ago

    This idea is cool and well-scoped to a specific pain point that can be solved today. This is something that I think we need more of when it comes to YC batches.

    However, you all should publish pricing before launching, and forcing me to book a call with you to use it is a nonstarter for me.

    I don't want to get tied to this tool and then be charged for it in some weird way; give me your v0 pricing so that I can pay for it in a transparent way. As a fellow founder, I think you also know how little time I have for calls to check out demos for tools. So, just let me sign up and give it a spin.

    • prithvi2206 4 days ago

      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!

  • skeeter2020 4 days ago

    >> and since no developer enjoys updating docs

    They may be rare, but this is not universally true! I have a staff developer who creates beautiful documentation, paired with hand drawn (tablet) diagrams. I never miss an opportunity to complement & thank him for his work, he really seems to enjoy it and it goes well with the role's mandate to level-up other developers. If you find a developer (especially a senior+) who likes to create and maintain documentation, treat them like gold!

    • prithvi2206 4 days ago

      Love this! Those people are definite force multipliers, but the fact that they're rare can end up putting a lot of burden on their shoulders. And yes, I definitely overgeneralized—while it's a running joke that developers hate writing docs, definitely not universally true!

    • smashah 5 days ago

      As a solo-maintainer of an open source project who begs the community (to no avail) to submit PRs for the docs from their perspective, this project is definitely something I would use. I will give it a test drive over the next few days. Don't want to sound like a freeloader but are you planning on offering some sort of concessions/discounts for OSS projects? Maybe we can configure it with our own keys to take some cost off of you for our projects?

      • prithvi2206 5 days ago

        Hey! We absolutely love to support open-source projects. Happy to chat with you to make sure that we can work within your budget as a solo maintainer.

      • anonzzzies 5 days ago

        Can it be attached to Discord? One of the most annoying things I find is the loss of precious info in there. Even when channels are not removed or entire servers disappear, the search is so bad that no one (...) bothers and just re-asks.

        • prithvi2206 5 days ago

          Exactly the right use-case. Discord has been requested a couple of times, and is coming soon! Happy to reach out when it's available.

        • bfeynman 4 days ago

          kinda surprising to see basically just LLM wrappers still getting funded/interest. Neat idea obviously and nice to have, but that's sort of it. Fundamentally misses mark on what you can do already without AI (running tests on your actual doc code examples etc), and fact that any of the AI IDEs could turn part of this one with single switch to just append a doc friendly update to a commit. To think that soon we have ai agents reading ai generated docs instead of code to reduce it back down to code...

          • motoxpro 4 days ago

            Ironically, the common (used to be common?) trope about foundation models being picks and shovels and LLM wrappers having no values is probably backwards. ChatGPT is the most valuable AI product and it's just a wrapper around an underlying LLM that is not 10x better than the rest of the models.

            • bfeynman 3 days ago

              I would not define ChatGPT as a wrapper, anything where you are doing actual training/learning and updating weights is by most persons definition, not a wrapper. Just injecting stuff into the context or using RAG is a wrapper because there are no weight updates anywhere.

              • motoxpro an hour ago

                My view is that the model is not the value. GPT-4o is not at the top of most LLM leaderboards, but ChatGPT is at the top of the AI product list.

                So far, there is at most a few months' gap between state-of-the-art and commodity, if for no other reason than that other companies train on the output of the SOTA.

                If I were a VC, I would invest in a wrapper (Cursor, Harvey, this idea, etc.) over a foundation model every day of the week.

          • buss_jan 4 days ago

            Very real problem. We have started to worry about how to maintain the many cookbook samples and tutorials, we wrote/are planning on writing. Going over every user facing artefact after a code change is a non-starter, so you opt for versioning these things as they'll necessary become out of date. Very excited to give this a spin soon.

            • alach11 4 days ago

              Even OpenAI's cookbook is out of date in many places. This is a really difficult and common problem!

              • prithvi2206 4 days ago

                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.

            • iknownthing 5 days ago

              I'm curious, does it get triggered when a PR is opened or when it is merged? Because if it is when it is opened, updates to the PR could still get made which I assume would cause updates to the doc changes. Also, what if 2 PRs are opened at the same time? What if a PR is opened but never merged?

              • prithvi2206 5 days ago

                Great questions! It is possible to get Promptless to run only when PRs are merged, or when commits are made on `main`, but pretty much everyone wants the doc updates to be drafted when PRs are opened, because they'd like to review the doc updates in parallel (i.e. before it's actually released). If two PRs are created at the same time, Promptless will review them separately (and potentially create two docs PRs, if both have customer-facing impact).

                Honestly, some of these workflow points are areas that we're probably going to adjust and add more configuration around. For example, some folks with very high commit velocity are asking for a "daily digest" docs PR from Promptless instead of individual docs PRs.

                • crooked-v 4 days ago

                  Why not have a flow that automatically adds/updates stuff to the PR itself?

                  • prithvi2206 4 days ago

                    If you're asking about when there are new commits on the source code after a PR is opened, yes that's what happens! It just updates the existing docs branch.

                    If you're asking if Promptless should just add doc updates to the same PR as the code PR, that's definitely an option, but people tend to just want them separate both because it fits better with their workflows and it's less contingent on CI/CD processes, if that makes sense.

              • getpost 3 days ago

                How do you know the updated docs are correct? And what about the issue where doc training itself favors content near the beginning of the doc, but the salient facts might be near the end?

                • prithvi2206 3 days ago

                  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!

                • davecyen 4 days ago

                  Very needed! I’ve worked on platform teams and API docs were always rushed last second to push out a release—-but in many ways they are the product.

                  Another pain point was creating guides/examples for integrating 3rd party tools. Could be worth exploring

                  • prithvi2206 4 days ago

                    For sure. It can be challenging to inculcate a culture of treating docs as a product, but since great docs can drive revenue growth and bad docs can increase churn, it's a very important mindset.

                    In terms of creating guides/examples for third-party tools, do you have a particular use-case in mind? e.g. if you're something like Zapier with hundreds of connections?

                    • davecyen 4 days ago

                      Re: 3rd party integrations, think glue code for enterprise platforms (I previously worked on the developer platform at Shopify).

                      For example, a guide to integrate Shopify's Storefront API with Sanity CMS. These are usually a marketing/product thing more than developer docs... and almost always become obsolete after the next release and forgotten about.

                      Would've loved to generate a bunch of these guides and then automatically keep them up-to-date with code examples, and help serve both purposes for growth and developer docs.

                      • prithvi2206 4 days ago

                        Yes, absolutely! Someone mentioned a similar situation where they had 100+ integration-specific landing pages in webflow (mostly for SEO) that became stale within months.

                        Definitely would love to pick your brain more about this if interested. prithvi@gopromptless.ai

                      • linkjuice4all 4 days ago

                        Have any of your customers provided case study information that would imply some reduction in churn or an increase in inbound leads or sales?

                        • prithvi2206 4 days ago

                          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 :)

                          We'll definitely be posting some case studies in the coming weeks, though!

                    • lyime 4 days ago

                      Pricing? Whats bespoke about it? Whats your pricing metric?

                      • prithvi2206 4 days ago

                        We're still seeing new customers use Promptless in new ways (hence pricing can be a bit bespoke sometimes).

                        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.

                      • martypitt 4 days ago

                        Looks great - well done!

                        Can you clarify the slack integration? I see you've mentioned it, but I'm unclear on the workflow.

                        A use-case I've thought about previously is support discussions we have on our slack channel, which indicate that we need to update our docs.

                        Is Promptless able to raise a PR with suggested updates on docs, based on question/answers in our support channels?

                        • prithvi2206 4 days ago

                          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.

                          Here's a video we made a month or so ago that shows how (1) works, hope that helps! https://www.tella.tv/video/cm5x8uj9f001d0al11vyxcnsc/view

                        • chipgap98 5 days ago

                          Congrats on the launch. This looks great. I could see this being useful for internal documentation at larger companies too

                          • prithvi2206 5 days ago

                            Totally, that's part of the plan! Unsurprisingly, people are willing to invest more in customer-facing docs, but we're already some people using Promptless for "internal clients", where you have, say, a platform/data team that's publishing docs for other teams at a larger company.

                          • ngalstyan4 5 days ago

                            This is really cool, congrats on launch!

                            I am curious how you prevent private data from getting leaked to the auto-generated public docs. I imagine this problem does not exist in open source projects, but would become an issue if not everything discussed in company's private messenger should be used as context for generating docs.

                            • prithvi2206 5 days ago

                              Absolutely. There are steps in Promptless's agent flow that are designed to prevent this, but this is why users still review Promptless's suggestions to guides before committing/publishing them. I think people will still want to review Promptless's suggestions for a while, but the granularity of oversight will probably decrease as trust increases.

                            • ozim 4 days ago

                              I would like to have an AI agent in web app that would have source code access and enough knowledge to explain how the app should be used.

                              That could be tied up with product walkthroughs so applications would give you a demo on its own and would be always up to date.

                              • prithvi2206 4 days ago

                                Totally. My cofounder and I are very excited about this idea.

                                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.

                              • aqueueaqueue 5 days ago

                                > no developer enjoys updating docs

                                I must be weird ;)

                                I would be OK with AI doing it as long as it is more like dependabot and asks for a PR like everyone else.

                                Untruths is the biggest issue but then docs mislead anyway due to getting out of date.

                                • prithvi2206 5 days ago

                                  Ha, I might also be weird. But yes it just opens PRs for doc updates, which still need to be reviewed. Maybe eventually people will want Promptless to be committing doc updates directly, but I still think human oversight is important for high-quality docs, both to prevent untruths but also to guide good information architecture.

                                • muratsu 4 days ago

                                  This is cool. I’ve been working on a similar product but with Changelog focus (productsync.io). Happy to chat if interested, you can reach me from murat at productsync.

                                  • prithvi2206 4 days ago

                                    Very cool. Will reach out soon!

                                  • yonom 4 days ago

                                    This is super useful! Have you considered generating docs based on customer support in Slack or Discord conversations?

                                    • prithvi2206 4 days ago

                                      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!

                                      Happy to get you set up on either!

                                    • hahnbee 5 days ago

                                      Congrats on the launch! Would love to chat sometime on getting a Mintlify integration going.

                                      • prithvi2206 5 days ago

                                        Thanks! Some of our early customers use Mintlify (we're big fans), which is an easy integration since there's always a Github sync. Let's chat soon!

                                      • gkoberger 5 days ago

                                        This is awesome! If you email me (greg@readme.io), we should do something together!

                                        • prithvi2206 4 days ago

                                          Will do Greg!

                                        • skylerwiernik 5 days ago

                                          Looks cool! Super minor note -- your footer still says (c) 2024

                                          • prithvi2206 5 days ago

                                            Oops. Fixed. Thank you!

                                          • paulgb 5 days ago

                                            This looks great, can't wait to try it out!

                                            • prithvi2206 5 days ago

                                              Awesome!

                                            • vednig 4 days ago

                                              Congratulations on Launch

                                              • prithvi2206 4 days ago

                                                Thank you!

                                              • bravura 5 days ago

                                                Aside, but what do you recommend for internal docs? Particularly if your internal docs are all Markdown?

                                                • prithvi2206 4 days ago

                                                  Hmm, are you thinking about this in the context of, say, code documentation in Github repos, like README.md files? Or are there types of internal docs that you typically see in markdown?

                                                • nextworddev 5 days ago

                                                  What's the use case?

                                                  • anyekwest 4 days ago

                                                    this is awesome

                                                    • prithvi2206 4 days ago

                                                      Thank you!

                                                    • curtisszmania 4 days ago

                                                      That's a fascinating concept, automatic updates for customer-facing documents.

                                                      * This could revolutionize how we manage information.

                                                      * Think of the time saved, no more manual updates.

                                                      * Customer satisfaction would likely increase.

                                                      * Accuracy in documentation becomes a focus.

                                                      Could this be the end of outdated manuals?

                                                      • prithvi2206 4 days ago

                                                        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.