Ask HN: What have you built with LLMs?
21–30 of 79 posts
Re: Ask HN: What have you built with LLMs?
#22You enter a starting URL, describe the data you want in a prompt, the AI suggests columns for the output spreadsheet which you can customize, and then goes off and turns the website into structured data into a CSV file.
It also supports limits, you can say for example "visit at most 100 pages" and it will stop after 100 pages.
It was easier said than done to get prompts working as intended and the crawler to focus on the most relevant URLs first. As always, the final 20% end up taking up 80% of the development time.
Re: Ask HN: What have you built with LLMs?
#23It's similar to this AI-driven chat assistant for ECE 120 course at UIUC:
Re: Ask HN: What have you built with LLMs?
#24I built a cron job that calls a bash script that gets the current weather forecast for a location and extracts the values and then sshes to another server where it inserts the values into the footer html block of all files ending with .html every hour
Re: Ask HN: What have you built with LLMs?
#25https://github.com/Merkoba/Meltdown
100% made in Python (and tk). I made my own markdown parser.
Hundreds of commands and command line arguments.
I use it everyday myself.
Re: Ask HN: What have you built with LLMs?
#26I built a cron job that calls a bash script that gets the current weather forecast for a location and extracts the values and then sshes to another server where it inserts the values into the footer html block of all files ending with .html every hour
Just curious, how is an LLM helping here?
Re: Ask HN: What have you built with LLMs?
#27Re: Ask HN: What have you built with LLMs?
#28https://interviewsolver.com Interview Copilot for helping you ace your live coding interviews. Desktop app + companion web mode so it's truly undetectable by interview platforms, controlled by global hotkeys.
Wow, isn’t this just cheating with AI for a price right ?
Good candidates are swirling around in the limbo of bad faith automated vetting tools, companies shouldn't be surprised if they use technology to get past the humanless gauntlet. Getting to a human who can genuinely reason about the complex value of a specific human in a specific team should be priority number one, for both candidate and hiring process.
Re: Ask HN: What have you built with LLMs?
#29I found in a recent project that it was interesting to compare the answers between GPT, Gemini, Claude, and Mistral. I have better results by combining the parts I like in each answer. It's also easier to ask follow up questions directly from my email client regardless of which device I'm currently using.
I built the app in a weekend with Ruby on Rails and AWS SES. I'm now wondering if it could be useful to other people? It's already open source and I could probably make the hosted version free by allowing users to provide their own API keys.
Re: Ask HN: What have you built with LLMs?
#30I've built an open source data analysis and visualization tool https://dataline.app Now my product manager and customer support teams use it for most small questions / charts needed.