Live data from Hacker News

Viewing profile — typpo

typpo

HN member
Joined
Fri, Feb 25, 2011, 6:33 AM UTC
HN karma
3,905
Public activity
374 items

About typpo

https://www.ianww.com

email: hn at ianww.com

Recent public activity

  1. comment
    Comment #49092070

    No need to hack it, we'll add proper support for this.

  2. comment
    Comment #48692073

    >> Terra has competitive performance to GPT‑5.5 [while being 2x cheaper]… > To me that means “it’s an inferior product but marketing dictates we try and hide that.” I interpret thi…

  3. story
  4. comment
    Comment #46902752

    Lately my company has been doing a lot of complex accounting and reporting in spreadsheets. Overall was surprised by how well both GPT and Claude handled some of these extremely te…

  5. story
  6. comment
    Comment #44031584

    Nice work! This is like a much better version of Ancient Earth[0], which I made ~10 years ago using GPlates[1]. I like your approach of rendering the map itself from data, which ma…

  7. comment
    Comment #43347478

    This is so fun and creative. Congrats on launching!

  8. story
  9. comment
  10. story
  11. comment
    Comment #41047795

    Thanks to Meta for their work on safety, particularly Llama Guard. Llama Guard 3 adds defamation, elections, and code interpreter abuse as detection categories. Having run many red…

  12. story
  13. comment
    Comment #40813648

    If anyone is interested in evaling Gemma locally, this can be done pretty easily using ollama[0] and promptfoo[1] with the following config: prompts: - 'Answer this coding problem …

  14. story
    Show HN: Automated red teaming for your LLM app

    Hi HN, I built this open-source LLM red teaming tool based on my experience scaling LLMs at a big co to millions of users... and seeing all the bad things people did. How it works:…

  15. comment
    Comment #40550133

    Care to explain why you think so?

  16. comment
    Comment #40476239

    The problem in this case is not that it was trained on bad data. The AI summaries are just that - summaries - and there are bad results that it faithfully summarizes. This is an at…

  17. comment
    Comment #40358903

    The amount of negativity in these comments is astounding. Congrats to the teams at Google on what they have built, and hoping for more competition and progress in this space.

  18. comment
    Comment #40194012

    Paul's benchmarks are excellent and they're the first thing I look for to get a sense of a new model performance :) For those looking to create their own benchmarks, promptfoo[0] i…

  19. comment
    Comment #40107294

    Great idea and congrats on shipping the project! I'm curious if you noticed certain models worked better for summarizing and converting to steps. For example, in my projects I've f…

  20. comment
    Comment #40078383

    Public benchmarks are broadly indicative, but devs really should run custom benchmarks on their own use cases. Replicate created a Llama 3 API [0] very quickly. This can be used to…

  21. comment
    Comment #39980053

    If anyone wants to eval this locally versus codellama, it's pretty easy with Ollama[0] and Promptfoo[1]: prompts: - "Solve in Python: {{ask}}" providers: - ollama:chat:codellama:7b…

  22. story
  23. story
  24. comment
    Comment #39829850

    I'm working on https://quickchart.io/ , a web API for generating chart images. I've expanded it to a WYSIWYG chart editor at https://quickchart.io/chart-maker/ , which lets you cre…

  25. comment
    Comment #39044426

    Congrats on the launch! I've been interested in automatic testset generation because I find that the chore of writing tests is one of the reasons people shy away from evals. Recent…