Viewing profile — airylizard
airylizard
HN member- Joined
- Mon, Dec 30, 2019, 11:00 PM UTC
- HN karma
- 12
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About airylizard
No profile information was provided.
Recent public activity
-
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 …
-
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. …
- story
-
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…
-
comment
Comment #44055129
Are you continuing research? Is there somewhere we can follow along?
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #44019182
I like the idea, TSCE framework should make the individual agents more reliable and deterministic: https://github.com/AutomationOptimization/tsce_demo
-
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…
-
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” …
-
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?
- comment
-
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…
-
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…
- comment
- story
-
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…