Live data from Hacker News

Viewing profile — mhalle

mhalle

HN member
Joined
Sun, Jan 24, 2016, 4:36 AM UTC
HN karma
1,390
Public activity
218 items

About mhalle

No profile information was provided.

Recent public activity

  1. comment
    Comment #49180854

    Skills can provide CLI tools for LLMs running on the web. It works great (I use Claude).

  2. comment
    Comment #48628766

    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 …

  3. comment
    Comment #48392795

    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 …

  4. comment
    Comment #48337047

    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…

  5. comment
    Comment #48336321

    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 Administ…

  6. comment
    Comment #48335248

    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, whi…

  7. story
  8. comment
    Comment #48083215

    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 fo…

  9. comment
    Comment #47713158

    https://agentskills.io/specification * references/ Contains additional documentation that agents can read when needed * scripts/ Contains executable code that agents can run. * ass…

  10. comment
    Comment #47150712

    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, …

  11. comment
    Comment #46880116

    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 naturall…

  12. comment
    Comment #46873800

    Skills are not just documentation. They include computability (programs/scripts), data (assets), and the documentation (resources) to use everything effectively. Programs and data …

  13. comment
    Comment #46324758

    It would be interesting to use lite3 for blob storage in or with sqlite.

  14. comment
    Comment #46288541

    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 collection…

  15. comment
    Comment #46254781

    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 envi…

  16. comment
    Comment #46251834

    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 da…

  17. comment
    Comment #46007620

    Just to clarify, I'm only trying to get help debugging my account-state issue.

  18. story
    Ask HN: Reinstated Anthropic account still says "disabled"

    I am an open data science researcher and use Claude and Claude Code extensively. Last week my Anthropic account was auto-suspended. I appealed, and three days later I got an email …

  19. comment
    Comment #45300857

    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.wikiped…

  20. comment
    Comment #45206771

    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 t…

  21. comment
    Comment #45121207

    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. comment
    Comment #44972148

    Private collectors offer them for charter. https://www.aaprco.com/

  23. comment
    Comment #44858989

    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 apocr…

  24. comment
    Comment #44201219

    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.…

  25. comment
    Comment #44191362

    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 encapsula…