HackerLangs
トップ新着トレンドコメント過去質問紹介求人

abi

no profile record

投稿

[untitled]

1 ポイント·投稿者 abi·29 日前·0 コメント

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

2 ポイント·投稿者 abi·2 か月前·1 コメント

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

1 ポイント·投稿者 abi·2 か月前·0 コメント

Your AI assistant doesn't belong in your inbox

abiraja.com
3 ポイント·投稿者 abi·2 か月前·0 コメント

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

github.com
7 ポイント·投稿者 abi·3 か月前·4 コメント

コメント

abi
·11 日前·議論
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 日前·議論
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
·2 か月前·議論
Your links are broken FYI.
abi
·2 か月前·議論
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
·2 か月前·議論
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 か月前·議論
No, we mostly spent our time on data structures and algorithms.
abi
·3 か月前·議論
Ugh, good point.
abi
·3 か月前·議論
Usually, those get released a few weeks later.
abi
·3 か月前·議論
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 か月前·議論
Codex is great.