Live data from Hacker News

Viewing profile — airylizard

airylizard

HN member
Joined
Mon, Dec 30, 2019, 11:00 PM UTC
HN karma
12
Public activity
19 items

About airylizard

No profile information was provided.

Recent public activity

  1. story
    Show HN: Patient Glue a more affordable SMS solution for healthcare that I built

    Hey y'all Wanted to introduce Patient Glue, it's an all-in-one SMS platform for healthcare that integrated directly into your EHR. Currently have an up to 3 month pilot for you to …

  2. story
    Think Before You Speak – Exploratory Forced Hallucination Study [pdf]

    This is a research/discovery post, not a polished toolkit or product. The Idea in a nutshell: "Hallucinations" aren't indicative of bad training, but per-token semantic ambiguity. …

  3. story
  4. comment
    Comment #44057259

    Exactly what leads to inaccurate output in LLM's. The semantic interpretation of each individual token isn't the same between us and it. "Interpretation", we likely define accuracy…

  5. comment
    Comment #44055129

    Are you continuing research? Is there somewhere we can follow along?

  6. comment
    Comment #44055022

    The fact that embeddings from different models can be translated into a shared latent space (and back) supports the notion that semantic anchors or guides are not just model-specif…

  7. comment
    Comment #44054199

    As more and more people use brute force loops to make their AI agents more reliable, this hidden inference giant will only continue to grow. This is why I put my framework together…

  8. comment
    Comment #44054047

    love it. any llm can be made to perform reliably and accurately which is the biggest pre-requisite when it comes to creating an "AI Agent". I think this gives people the opportunit…

  9. comment
    Comment #44022942

    The data "supply chain" has already surged ahead of production elsewhere. Companies aren't just passively taking what's out there, they actively harvest highly curated content, ben…

  10. comment
    Comment #44019182

    I like the idea, TSCE framework should make the individual agents more reliable and deterministic: https://github.com/AutomationOptimization/tsce_demo

  11. comment
    Comment #43998281

    Right, the 4.1 training checkpoint hasn’t moved. What has moved is the glue on top: decoder heuristics / safety filters / logit-bias rules that OpenAI can hot-swap without re-train…

  12. comment
    Comment #43996313

    Hey, thanks for kicking the tires! The run you’re describing was done in mid-April, right after GPT-4.1 went live. Since then OpenAI has refreshed the weights behind the “gpt-4.1” …

  13. comment
    Comment #43995850

    The test isn't for how well an LLM can find or replace a string. It's for how well it can carry out given instructions... Is that not obvious?

  14. comment
  15. comment
    Comment #43991918

    Why I came up with TSCE(Two-Step Contextual Enrichment). +30pp uplift when using GPT-35-turbo on a mix of 300 tasks. Free open framework, check the repo try it yourself https://git…

  16. comment
    Comment #43899344

    1. What TSCE is in one breath Two deterministic forward-passes. 1. The model is asked to emit a hyperdimensional anchor (HDA) under high temperature. 2. The same model is then aske…

  17. comment
  18. story
  19. story
    Show HN: TSCE – Think Before You Speak (Two-Step Contextual Enrichment for LLMs)

    Hi HN! I’d like to share TSCE – a Python library that gives small models the ability to follow instructions with above GPT-4-like precision using a two-step architecture. It’s desi…