HN user

abi

1,157 karma

@_abi_ abimanyuraja@gmail.com

Posts31
Comments192
View on HN
news.ycombinator.com 2mo ago

Show HN: Lilo – An open source personal AI assistant that lives in Telegram

abi
2pts1
news.ycombinator.com 2mo ago

Show HN: 1-800-CODER, macOS app where you call an AI developer to edit your page

abi
1pts0
abiraja.com 2mo ago

Your AI assistant doesn't belong in your inbox

abi
3pts0
github.com 2mo ago

Show HN: Lilo – a self-hosted, open-source intelligent personal OS

abi
7pts4
github.com 2y ago

Show HN: I built a free in-browser Llama 3 chatbot powered by WebGPU

abi
547pts139
abiraja.substack.com 2y ago

Non-VC Funding Options

abi
2pts0
github.com 2y ago

Show HN: Turn a video of an app into a functional prototype with Claude Opus

abi
17pts3
github.com 2y ago

Evaluating Claude 3 for Converting Screenshots to Code

abi
1pts0
github.com 2y ago

Show HN: Convert any screenshot into clean HTML code using GPT Vision (OSS tool)

abi
358pts90
logomeld.com 2y ago

Show HN: Transform Logos into Gestalt Images

abi
1pts2
www.usegrain.co 3y ago

Show HN: Grain – “ChatGPT for your docs” API

abi
3pts0
picoapps.xyz 3y ago

Show HN: Build GPT-powered apps with just GPT4 prompting

abi
22pts5
picoapps.xyz 3y ago

Show HN: Use GPT4 to quickly build simple, shareable web apps

abi
10pts6
apps.apple.com 3y ago

Show HN: iPhone app that lets you edit photos with words

abi
4pts1
abiraja.substack.com 3y ago

AI in every app or AI-native apps?

abi
1pts1
abiraja.substack.com 3y ago

AI generated Git commit messages

abi
1pts0
www.abiraja.com 3y ago

Natural Language Programming in Google Sheets

abi
3pts0
www.abiraja.com 3y ago

Working with SVGs for icons on the web

abi
11pts2
www.coinbase.com 5y ago

Bitcoin-collateralized loans coming to Coinbase

abi
58pts81
abiraja.com 5y ago

Airtable-Powered Website

abi
2pts0
blog.abi.sh 14y ago

Embrace theory when it's practical

abi
8pts0
news.ycombinator.com 14y ago

Stanford Computer Science '10-'11 Salary Survey Results

abi
180pts71
www.youtube.com 15y ago

Ron Paul: Don't blame Wikileaks (audio)

abi
3pts0
blog.abi.sh 16y ago

The Breathtaking Magnitude of Our Technology

abi
28pts2
news.ycombinator.com 16y ago

Ask HN: What's a good tool for private group communication?

abi
2pts2
blog.abi.sh 16y ago

The Clueless Young Entrepreneur

abi
3pts2
blog.abi.sh 16y ago

Ask HN: Is Sixth Sense(the MIT project) possible with the iPhone?

abi
2pts0
blog.abi.sh 16y ago

Introducing Silent Diving Seagulls: An XMPP Interface for Desktop Notifications

abi
53pts11
blog.abi.sh 16y ago

Experimental Learning vs. Experimental Learning

abi
12pts0
abcdefu.wordpress.com 17y ago

Introducing Yip: A Unified Notification System for the Web

abi
47pts31
GPT-5.5 3 months ago

Usually, those get released a few weeks later.

I'm quite confused by this article. If you persist conversation history in a database, and have all agentic turns run on the server, and merely listen to the streaming events/history via a websocket on the client, this is easily achieved. You can have as many clients as you want.

The HTTP layer is fine. Websockets work great. This is how the Codex app server works, I believe: https://openai.com/index/unlocking-the-codex-harness/ Same pattern I've used in my agentic OS/personal assistant project: https://github.com/abi/lilo Works great!

Thanks!

There's a dropdown where you can choose a stack for screenshots (Tailwind, React, Vue, etc.). I haven't updated the prompts for the video feature just yet. You can tweak the prompt yourself here: https://github.com/abi/screenshot-to-code/blob/6069c2a118592...

The quality of the output code is solid, I think. You can see the code for the examples: https://codepen.io/abi/pen/ExJPdop and https://codepen.io/abi/pen/jORWeYB

I think the biggest thing LLM code is typically missing is better abstractions/componentization. You could probably prompt around some of that.

Been looking at a few solutions similar to yours! I'm currently on Render and looking to move elsewhere so I can have more control and particularly insight into system metrics. Do you support zero downtime deploys? It wasn't clear to me from your home page.