Ask HN: What non-AI products are you working on?
521–530 of 544 posts
Re: Ask HN: What non-AI products are you working on?
#522Re: Ask HN: What non-AI products are you working on?
#523Re: Ask HN: What non-AI products are you working on?
#524Hope this collection helps many people
Re: Ask HN: What non-AI products are you working on?
#525For those that don't know, the SAT is fully digital now and there are only 6 official practice tests available. So, with the help of AI, we created a platform with more tests to practice from.
Re: Ask HN: What non-AI products are you working on?
#526Earlier quoted context omitted.
The parent comment says they launched in Jan 2022. Jan 2022 to Jan 2023 was a down market.
It will not last , my bet is on that, who knows if it’s attributed to luck or if the algorithm has solved entropy.
Re: Ask HN: What non-AI products are you working on?
#527Re: Ask HN: What non-AI products are you working on?
#528Apparently, Telegram bots provide functionality that allows creating UI resembling native apps, with the bonus of not having to install anything besides Telegram, as well as not having to ask any app stores for approval. Combined with chat-based UX, it fits perfectly for tracking things.
Re: Ask HN: What non-AI products are you working on?
#529"Boring enterprise software". A manufacturing focused ERP system using SvelteKit and SQL Server. These systems are typically made with Java and it's becoming clear to me that it's massive overkill when SQL Server is (or can be) doing most of the work and the application is (or can be) a thin layer between the user and the database. Using only one language, with perfectly matched types and validation schemas for both…
Re: Ask HN: What non-AI products are you working on?
#530www.searchsecdata.com, like "google trends" for 10-k filings that public companies submit to the SEC. Currently supports full-text search on almost all 10-k filings for current S&P 500 and Russell 2000 companies for the last 20 years.
Good stuff! Few suggestions: - add year range, like 2019-2024 - bold searched word in results; italic is not so visible - custom table results per page (25, 50, 100) - export to csv of all results in table Did you scraped all text into database, or search through bunch of text files?