Live data from Hacker News

Viewing profile — sammyd56

sammyd56

HN member
Joined
Wed, Dec 12, 2012, 7:36 PM UTC
HN karma
87
Public activity
30 items

About sammyd56

No profile information was provided.

Recent public activity

  1. comment
    Comment #45621896

    An agent is just an LLM calling tools in a loop. If you're a "show me the code" type person like me, here's a worked example: https://samdobson.uk/posts/how-to-build-an-agent/

  2. story
  3. comment
    Comment #45578274

    Great call, thankyou - I switched to log scale for those metrics - agree that it is much clearer.

  4. comment
    Comment #45575361

    This is a much easier way to run the model. I'm going to update the huggingface README to point to this. The one thing that could be improved is the turn-taking between user and as…

  5. comment
    Comment #45574720

    I've uploaded the model here: https://huggingface.co/sdobson/nanochat I didn't get as good results as Karpathy (unlucky seed?) It's fun to play with though... User: How many legs d…

  6. comment
    Comment #45572674

    There's not much to it... it took longer to spin up the cloud machine than it did to kick off the training run. I'll be writing up a blog post with a step-by-step guide when I get …

  7. comment
    Comment #45572448

    I'm doing a training run right now (started 20min ago). You can follow it at https://api.wandb.ai/links/sjd333-none/dsv4zkij Will share the resulting model once ready (4 hours from…

  8. comment
    Comment #34301415

    That's probably because fine-tuning is not the right approach for this use-case. A better approach might look more like this: https://github.com/openai/openai-cookbook/blob/main/ex…

  9. comment
  10. comment
    Comment #34276025

    Hi HN, This one is mine. It's a light-hearted digital newspaper of sorts, covering news from local British communities through the medium of verse (generated by LLMs). Until now I'…

  11. story
  12. comment
    Comment #34147865

    What is your goal? For short-term career growth, $YOUR_COMPANY's current preferred ETL tool will have the biggest ROI. Focus on design patterns: while APIs will come and go, the co…

  13. comment
  14. comment
  15. comment
    Comment #26529421

    A stark reminder to end users of any service that if you are not paying, you are the product. There is good reason that the sale of financial services through intermediaries is a h…

  16. story
  17. comment
    Comment #24209068

    Very interesting concept. A couple of initial observations: * Creating models from a file borks on anything non-UTF8 (i.e. most legacy system outputs) * `synth model inspect` outpu…

  18. comment
    Comment #22145620

    This looks really cool and haven't seen this before - thanks for sharing. I've updated the description on Kaggle.

  19. comment
    Comment #22132496

    Hi HN. Over the last 4 months I have collected 380,000 attempts to guess a number on my Amazon Alexa Skill, and wanted to share with the community. Would love to see what you can d…

  20. story
  21. comment
  22. comment
    Comment #22132266

    Thanks for the tip :) Not sure about the licence - think it was the default option. I'll take a look. edit: Updated licence to CC-BY-SA (i.e. do what you want as long as you credit…

  23. story
    380k Guesses

    Hi HN. Over the last 4 months I have collected 380,000 attempts to guess a number on my Amazon Alexa Skill, and wanted to share with the community. Would love to see what you can d…

  24. comment
    Comment #21437071

    Big 4 management consultant in the Financial Services industry, exploring opportunities in Tech. 15 years of coding experience, with GitHub portfolio dating back 5+. Location: Lond…

  25. story
    Ask HN: How to get open source maintainers to work together?

    I want to develop a simple CLI app that interacts with an API. So I search GitHub for a Python wrapper. There are 5 different libraries. Each nearly does what I need, but none are …