HN user

dominicwhyte

86 karma
Posts26
Comments29
View on HN
www.fillout.com 4mo ago

Every spreadsheet should be an app

dominicwhyte
2pts0
www.fillout.com 1y ago

What Is ServiceNow?

dominicwhyte
2pts1
www.fillout.com 1y ago

What Is ServiceNow?

dominicwhyte
1pts2
www.fillout.com 1y ago

What Is ServiceNow?

dominicwhyte
8pts6
www.fillout.com 2y ago

Why the Long Tail Matters in Software

dominicwhyte
2pts0
www.fillout.com 2y ago

Show HN: Free "GPT" to make interactive quizzes

dominicwhyte
2pts2
www.fillout.com 2y ago

AI helps startups, not incumbents

dominicwhyte
1pts0
www.fillout.com 2y ago

AI has killed software switching costs

dominicwhyte
3pts1
twitter.com 2y ago

Vercel-hosted sites inaccessible from airplane WiFi

dominicwhyte
1pts0
www.fillout.com 2y ago

UX tips to increase form conversions

dominicwhyte
1pts0
github.com 2y ago

Show HN: Email Enricher, a Free, Offline Clearbit Alternative

dominicwhyte
5pts0
www.fillout.com 2y ago

Database Wars 2.0: Why Everyone’s Building a Database

dominicwhyte
5pts1
www.fillout.com 3y ago

Show HN: PDF to Form Converter

dominicwhyte
6pts2
www.fillout.com 3y ago

How not to add AI to your product

dominicwhyte
5pts1
tryapis.com 3y ago

Show HN: Browse Popular REST APIs

dominicwhyte
2pts3
www.fillout.com 3y ago

Zapier vs. Make vs. Airtable Automations

dominicwhyte
1pts1
tryapis.com 3y ago

Show HN: Explore popular APIs from your browser

dominicwhyte
1pts0
blog.fillout.com 3y ago

We used AI to improve new user onboarding

dominicwhyte
1pts1
research.contrary.com 3y ago

Contrary Research: the stories of private companies and the ways they get built

dominicwhyte
1pts0
blenderbot.ai 3y ago

Meta's Conversational AI

dominicwhyte
2pts2
docoh.com 4y ago

Toast S1

dominicwhyte
2pts0
codingspeedtest.com 5y ago

Show HN: How fast can you type code?

dominicwhyte
6pts10
retool.com 5y ago

Show HN: Autogenerate a CRUD app from a CSV file

dominicwhyte
13pts7
retool.com 5y ago

Show HN: Write a CSV to Postgres (and 20 other dev utilities)

dominicwhyte
11pts2
stripe.com 5y ago

Stripe Terminal

dominicwhyte
101pts12
annoyingmuseum.zendesk.com 5y ago

The Museum of Annoying Experiences

dominicwhyte
4pts0

We evaluated most of these (minus Workato) and landed on Nango. Was by far the most flexible and having the source code available was a big plus (vs. the closed-source alternatives). The team is also reactive to feedback in their Slack community, they even added a few new endpoints for us in < 24 hours

Very cool. I was initially confused since I expected the questions to be multiple choice, but then I realized you're evaluating whether the answer is correct or not using AI (so I can type "Obama" or "Barack Obama" and both are correct). Haven't seen that approach before!

(OP here) Bit of a controversial take I wrote about. Most people think that AI benefits incumbents and LLMs deepen software moats.

But for the first time, we have an intelligent, format-agnostic file converter. Give ChatGPT an export file from one app, and seconds later you get an import file ready for another tool.

We've seen the benefit first-hand at our startup with our "AI Form Importer". It's now easier than ever to demo and migrate to new software solutions.

I think this is largely a good thing for the ecosystem.

Retool AI 3 years ago

We give 2-3 examples and find that it works pretty well (few shot fine tuning) but haven't tried actual fine tuning yet so I don't have a 1-1 comparison.

We also have other spam filters that are not LLM-based. One of the main benefits of the LLM-based approach is that it's good at catching people who try to avoid detection (e.g. someone purposefully mis-spelling suspicious words like "pa$$word")

