Posted by rushingcreek 7 hours ago
Launch HN: Phind 3 (YC S22) – Every answer is a mini-app
We are launching Phind 3 (https://www.phind.com), an AI answer engine that instantly builds a complete mini-app to answer and visualize your questions in an interactive way. A Phind mini-app appears as a beautiful, interactive webpage — with images, charts, diagrams, maps, and other widgets. Phind 3 doesn’t just present information more beautifully; interacting with these widgets dynamically updates the content on the page and enables new functionality that wasn’t possible before.
For example, asking Phind for “options for a one-bedroom apartment in the Lower East Side” (https://www.phind.com/search/find-me-options-for-a-72e019ce-...) gives an interactive apartment-finding experience with customizable filters and a map view. And asking for a “recipe for bone-in chicken thighs” gives you a customizable recipe where changing the seasoning, cooking method, and other parameters will update the recipe content itself in real-time (https://www.phind.com/search/make-me-an-recipe-for-7c30ea6c-...).
Unlike Phind 2 and ChatGPT apps, which use pre-built brittle widgets that can’t truly adapt to your task, Phind 3 is able to create tools and widgets for itself in real-time. We learned this lesson the hard way with our previous launch – the pre-built widgets made the answers much prettier, but they didn’t fundamentally enable new functionality. For example, asking for “Give me round-trip flight options from JFK to SEA on Delta from December 1st-5th in both miles and cash” (https://www.phind.com/search/give-me-round-trip-flight-c0ebe...) is not something that neither Phind 2 nor ChatGPT apps can handle, because its Expedia widget can only display cash fares and not those with points. We realized that Phind needs to be able to create and consume its own tools, with schema it designs, all in real time. Phind 3’s ability to design and create fully custom widgets in real-time means that it can answer these questions while these other tools can’t. Phind 3 now generates raw React code and is able to create any tool to harness its underlying AI answer, search, and code execution capabilities.
Building on our history of helping developers solve complex technical questions, Phind 3 is able to answer and visualize developers’ questions like never before. For example, asking to “visualize quicksort” (https://www.phind.com/search/make-me-a-beautiful-visualizati...) gives an interactive step-by-step walkthrough of how the algorithm works.
Phind 3 can help visualize and bring your ideas to life in seconds — you can ask it to “make me a 3D Minecraft simulation” (https://www.phind.com/search/make-me-a-3d-minecraft-fde7033f...) or “make me a 3D roller coaster simulation” (https://www.phind.com/search/make-me-a-3d-roller-472647fc-e4...).
Our goal with Phind 3 is to usher in the era of on-demand software. You shouldn’t have to compromise by either settling for text-based AI conversations or using pre-built webpages that weren’t customized for you. With Phind 3, we create a “personal internet” for you with the visualization and interactivity of the internet combined with the customization possible with AI. We think that this current “chat” era of AI is akin to the era of text-only interfaces in computers. The Mac ushering in the GUI in 1984 didn’t just make computer outputs prettier — it ushered in a whole new era of interactivity and possibilities. We aim to do that now with AI.
On a technical level, we are particularly excited about:
- Phind 3’s ability to create its own tools with its own custom schema and then consume them
- Significant improvements in agentic searching and a new deep research mode to surface hard-to-access information
- All-new custom Phind models that blend speed and quality. The new Phind Fast model is based on GLM-4.5-Air while the new Phind Large model is based on GLM 4.6. Both models are state-of-the-art when it comes to reliable code generation, producing over 70% fewer errors than GPT-5.1-Codex (high) on our internal mini-app generation benchmark. Furthermore, we trained custom Eagle3 heads for both Phind Fast and Phind Large for fast inference. Phind Fast runs at up to 300 tokens per second, and Phind Large runs at up to 200 tokens per second, making them the fastest Phind models ever.
While we have done Show HNs before for previous Phind versions, we’ve never actually done a proper Launch HN for Phind. As always, we can’t wait to hear your feedback! We are also hiring, so please don’t hesitate to reach out.
– Michael
I could see something like this being especially killer in ecommerce, where comparisons, faceted search, and heavy use of video/photos/3D models is important. Also ecommerce brands love to have control over the aesthetic of their experiences. Their UI is constantly evolving due to sales, up/cross sells, recommendations, personalization, A/B testing, etc
For example, it feels like Google's featured snippet (quick answer box) but expanded. But the thing is, many people don't like the feature snippet, and there's a reason it doesn't appear for many queries - it doesn't contribute meaningfully to those.
This functionality is doing exactly the opposite of the process of building good web apps: Rather than "unpacking functionality" and making it specific for an audience, it "packs" all functionality into a generalized use case, at the cost of becoming extremely mediocre for each use case, which makes it precisely worse than any other tool you'd use for that job.
As a specific example, I clicked your apartments in LES search (https://www.phind.com/search/find-me-options-for-a-72e019ce-...) and it shows us just 4 listings...? It shows some arbitrary subset of all things I could find on StreetEasy, and then provides a subset of the search functionality, losing things such as days on market, neighborhood, etc.
It's a cool demo, but "on-demand software" is exactly "Solution-In-Search-of-a-Problem".
The difficult part you need to ask is, like feature snippet, what are the questions worth solving with this, and is the pain point big enough that it's worth solving?
My most common usecase now is "give me a quick answer because I don't want to wade through the search engine results page and then wade through the blog to get my one liner. Eg: "what's the command line to untar an xz over ssh?"
I offer this in the spirit of feeling like I’m missing something, not out of negativity—I just genuinely don't understand the proposition.
What’s the advantage of trying to extract and normalize features from already-messy data sources, then provide controls that duplicate the query, rather than just applying the query and returning the results? Isn’t the user turning to a natural-language LLM specifically to avoid operating idiosyncratic UI controls?
For that matter, it takes time to learn to use an interface effectively. To understand how what it says it’s doing connects to what it’s actually doing. I know I can always trust McMaster Carr’s filter controls, and I know I can never trust Amazon’s wacky random ones.
It seems to me that it’s much harder to pick the right controls and make them work correctly than it is to throw some controls in an interface. Maybe that’s what I’m missing: that just wiring in controls in the first place is the hard part for most people who don’t work in this space.
Is the idea here that I’d need to learn a brand new interface, and figure out whether I can trust it, with every query?
For example, here's an example for a "day trip plan in Bristol" that contains a canonical example (directly based on the query), but also a customization widget that presents some options that you might not have already thought about if you were just doing a text-based followup.
https://www.phind.com/search/make-me-a-day-plan-ac8c583b-ce6...
Many years ago in college I worked on building Java applets that let kids visualize math related concepts. Sliders make things like sine/cosine and all sorts of other cool stuff way way more intuitive. We had a applet that, let you do ridiculous comparisons, to visualize how many empire state buildings a marathon is in length, etc. We had an primitive 'engine' simulator that let you adjust inputs on a steam engine. stuff like that
Rough edges: - aspect ratios on photos (maybe because I was on mobile, cropping was weird) - map was very hard to read (again, mobile) - some formatting problems with tables - it tried to show an embedded Gmap for one location but must have gotten the location wrong, was just ocean
Dey phucked up phind.
I used it quite often, even instead of GH Copilot.
Now, it's much slower and has some kind of solution view that gets updated with every new message.
Found myself to resorting to GH Copilot chat quite often today, because Phind felt like a different/worse service.
When I told Phind I'm a complete novice, it came up with very detailed instructions and troubleshooting tips.
and after about 90 seconds the mini app was created which had a few sliders for cardamom, cinnamon, ginger which was really confusing, then it showed a bunch of other stuff which was also completely useless. I did the same search on Google ( https://tinyurl.com/47sh4eah ) and did not dislike the answer bc i know it didn't burn 1000s of tokens for that query. Sorry for being a bit harsh but I have never seen wastage of resources as bad as this.
Application error: a client-side exception has occurred while loading www.phind.com (see the browser console for more information).
Getting this error the homepage. In the browser console I am just seeing Content-Security-Policy: (Report-Only policy) The page’s settings would block a script (script-src-elem) at https://www.phind.com/_next/static/chunks/c857e369-746618a9672c8ed0.js?dpl=dpl_4dLj9qrNQMh6evFNeDZbEJjTnT9B from being executed because it violates the following directive: “script-src 'none'”
GET https://www.phind.com/_next/static/chunks/4844-90bb89386b9ed987.js?dpl=dpl_4dLj9qrNQMh6evFNeDZbEJjTnT9B [HTTP/1.1 403 403 Forbidden 716ms]
The other links you shared seem to work thoughif every response starts with "You're absolutely right -- ..." you know phind is hallucinating and you can immediately close the tab.
anyway I think you need better QA processes
I tried it out with a relatively basic Medicinal Chem/Pharmacology question, asking for an interactive Structure-Activity-Relationship viewer:
> "Build an interactive app showing SAR for a congeneric series. Use simple beta-2 agonists (salbutamol -> formoterol -> salmeterol). Display the common phenethylamine scaffold with R-group positions highlighted, and let me toggle substituents to see how logP, receptor binding affinity, and duration of action change."
It did not quite get it right. It put a bunch of pieces together, but the interactivity/functionality didn't work and choice of visualization was poor for the domain:https://www.phind.com/search/find-me-options-for-a-72e019ce-...
I was hoping to get a map with arrows like "$35B in agriculture" from China to USA. I wasn't able to make it do that, but the information was still there presented in a reasonable way!