Viewing profile — lukasb
lukasb
HN member- Joined
- Sun, Aug 22, 2010, 4:39 PM UTC
- HN karma
- 1,006
- Public activity
- 379 items
- HN profile
- View on Hacker News ↗
About lukasb
Recent public activity
-
comment
Comment #48948733
disclosure: I work at Zapier If you have a workflow you run repeatedly, making it deterministic where possible and using AI only when necessary is much cheaper and faster. You can …
-
comment
Comment #48942402
Impressed that they actually hired Jim Woodring to help with the original.
-
comment
Comment #48137157
My fault: last weekend I told my wife during a discussion of climate change "hey, at least we don't have to worry that the rains won't come and the crops will fail."
-
comment
Comment #48087501
I'm working on Tidepools, a daily journaling / task management app (local-first, Mac/iOS/web) with a proactive AI coach. Mostly what the coach does is ask you questions. It can als…
-
comment
Comment #48025866
Anyone who believes AI running on silicon could in principle be conscious has to believe that biological computers are conscious, right? Why aren't those people voicing more concer…
-
comment
Comment #47907773
Zelazny can’t really be beat when it comes to style and wit in SF/fantasy. Pick up Lord of Light or Nine Princes in Amber (or Jack of Shadows, or The Doors of His Face, the Lamps o…
-
comment
Comment #47384631
Serious question - I thought LLMs were bad at balancing parentheses?
-
comment
Comment #47381598
Very cool! Also have a daily journaling app, hoping the space grows. I've gotten far more value out of journaling than I have out of note-taking.
-
comment
Comment #47316931
On a quick scan, what it's missing is data tainting. We've had that tech for a while and it's perfectly suited to the age of prompt injection.
-
comment
Comment #47292630
A couple of the art packs you recommend 404.
-
comment
Comment #47199306
How are sync conflicts handled in the filesystem? Say I write to a file and another client's edit wins and mine is rejected.
-
comment
Comment #47145102
But I can't use my Codex plan with it, right? I have to use an API key?
-
comment
Comment #47083343
Conflicting evidence: the fact that literally everyone in tech is posting about how they're using AI.
-
comment
Comment #46490445
Wish I'd read this before I started at Google.
-
comment
Comment #46342364
I'm playing around with it, and it's very cool! One issue is that fingerprint expansion doesn't always work, e.g. I have a memory "Going to Albania in January for a month-long stay…
-
comment
Comment #46178642
One difference is that clichéd prose is bad and clichéd code is generally good.
-
comment
Comment #46176157
Yeah I'm terrified that TPUs will get cheaper, that would be awful.
-
comment
Comment #46139269
I asked about the Peninsula campaign during the Civil War and it gave me an overview, a map, profiles (with photos) of the main military commanders, a relevant Youtube video ... ro…
-
comment
Comment #45935013
"Critically, the language one speaks or signs can have downstream effects on ostensibly nonlinguistic cognitive domains, ranging from memory, to social cognition, perception, decis…
-
comment
Comment #45709408
Interesting, I'll give voting a shot, thanks.
-
comment
Comment #45708968
What do you use for evaluation? gemini-2.5-pro is at the top of MMLU and has been best for me but always looking for better.
-
comment
Comment #45392664
This is funny to me because when someone asked re: Better Auth "better than what?" my off-the-cuff response was "better than Auth.js" and here we are.
-
comment
Comment #45283062
I almost never see these. Maybe issue is your network?
-
comment
Comment #45252791
Can it find my files now?
-
comment
Comment #45155223
Any implementation of MVC I've seen the V and the C are so tightly coupled the separation seemed artificial. Skill issue?