Retool AI 3 years ago

It outputs both - { isLikelySpam: boolean, reason: string }

Then we have an inbox app (also made in Retool) that our support team uses to manually review any submissions that are isLikelySpam = true. The <reason> helps to understand why it was flagged.

Our use case is for a form builder (https://fillout.com) but I imagine this type of use case is pretty common for any app that has user-generated content

Retool AI 3 years ago

We've been using the ChatGPT API from Retool Workflows (for spam detection) and it's been valuable for our business. The built-in vector DB looks interesting

Thanks. We've got a lot planned on that front - like auto-translating templates to different languages, generating themes with GPT, etc.

So many possibilities!

Hi folks - sharing my mistakes and learnings from how we added AI to our SaaS (and what we're trying differently now).

I'm around if you have any questions/comments.

Dom

Hi everyone!

I made this site a few months ago but never properly launched it. TryAPIs lets you browse popular REST APIs, with built-in docs and an interface to call endpoints from your browser.

I generate a unique page for each API endpoint using Gatsby, like https://tryapis.com/spotify/api/endpoint-search for calling the Spotify search endpoint. Docs are built in by parsing the latest OpenAPI specs for each service.

If you don't want to call the endpoint from the browser, you can copy a cURL request or a code snippet in Python, Node, C, etc.

It's been cool to watch the site grow via SEO for the long-tail of API endpoints, currently getting ~1.2k clicks/month from Google.

No commercial plans for the site and I'll open-source it if there's enough interest. Could be a good way to add support for more APIs over time!

Cheers,

Dominic

I’ve been looking for a wysiwyg form builder at work

If you're looking for something no-code but more powerful that traditional form builders, check out https://fillout.com/

(disclaimer - I'm one of the founders)

RemixBlocks looks cool, excited to see how it evolves. Our landing page is built with Tailwind and TailwindUI - would be interesting if you could import in an existing project

AI startups have been cropping up left and right in the last few months, spurred by advances from OpenAI, Stability and others. At Fillout.com, we're using AI a bit differently than most - to help with user onboarding. A few people asked me how this works under the hood, so here's a quick overview.

Let me know if you have any questions!

That's a good point - words/min isn't a great way to measure code typing speed. Right now I use whitespaces to delimit "words" - maybe I should also delimit by parentheses and punctuation? e.g. "Object.create(http.IncomingMessage.prototype)" is a very long word :D

Hey everyone!

This is a (hopefully) fun July 4th weekend project I put together. I shared the site at work and it's led to some fierce competition... the current high score is 70 "words" per minute for JS.

Hey HN! I’m Dominic, an engineer at Retool, and I'm excited to be sharing this on HN.

I often need to spin up a quick Postgres DB or REST API to test features I’m working on. Seeding these with data can get tedious, especially if I have to duplicate resources across environments. I put together a few quick tools to make this easier, like Import CSV to PostgreSQL (https://retool.com/utilities/write-csv-to-postgres) and Convert CSV to JSON (https://retool.com/utilities/convert-csv-to-json).

All the utilities are freely available at https://retool.com/utilities - this one (https://retool.com/utilities/generate-app-from-csv) is one my favorites which lets you auto-generate a basic CRUD app from a CSV file.

Any feedback, requests for utilities or questions welcome! :)

Hey HN! I’m Dominic, an engineer at Retool, and I'm excited to be sharing this on HN.

I often need to spin up a quick Postgres DB or REST API to test features I’m working on. Seeding these with data can get tedious, especially if I have to duplicate resources across environments. I put together a few quick tools to make this easier, like Import CSV to PostgreSQL (https://retool.com/utilities/write-csv-to-postgres) and Convert CSV to JSON (https://retool.com/utilities/convert-csv-to-json).

All the utilities are freely available at https://retool.com/utilities - here (https://retool.com/utilities/generate-app-from-csv) is one my favorites which lets you auto-generate a basic CRUD app from a CSV file.

Any feedback, requests for utilities or questions welcome! :)