Live data from Hacker News

Ask HN: What have you built with LLMs?

news.ycombinator.com

71–79 of 79 posts

Re: Ask HN: What have you built with LLMs?

#74

A WordPress plugin for WordPress site owners to help them in their day to day queries for managing their website https://wordpress.org/plugins/quick-assist-ai/

It's not clear from the description, what level access does this plugin have? One of your examples is "my server is running slow", does it have the ability to view the configuration or run tests or corrections or just provide troubleshooting steps? Another example is reading over Yoast SEO reports, can it implement changes suggested?

I wasn't sure if this is a "we've indexed general troubleshooting and documentation and provide you a chatbot that understands Wordpress", or if this was doing more heavy lifting.

Re: Ask HN: What have you built with LLMs?

#75

Great question! I suck at web design, so I built a novel tool [0] that streamlines this flow: webpage —> screen capture —> LLM prompt —> design feedback It’s a browser extension that lets you capture a portion of the webpage —> the image gets sent to an LLM with a prompt —> the LLM gives design feedback inside the extension As far as I know, this is the only tool I’ve seen that does this, and it’s completely free. It…

Just a quick thought about the name. Microsoft/GitHub's coding assistant is Copilot. If your project gets traction, I'm certain you will receive a cease and desist letter for using the name Design CoPilot.

Re: Ask HN: What have you built with LLMs?

#76
post #75

Great question! I suck at web design, so I built a novel tool [0] that streamlines this flow: webpage —> screen capture —> LLM prompt —> design feedback It’s a browser extension that lets you capture a portion of the webpage —> the image gets sent to an LLM with a prompt —> the LLM gives design feedback inside the extension As far as I know, this is the only tool I’ve seen that does this, and it’s completely free. It…

Just a quick thought about the name. Microsoft/GitHub's coding assistant is Copilot. If your project gets traction, I'm certain you will receive a cease and desist letter for using the name Design CoPilot.

Good point, I’m not too worried at this stage but if they send me something I’ll just change it to something else

Re: Ask HN: What have you built with LLMs?

#77

A WordPress plugin for WordPress site owners to help them in their day to day queries for managing their website https://wordpress.org/plugins/quick-assist-ai/

It's not clear from the description, what level access does this plugin have? One of your examples is "my server is running slow", does it have the ability to view the configuration or run tests or corrections or just provide troubleshooting steps? Another example is reading over Yoast SEO reports, can it implement changes suggested? I wasn't sure if this is a "we've indexed general troubleshooting and documentation…

The agent plans steps for acquiring data from the user's wordpress required for providing troubleshooting steps relevant to the user. It cannot take actions. For for e.g. if it says webpage is running slow it can get page speed insights + read the current page content / images to suggest steps for user.

Re: Ask HN: What have you built with LLMs?

#78
post #4

I'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.

Can you please create a simple UX to connect to the database like username, password box etc. I just an error right now saying invalid dsn, but does not tell me what is wrong.
Post reply on HN