Live data from Hacker News

Ask HN: What have you built with LLMs?

news.ycombinator.com

1–10 of 79 posts

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

#3
I made a financial chat bot. It can call some APIs, perform portfolio weight optimizations, run optimized weights out of sample, stores your past works, presents correlation heatmaps and shows equity curves. It can also hallucinate endlessly about taking over the world.

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

#5
We've built Cradle, a framework that leverages such models to perform complex computer tasks via the same general interface humans use: screen as input and keyboard & mouse operations as output.

It works both on regular software and in complex games like RDR2. And it doesn't cheat by using any game-/software-specific API, nor accessibility calls, nor DOM trees. :)

https://baai-agents.github.io/Cradle/

And we're still evolving it.

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

#8
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’s called Design CoPilot, and I haven’t done any real marketing yet as it’s in Beta.

Before I built this, I would manually screen capture components, then go to ChatGPT and drop the image, write a prompt telling ChatGPT it’s a design expert and I want design feedback, and then read its reply and implement the feedback.

I’d greatly appreciate if you try the tool and leave a review!

[0] - https://chromewebstore.google.com/detail/design-copilot/hgal...

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

#10
I built a multiplayer chatroom where all messages are transformed by an LLM (e.g. into pirate speak or corporate jargon):

https://impersona.chat/

I also built this incremental clicker game where you split words ad infinitum (like Infinite Craft but in reverse):

https://lantto.github.io/hypersplit/

Post reply on HN