Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dcastm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dcastm
18d ago
Many people who enjoyed building and coding things are going through this right now, myself included. In my case, I felt that I was pretty good at rapid product prototyping and had made that part of my identity. Then AI agents made it trivi
2.
▲
by
dcastm
20d ago
What’s the context size?
3.
▲
by
dcastm
1mo ago
That's not a fair read of what I said
4.
▲
by
dcastm
1mo ago
I also found that interesting but our evaluation methodology is quite different, so I didn’t go too deep into it
5.
▲
by
dcastm
1mo ago
It does, tbh I was also surprised by the results!
6.
▲
by
dcastm
1mo ago
Thank you! Will take a look at your results. I couldn't find much when I first looked into this, which is why I ended up writing the article.
7.
▲
Honey, I shrunk the embeddings: Matryoshka vs. PCA
(dylancastillo.co)
61 points
by
dcastm
2mo ago
|
19 comments
8.
▲
Are AI labs pelicanmaxxing?
(dylancastillo.co)
686 points
by
dcastm
2mo ago
|
241 comments
9.
▲
by
dcastm
2mo ago
In case anyone is curious about it: Submission: https://devpost.com/software/netra-empowering-the-visually-i... Discussion: https://gemini3.devpost.com/forum_topics/43663-winners-rant
10.
▲
by
dcastm
3mo ago
Same for me. I actively ask the LLM to write as few tests as possible. Otherwise you end up redundant and low value ttests.
11.
▲
by
dcastm
4mo ago
Reminder to use a cooldown period: https://dylancastillo.co/til/securing-package-managers.html
12.
▲
5 years of freelancing: same work, better pay, and a ceiling
(dylancastillo.co)
4 points
by
dcastm
5mo ago
|
0 comments
13.
▲
LLM research on Hacker News is drying up
(dylancastillo.co)
30 points
by
dcastm
5mo ago
|
11 comments
14.
▲
The last shall be (slightly) safer
(dylancastillo.co)
2 points
by
dcastm
6mo ago
|
0 comments
15.
▲
Cover Your Ass
(dylancastillo.co)
4 points
by
dcastm
7mo ago
|
0 comments
16.
▲
I hate AI side projects
(dylancastillo.co)
80 points
by
dcastm
7mo ago
|
120 comments
17.
▲
by
dcastm
7mo ago
Just Pyodide for now!
18.
▲
Show HN: AI data analyst that runs Python in the browser
(kasipa.com)
1 points
by
dcastm
7mo ago
|
3 comments
19.
▲
by
dcastm
8mo ago
I have the same experience with local models. I really want to use them, but right now, they're not on par with propietary models on capabilities nor speed (at least if you're using a Mac).
20.
▲
by
dcastm
8mo ago
I’ve worked with great engineers from India/Pakistan. I didn’t hire them, so don’t know too much about the process of how to find them but they were definitely as good as anyone I’ve seen in Europe.
21.
▲
by
dcastm
8mo ago
I live in Spain. I’ve been in the industry for the last 10 years. I’ve seen from a very close distance several European companies move a big part of their operations to India. Have had close friends laid off recently and seen them struggle
22.
▲
by
dcastm
8mo ago
Which is why fewer and fewer companies are hiring in Europe.
23.
▲
by
dcastm
9mo ago
Except we didn’t and there’s already an ongoing refugee crisis. [0] https://terrytao.wordpress.com/2024/08/02/what-are-the-odds-... [1] https://en.wikipedia.org/wiki/Venezuelan_refugee_cr
24.
▲
by
dcastm
9mo ago
While I agree that you must be careful when using structured outputs, the article doesn't provide good arguments: 1. In the examples provided, the author compares freeform CoT + JSON output vs. non-CoT structured output. This is unfair
25.
▲
by
dcastm
11mo ago
Makes sense! I like the slider idea, but not sure if it’d introduce some bias to the results.
26.
▲
Show HN: Are You a Good Estimator?
(estimator.dylancastillo.co)
15 points
by
dcastm
11mo ago
|
9 comments
27.
▲
How to Write Good Prompts
(dylancastillo.co)
3 points
by
dcastm
11mo ago
|
0 comments
28.
▲
ClaudeCodeholic
(dylancastillo.co)
4 points
by
dcastm
11mo ago
|
1 comments
29.
▲
by
dcastm
1y ago
Hey OP, I found some issues with your code: During SFT, it uses the full training dataset[1]: df = pd.read_csv('data/extraction_training_data.csv') And during the evaluation, it uses the middle part of the same dataset[2]: df
30.
▲
by
dcastm
1y ago
What predictors do you mean? I’m genuinely curious
More ›