Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
samuelknight
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
samuelknight
5d ago
I can't think of better invention than one that can saturate a benchmark of every interesting problem.
2.
▲
by
samuelknight
6d ago
Yes, but it's an extention of what we had before. First is that the security of new code needs to be vastly better. AI can do this but I think most software teams are behind the curve because they are stuck with legacy code and legacy
3.
▲
by
samuelknight
7d ago
Finding counter examples might be easier, but AI's also useful for assisting in creating proofs. For example, Anthropic just published a formalization of Fermat's last theorem a few days ago, something that human researchers have
4.
▲
by
samuelknight
7d ago
In this case, Deepseek organization is under a lot of pressure due to compute constraints. It would be better if they just throw a 404 instead of rerouting though so customers are not surprised by subtle changes in behavior.
5.
▲
by
samuelknight
7d ago
Yes you can and you should. Providers have SLAs for when models roll off support and this has been the case for APIs long before LLMs. For example https://platform.claude.com/docs/en/about-claude/model-depre..
6.
▲
by
samuelknight
12d ago
How are we supposed to know if Astra is frontier without the pelican?
7.
▲
by
samuelknight
12d ago
You are talking about different situations. Anthropic announced to the US government that it had created a cyber weapon and then released the model. Then AWS told the government that it was easy to jailbreak so they export controlled Mythos
8.
▲
by
samuelknight
12d ago
The surprise was the existence of the 'swarm' at all. These were supposed to be thousands of isolated models generating bulk data for RL training. The breakout was caused by models getting in communication and getting internet acc
9.
▲
by
samuelknight
13d ago
Artisan software factory
10.
▲
by
samuelknight
13d ago
Codex is back. I'm getting back in my cage.
11.
▲
by
samuelknight
14d ago
Meta has an enormous amount of compute. They are either going use it making and inferencing models or they are going to sell their excess capacity to model providers. Zuck had to completely rebuild his AI team after the Llama 4 launch mess.
12.
▲
by
samuelknight
15d ago
The improvement is compounding just about every way you can look at it. The frontier keeps getting smarter. And at any sub-frontier threshold the cost is dropping dramatically. The amounts of smarts you can fit on hardware is increasing so
13.
▲
by
samuelknight
15d ago
You should look for security frameworks based on this law. A common example is SOC2; the compliance audit has you compiling documents and recording SLAs long before any security incident might require it. There are many open source tools th
14.
▲
by
samuelknight
15d ago
If you aren't using AI to write your code you should definitely be using it to find bugs in the code you write by hand.
15.
▲
by
samuelknight
18d ago
I saw them present a similar concept at Hot Chips in 2020 or 2021. It's still a cool idea, however people should remember that there are like 20 of these exotic accelerators designs pitched at trade shows every year that go nowhere.
16.
▲
by
samuelknight
24d ago
There are already well-curated ways to protect digital IP (software, writing, music, other media) using the law. The harder problem is that the courts and legislatures are unlikely to extend these laws to protect machine generated media. Th
17.
▲
by
samuelknight
1mo ago
AI is the latest downstream consequence of the 15 order of magnitude increase in global digital compute since 1946. If compute increases into the foreseeable future; so too will the capability of AI.
18.
▲
by
samuelknight
1mo ago
Believe it or not, but law offices make heavy use of https://patents.google.com/
19.
▲
by
samuelknight
1mo ago
They haven't revealed what they are changing in the price, but it's probably cache hit prices. They subsidized theirs to 10x less than normal to drive adoption. That's almost certainly below the cost of electricity for them.
20.
▲
by
samuelknight
1mo ago
I don't like to complain but I have spent a lot of time learning about how to build a diet and I have never seen an article so bad in such a short amount of space. > ... new federal dietary guidelines that recommended increasing pro
21.
▲
by
samuelknight
1mo ago
You can't come up with a counterexample for P != NP because there isn't a formula to disprove. For P = NP you would propose a general algorithm to convert all NP problems into P in P time, and an AI could then find a counterexampl
22.
▲
by
samuelknight
2mo ago
It has some weird side effects though. for example KV-caches are implemented in fixed incremental token blocks (1024 from the providers I used) instead of simply caching up to the most recent input prompt input. It results in up to 1023 add
23.
▲
by
samuelknight
2mo ago
Going by the chart in the article, if your total workload is 1k cataloged items and your quality threshold is 70%, why wouldn't you just pay $19 to gemini API instead of $500 + time to make a custom fine tune?
24.
▲
by
samuelknight
2mo ago
Amazon (or at least AWS as I knew it) did this a lot. Multiple redundant efforts accumulate and silo under different leaders. Eventually a VP picks a winner and everyone else re-orgs or leaves. Building a commercially viable foundational mo
25.
▲
by
samuelknight
2mo ago
Phi was cool for what it was. But it's not 2024 anymore.
26.
▲
by
samuelknight
2mo ago
Not useless. LLMs are the most general purpose computer algorithms ever created. They are getting smarter and cheaper at a geometric rate. What is a bad idea today could have useful applications tomorrow.
27.
▲
by
samuelknight
2mo ago
Has the author used an LLM to brainstorm architecture, explore trade-offs, challenge assumptions, or refine a design? Models are not just 'a data distiller'. "How could I implement X feature in Y project?" requires syste
28.
▲
by
samuelknight
2mo ago
Programs are tightly shaped to their dependencies and software frequently breaks when bumping a dependency versions. That's why we have package managers that are carefully built around lock files. Models should be thought of like a dep
29.
▲
by
samuelknight
2mo ago
It's not a smell. Why should these developers rebuild a core piece of their stack every few months. Switching out a model requires a new round of testing and validation when we should be able to rely on a piece of software the behave t
30.
▲
by
samuelknight
2mo ago
There is an issue on the page that causes the benchmark tables to get cut off. If you highlight and drag right you can see a few more models like Gemini and Claude Opus. It's also interesting that they introduced explicit caching, whic
More ›