HN user

hendler

3,809 karma

https://hai.ai

Posts312
Comments417
View on HN
jhendler.com 5mo ago

We must all be CEOs

hendler
2pts0
github.com 5mo ago

Shannon: Claude Code for Pen Testing: #1 on Github today

hendler
3pts2
jhendler.com 9mo ago

Boat, Not Moat

hendler
2pts0
whatisprogress.com 11mo ago

It's not a vibe, it's a trip

hendler
3pts0
arxiv.org 1y ago

ReasonAgain: Using LLM Generated Symbolic Programs for Mathematical Reasoning

hendler
2pts0
www.youtube.com 1y ago

Has AI Made Robot Dogs Too Smart? – Real Science [video]

hendler
2pts0
www.youtube.com 1y ago

A Physicist's Review of Wolfram's Theory of Everything

hendler
3pts2
patents.google.com 1y ago

Apple's 2011 Patent on Dialog Assistants with Tools

hendler
2pts0
inflection.ai 1y ago

Inflection AI API

hendler
2pts0
www.youtube.com 1y ago

Steve Jobs – 2005 Stanford University Graduation Speech

hendler
3pts0
www.youtube.com 1y ago

Trying Meta's new AR glasses

hendler
1pts1
www.10tv.com 1y ago

City of Columbus sues expert who exposed extent of cyberattack

hendler
311pts132
leandojo.org 1y ago

LeanDojo: Theorem Proving in Lean Using Language Models

hendler
3pts0
www.youtube.com 2y ago

PC software pioneer Gary Kildall's life and mysterious death at Monterey bar

hendler
1pts0
medium.com 2y ago

Vinod Khoslas 12 predictions about the future

hendler
2pts3
www.youtube.com 2y ago

AT&T Archives: The Unix Operating System [video]

hendler
1pts0
whatisprogress.com 2y ago

GPT Mouse

hendler
1pts0
developer.apple.com 2y ago

Apple releases Journaling suggestions API [video]

hendler
2pts1
www.schneier.com 2y ago

AI and Mass Spying

hendler
400pts328
whatisprogress.com 2y ago

The Software Artist

hendler
1pts0
www.youtube.com 2y ago

The Dark Side of Competition in AI

hendler
2pts0
github.com 2y ago

GRule – Rule Engine

hendler
3pts1
github.com 2y ago

Show HN: Oaicli – command line assistants (GPTs)

hendler
1pts0
whatisprogress.com 2y ago

GPTs Are Like Masks

hendler
1pts0
www.anduril.com 2y ago

Anduril Fury: Automomous Stealth Drone

hendler
59pts54
dinosaurpictures.org 2y ago

Ancient Earth globe

hendler
107pts64
twitter.com 4y ago

2-3 lbs of steak a day since 2020

hendler
1pts0
www.playperidot.com 4y ago

Peridot, an AR adventure pet game, from the makers of Pokémon Go

hendler
2pts0
en.wikipedia.org 4y ago

Stability–instability paradox – where MAD breaks down

hendler
8pts1
www.nytimes.com 4y ago

Modern Monetary Theory vs. Inflation

hendler
1pts0

A company's values become even more important with AI accelerating and expanding the mission of traditional Delaware Corporations.

Do you have advice on how to use AI to help teams stay true to their values?

Having not read your book yet, in my mind there's the obvious legal support AI can provide to help navigate complex situations, but maybe there's some other groundwork in the value creation and implementation itself?

With the TPU deal with Google and their relationship with Amazon they will have access compute coming online.

I worked with 4.6 and found some improvements for better planning and sustained us, but agree some posters 4.7 is slower, overthinking.

What I expect is frontier models to get bigger and more expensive (especially fast mode like on Cerberus). And most of his get much smaller distillations for the more generous subscription tiers.

The question is not if the commenter is an expert, but if they are correct.

The claim that some models didn't take larger systems into account is also because an expert in the arctic wasn't an expert in oceans. And the expert in biodiversity isn't an expert in food supply chains. Expertise isn't the question. Instead it is - do all of us who are non experts (all of us) have enough expert data to have a systemic understanding of an accelerating trend?

I care a lot about the environment, and worked in climate tech for 7 years. I also am very hopeful for AI's contributions.

When we say that AI will help save the environment, I can see short term gains in things like nuclear energy expansion and improvement, better educational opportunities, robotic labor and other efficiency automations, etc. On ecosystems and biodiversity, I don't see a clear path.

AI can improve our understanding, but a systems collapse requires very complex bio-chemical systems that are all interdependent. Maybe we all live in bubbles of AI controlled environments post Holocene, but we rely on larger earth systems that will be difficult to rebuild post collapse.

Does anyone else worry that AI will not be rapid or sufficiently impactful to deal with ecosystem collapse?

Prolog itself is still developed and used in various settings (mostly swi-prolog?), but other languages and logic engines solve domain specific but similar problems better (rule engines, formal proof verifiers, etc). For exploratory work it can be useful.

I have tried to use it in combination will LLMs unsuccessfully, partly because the domain was not specific enough. Otherwise you need a lot of real world knowledge and a large fact database.

Logic engines for first order logic in RDF/OWL also have interesting logical inference abilities, like graphdbs.

Any programming language can do "logic" and the work at MIT/CSAIL in probabilistic programming may turn out to be a better way to combine fuzzy logic and formal proofs.

Not sure this answers your question, but maybe this points towards some interesting directions.

Air quality is not thought enough of in terms of localized data. Some modeling works at larger scales, but if you want to know the forecast for other pollutants (especially ones that disperse or transition) or the source of methane leaks, you need very localized data from many modalities (wind direction, temperature, topographic, seasonal, traffic, etc).

I worked at https://aclima.io on air quality for 6.5 years. My role was managing backend data pipelines, but I worked with scientists and data scientists who were pushing the boundaries of models' capabilities. Models are complex and expensive - any advancement here, like Graphcast, is very important. [1] One job our team was responsible for is to reduce the cost of high quality data, so we drove vehicles around to collect very localized data, which ended up being temporally sparse. Modeling can fill gaps to some measurable level of certainty.

It should also be said that policy is far behind the science, but the burden will remain on science and data to continue make conclusions irrefutable.

[1] https://deepmind.google/discover/blog/graphcast-ai-model-for...

I don't use Rust for game dev but I do for low level libraries and find it easier than C++ to get started. I have enjoyed it more than Java and like it for different reasons than Go, but it feels good to program in.

As for the design patterns that a complex game requires, if you are considering Rust for game dev and ecs design patterns it might be useful to check out projects that are Rust centric like https://spacetimedb.com/.