Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mhalle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mhalle
1mo ago
Skills can provide CLI tools for LLMs running on the web. It works great (I use Claude).
2.
▲
by
mhalle
3mo ago
The ID verification is also being used to enforce Claude's 18+ age restriction. It seems there is no way for a high school student to use Claude for any purpose, including as part of a supervised project or class.
3.
▲
by
mhalle
4mo ago
I have a Birdweather puck ( https://birdweather.com ) that listens for birds in our backyard in suburban Boston. It also measures sound pressure level (30 second sample rate). Our puck showed a 90.8dB sound level compared to a 55d
4.
▲
by
mhalle
4mo ago
Create a skill that has the CLI in the scripts sub-directory. The implementation language depends on the LLM and the VM it uses. Claude includes shell, python, and a bunch of other interpreters in a Linux environment. A skill's instruc
5.
▲
by
mhalle
4mo ago
As the article says, legal action up to this point has been based on the fact that the government created policies that didn't follow its own rules under, for example, the Administrative Procedures Act. So now the administration is att
6.
▲
by
mhalle
4mo ago
CLIs do work on mobile when they are packaged in skills that run in an appropriate VM behind the LLM. Claude on the web does this. The only issue is controlling network access, which could be fixed by per-skill ACLs.
7.
▲
Proposed new US funding rules: We can cancel any grant at any time
(arstechnica.com)
323 points
by
mhalle
4mo ago
|
3 comments
8.
▲
by
mhalle
4mo ago
Early LLMs typically tried to do multiplication "in their head" by recall. Now most LLMs do multiplication using a tool call to a programming language, akin to a person reaching for a calculator rather than relying on a learned ta
9.
▲
by
mhalle
5mo ago
https://agentskills.io/specification * references/ Contains additional documentation that agents can read when needed * scripts/ Contains executable code that agents can run. * assets/ Contains static resourc
10.
▲
by
mhalle
7mo ago
I would definitely disagree. Claude Code and similar agents help me execute experiments, prototypes and full designs based on ideas that I have been refining in my head for years, but never had the time or resources to implement. They also
11.
▲
by
mhalle
8mo ago
On the other hand, LLMs are trained on enormous collections of human-authored documents, many that look like "how to" documents. Perhaps the current generation of LLMs are naturally wired for skill-like human language instructions
12.
▲
by
mhalle
8mo ago
Skills are not just documentation. They include computability (programs/scripts), data (assets), and the documentation (resources) to use everything effectively. Programs and data are the basis of deterministic results that are accessi
13.
▲
by
mhalle
9mo ago
It would be interesting to use lite3 for blob storage in or with sqlite.
14.
▲
by
mhalle
9mo ago
It would be interesting to see how much better this algorithm would be with a stereo pair as input. Not only do many VR and AR systems acquire stereo, we have historical collections of stereo views in many libraries and museums.
15.
▲
by
mhalle
9mo ago
Skills are not just markdown files. They are markdown files combined with code and data, which only work universally when you have a general purpose cloud-based code execution environment. Out of the box Claude skills can call python script
16.
▲
by
mhalle
9mo ago
I have found that scripts, and the environment that runs them, are the skills' superpower. Computability (scripts) means being able build documents, access remote data, retrieve data from packaged databases and a bunch of other fundame
17.
▲
by
mhalle
10mo ago
Just to clarify, I'm only trying to get help debugging my account-state issue.
18.
▲
Ask HN: Reinstated Anthropic account still says "disabled"
1 points
by
mhalle
10mo ago
|
2 comments
19.
▲
by
mhalle
1y ago
Here is a reference to the "Reinventing Government" effort that was implemented during the Clinton administration and considered highly successful (and legal): https://en.m.wikipedia.org/wiki/National_Partners
20.
▲
by
mhalle
1y ago
Perhaps. But it also expands the idea that the customer/buyer has financial power over the server by encouraging a tipping culture. Donald Trump and his sons have repeatedly said that don't pay on contracts when they view the work
21.
▲
by
mhalle
1y ago
This format requires temporal validity with `valid_from`, but doesn't include `valid_to`. I don't understand how `valid_from` and the also required `recorded_at` interact.
22.
▲
by
mhalle
1y ago
Private collectors offer them for charter. https://www.aaprco.com/
23.
▲
by
mhalle
1y ago
You might also like "When Old Technologies Were New", which describes about how electricity and communication in the home changed society. For instance, it tells the possibly apocryphal story of how the telephone allowed male suit
24.
▲
by
mhalle
1y ago
His github repository also contains the code that prompts OpenAI to analyze and flag VA memos that might contradict hot button issues from Trump's Executive orders. https://github.com/slavingia/va/blob/ma
25.
▲
by
mhalle
1y ago
It's slow between each UI interaction compared to auto-complete type systems. But CC can do much more per step. That's especially true if you use it to write scripts that encapsulate multiple steps of a process. Then it can run th
26.
▲
by
mhalle
1y ago
I think it's something you have to try in order to understand. Running commands one by one and getting permission may sound tedious. But for me, it maps closely to what I do as a developer: check out a repository, read its documentatio
27.
▲
by
mhalle
1y ago
This device would also be useful in places with street-side bike lanes or no bike lanes at all, to see how closely bicyclists ride next to parked cars. Dooring remains one of the greatest threats to bicyclist safety in many locations. Even
28.
▲
by
mhalle
1y ago
It's really awesome that you've taken a widely available tool like PyTorch and used it out of domain to provide a library like this, especially one focused on exact solutions and not approximations. Any plans to include diffractiv
29.
▲
by
mhalle
2y ago
I spent about five hours using Claude Code heavily yesterday to upgrade and enhance a four year old React web app. This app is widely used to reference anatomical nomenclature. I was able to internationalize it for 45 major languages across
30.
▲
by
mhalle
2y ago
Your comments are quite good and accurate. I would add that funding from private foundations is in many cases only viable because NIH overhead is paying for the supporting infrastructure. Very few biomedical researchers are supported solely
More ›