HN user

abrichr

1,463 karma

Machine learning scientist, engineer, and entrepreneur.

- https://github.com/OpenAdaptAI/OpenAdapt - https://openadapt.ai - https://linkedin.com/in/richard-abrich - https://github.com/abrichr - https://richardabrich.com/resume - https://MLDSAI.com - richard at openadapt dot ai

abrichr.at.hn

meet.hn/city/ca-Old-Toronto

Socials: - github.com/abrichr - x.com/abrichr - linkedin.com/in/richard-abrich

---

Posts23
Comments599
View on HN
www.youtube.com 7mo ago

What's Next for AI? OpenAI's Łukasz Kaiser (Transformer Co-Author) [video]

abrichr
3pts0
www.hcompany.ai 9mo ago

Surfer 2: The Next Generation of Cross-Platform Computer-Use Agents

abrichr
1pts0
github.com 1y ago

PydanticPrompt: A simple library to document Pydantic models for LLMs

abrichr
2pts0
vintagedata.org 1y ago

The Model Is the Product

abrichr
3pts0
ca.finance.yahoo.com 1y ago

Elon Musk-led group makes $97.4B bid for control of OpenAI, WSJ reports

abrichr
15pts5
arxiv.org 2y ago

Learning Unsupervised World Models for Autonomous Driving via Discrete Diffusion

abrichr
2pts1
eureka-research.github.io 2y ago

Eureka: Human-Level Reward Design via Coding Large Language Models

abrichr
3pts0
openreview.net 2y ago

Learning Unsupervised World Models for Autonomous Driving via Discrete Diffusion

abrichr
1pts0
www.youtube.com 2y ago

Last Lecture Series: “How to Live an Asymmetric Life,” Graham Weaver [video]

abrichr
3pts0
github.com 3y ago

Hue-Codec

abrichr
2pts1
waabi.ai 3y ago

Oyster: Towards Unsupervised Object Detection from Lidar Point Clouds

abrichr
135pts71
github.com 3y ago

Package for interacting with public API for OpenAI's ChatGPT

abrichr
1pts0
niftywhip.com 4y ago

Niftywhip: Create and sell NFT art with AI

abrichr
5pts0
lukeoakdenrayner.wordpress.com 4y ago

.98 AUC classifying race from chest x-rays (external validation)

abrichr
17pts15
www.oncovid19.com 6y ago

Show HN: Oncovid19.com – Work to FlattenTheCurve

abrichr
1pts0
betakit.com 9y ago

NextAI announces Google and IBM partnerships, $5.15M in fundin

abrichr
3pts0
www.theglobeandmail.com 11y ago

Jim Ballsilie: “Canadians can innovate, but we’re not equipped to win”

abrichr
1pts1
subprotocol.com 12y ago

Verlet Spiderweb

abrichr
1pts0
techcrunch.com 13y ago

The Future Of Mobile-Social Could Spell The End For Social Networks

abrichr
1pts0
news.ycombinator.com 13y ago

Ask HN: Is this fair compensation for Lead Developer at a start-up?

abrichr
12pts10
thecaptchaexperiment.com 14y ago

TheCaptchaExperiment.com: The results are in

abrichr
2pts0
thecaptchaexperiment.com 14y ago

Show HN: The Captcha Experiment (v0.2)

abrichr
6pts0
www.thecaptchaexperiment.com 14y ago

Show HN: The Captcha Experiment

abrichr
15pts16

ChatGPT Deep Research dug through Taalas' WIPO patent filings and public reporting to piece together a hypothesis. Next Platform notes at least 14 patents filed [1]. The two most relevant:

"Large Parameter Set Computation Accelerator Using Memory with Parameter Encoding" [2]

"Mask Programmable ROM Using Shared Connections" [3]

The "single transistor multiply" could be multiplication by routing, not arithmetic. Patent [2] describes an accelerator where, if weights are 4-bit (16 possible values), you pre-compute all 16 products (input x each possible value) with a shared multiplier bank, then use a hardwired mesh to route the correct result to each weight's location. The abstract says it directly: multiplier circuits produce a set of outputs, readable cells store addresses associated with parameter values, and a selection circuit picks the right output. The per-weight "readable cell" would then just be an access transistor that passes through the right pre-computed product. If that reading is correct, it's consistent with the CEO telling EE Times compute is "fully digital" [4], and explains why 4-bit matters so much: 16 multipliers to broadcast is tractable, 256 (8-bit) is not.

