Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
garybake
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Stop Building Your AI Product Around Today's Model
(garybake.com)
1 points
by
garybake
16d ago
|
1 comments
2.
▲
by
garybake
16d ago
"Which AI model should we build around?" I'd ask a different question: What will it cost us when we're wrong? Models change. Providers change. Pricing changes. Good AI architecture doesn't predict the winner. It mak
3.
▲
The LLM App Isn't a Model, It's a System: Designing for Quarterly Model Swaps
(garybake.com)
1 points
by
garybake
7mo ago
|
1 comments
4.
▲
by
garybake
7mo ago
As LLM providers ship breaking changes on a near-monthly cadence, the difference between a 10-minute .env swap and a 400-line PR comes down to architecture. This post introduces seam-driven design for Python LLM apps - five narrow interface
5.
▲
by
garybake
2y ago
Same here. I'm using langchain which creates a varchar id column. It also has different collections on the same table.
6.
▲
by
garybake
3y ago
Magnetic USB cables are a godsend for young kids with tablets.
7.
▲
by
garybake
4y ago
I've had that on my 'to buy' list for too long. In such a rapidly changing field like computing, books have to be really special to reach the 'classic' accolade.
8.
▲
by
garybake
5y ago
I'd say its about 1/3 biography, 1/3 history of the early cold war and 1/3 game theory. Neuman definitely deserves a good biography though.
9.
▲
by
garybake
5y ago
This here. I think the author is confusing what a 10x developer is. I took the 10x dev to mean somebody who may work efficiently but also improves all of the devs around them. Improving yourself by 2x is one thing but improving the team aro
10.
▲
by
garybake
5y ago
"Tape it to the fridge" Please don't do this, at least keep it hidden from general viewing.
11.
▲
by
garybake
6y ago
Like in moneyball. It could have a bearing on players wages, sponsorship etc. I hope too hope they loose though.
12.
▲
by
garybake
7y ago
paperswithcode has a link to the repo https://paperswithcode.com/paper/slide-in-defense-of-smart-a...
13.
▲
by
garybake
7y ago
I got stuck on this problem a while ago. I was doing reinforcement learning and the environment needed to run in pypy to make it fast enough. I ended up using Pyro4 to bridge pypy (environment) and CPython (keras).
14.
▲
by
garybake
8y ago
https://www.manning.com/books/deep-learning-and-the-game-of-... This is an amazing book that goes over how alpha go works and how to replicate it. The book uses keras.
15.
▲
by
garybake
8y ago
You can use it for "what if" analysis. - Take a fork of the database - Transform data in the fork. i.e. costs+5% - Point your current queries to run on the fork You can see how with just the effort repointing queries a reporting a
16.
▲
by
garybake
8y ago
I always figured 'model zoo' was a general term for for a collection of trained models.
17.
▲
by
garybake
10y ago
I would recommend micropython on the esp8266 as then you can use the same code that was running on the pi with a few tweeks. https://github.com/micropython/micropython/tree/master/esp82... http:/&#