HackerTrans
TopNewTrendsCommentsPastAskShowJobs

abi

no profile record

Submissions

[untitled]

1 points·by abi·قبل 29 يومًا·0 comments

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

2 points·by abi·قبل شهرين·1 comments

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

1 points·by abi·قبل شهرين·0 comments

Your AI assistant doesn't belong in your inbox

abiraja.com
3 points·by abi·قبل شهرين·0 comments

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

github.com
7 points·by abi·قبل 3 أشهر·4 comments

comments

abi
·قبل 11 يومًا·discuss
It's worse than that. It's 5-4 on the read of the constitution since Kavanaugh doesn't think it violates the 14th amendment, just a federal statute.
abi
·قبل 18 يومًا·discuss
I think until Fable, Claude's vision was significantly worse than GPT and Gemini in my personal experience. I eval almost every vision model since I work on screenshot to code conversion project: https://github.com/abi/screenshot-to-code.
abi
·قبل شهرين·discuss
Your links are broken FYI.
abi
·قبل شهرين·discuss
https://github.com/abi/lilo I’m working on Lilo, a Telegram AI agent that can remember things, store files, track your TODOs, manage your calendar, conduct research, build apps, send you reminders and monitor things for you.

I’ve found it super useful in my personal life and is pretty much my #1 app.
abi
·قبل شهرين·discuss
What benefit would it truly provide? Companies would simply say they need to cut costs to maximize shareholder value, which is no different than what happened here.
abi
·قبل 3 أشهر·discuss
No, we mostly spent our time on data structures and algorithms.
abi
·قبل 3 أشهر·discuss
Ugh, good point.
abi
·قبل 3 أشهر·discuss
Usually, those get released a few weeks later.
abi
·قبل 3 أشهر·discuss
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!
abi
·قبل 3 أشهر·discuss
Codex is great.