The same patent reportedly describes the connectivity mesh as configurable via top metal masks, referred to as "saving the model in the mask ROM of the system." If so, the base die is identical across models, with only top metal layers changing to encode weights-as-connectivity and dataflow schedule.

Patent [3] covers high-density multibit mask ROM using shared drain and gate connections with mask-programmable vias, possibly how they hit the density for 8B parameters on one 815mm2 die.

If roughly right, some testable predictions: performance very sensitive to quantization bitwidth; near-zero external memory bandwidth dependence; fine-tuning limited to what fits in the SRAM sidecar.

Caveat: the specific implementation details beyond the abstracts are based on Deep Research's analysis of the full patent texts, not my own reading, so could be off. But the abstracts and public descriptions line up well.

[1] https://www.nextplatform.com/2026/02/19/taalas-etches-ai-mod...

[2] https://patents.google.com/patent/WO2025147771A1/en

[3] https://patents.google.com/patent/WO2025217724A1/en

[4] https://www.eetimes.com/taalas-specializes-to-extremes-for-e...

The AI coding trap 10 months ago

While the LLMs get to blast through all the fun, easy work at lightning speed, we are then left with all the thankless tasks: testing to ensure existing functionality isn’t broken, clearing out duplicated code, writing documentation, handling deployment and infrastructure, etc.

I’ve found LLMs just as useful for the "thankless" layers (e.g. tests, docs, deployment).

The real failure mode is letting AI flood the repo with half-baked abstractions without a playbook. It's helpful to have the model review the existing code and plan out the approach before writing any new code.

The leverage may be in using LLMs more systematically across the lifecycle, including the grunt work the author says remains human-only.

I just need to verify whichever part I need to use for something else. I can run the code it produces to see if it works. I can look up the reference to see if it exists. I can Google the particular fact to see if it's real. It's really very little effort. And the verification is orders of magnitude easier and faster than coming up with the information in the first place. Which is what makes LLM's so incredibly helpful.

Well put.

Especially this:

I can run the code it produces to see if it works.

You can get it to generate tests (and easy ways for you to verify correctness).

Hi Peter, I have a few questions:

1. I currently do consulting for US clients through a Canadian corporation. If I accept a full-time job in the U.S. (e.g., on a TN or H-1B visa), can I continue consulting for other clients?

   - Does the answer depend on the visa type?  

   - Are there any restrictions on self-employment or side income?
2. Can I set up a corporation (LLC, S-Corp, or C-Corp) in the U.S. while on a work visa?
   - Can I be a shareholder?  

   - Can I take dividends?  

   - Can I actively work in the business?
3. What legal structures allow me to maximize flexibility while working in the U.S.?
   - Would an O-1 visa allow for more flexibility?
  
   - If I move under a TN visa, can I later transition to an E-2 investor visa to run my own business?
4. What are the best options if I want to move to the U.S. while keeping the ability to do high-paid consulting?
   - Should I aim for a Green Card as soon as possible? 
 
   - Is there a specific visa category that would allow this?
Thank you for your help!
Mistral OCR 1 year ago

I wondered how soon will I be able to ask the video player "What am I looking at here, describe the equations" and it will OCR the frames, analyze them and explain them to me.

Seems like https://aiscreenshot.app might fit the bill.

GPT-4.5 1 year ago

Have you tried copying the compilation errors back into the prompt? In my experience eventually the result is correct. If not then I shrink the surface area that the model is touching and try again.

Food:

- Ray Kroc – Turned McDonald's into a global fast-food empire.

- Howard Schultz – Scaled Starbucks into an international giant.

- Michele Ferrero – Created Nutella, Kinder, and Ferrero Rocher, making his family billionaires.

Water:

- François-Henri Pinault – Controlled Evian via Danone.

- Antoine Riboud – Expanded Danone into a bottled water empire (Evian, Volvic).

- Peter Brabeck-Letmathe – Former Nestlé CEO; Nestlé owns Perrier, Pure Life, Poland Spring, etc.

Electricity:

- Warren Buffett – Berkshire Hathaway Energy owns multiple utilities.

- Li Ka-shing – Built major energy holdings through CK Infrastructure.

- David Tepper – Invested heavily in power utilities via Appaloosa Management.