HN user

ma2rten

7,364 karma
Posts69
Comments2,000
View on HN
news.ycombinator.com 4y ago

Ask HN: What Is the Case for Web3?

ma2rten
9pts11
www.cnn.com 4y ago

Michigan woman faces prison after trying to hire assassin through fake website

ma2rten
2pts0
nytimes.com 5y ago

Google’s Plan for the Future of Work: Privacy Robots and Balloon Walls

ma2rten
2pts2
news.ycombinator.com 5y ago

Ask HN: How do I find a mentor?

ma2rten
6pts4
www.businessinsider.com 5y ago

Google's Sundar Pichai says future of office is employee 'on-sites'

ma2rten
274pts409
theintercept.com 6y ago

Glenn Greenwald: Mass Extermination of Iowa Pigs Amid Pandemic Revealed

ma2rten
45pts11
www.theverge.com 6y ago

Waymo’s robot taxi service is improving, but riders still have complaints

ma2rten
1pts0
news.ycombinator.com 7y ago

Ask HN: How do I get into consulting?

ma2rten
1pts6
blog.google 7y ago

Google Ads: Raising the bar on transparency, choice and control

ma2rten
2pts0
www.vox.com 7y ago

The human costs of Black Friday, explained by a former Amazon warehouse manager

ma2rten
3pts0
www.express.co.uk 8y ago

Brussels says new GDPR law doesn't apply to EU

ma2rten
11pts2
www.vox.com 9y ago

I was a lobbyist for more than 6 years

ma2rten
1pts0
reactos.org 9y ago

ReactOS 0.4.5 Released

ma2rten
194pts50
medium.com 9y ago

Apply to be part of Waymo’s early rider program

ma2rten
1pts0
www.vox.com 9y ago

Uber lost $2.8B in 2016. Will it ever become profitable?

ma2rten
1pts0
affinelayer.com 9y ago

Image-to-Image Translation Demo

ma2rten
122pts10
radar.oreilly.com 10y ago

Unsupervised learning, attention, and other mysteries

ma2rten
3pts0
math-www.uni-paderborn.de 11y ago

A Subjective Comparison of Germany and the United States

ma2rten
1pts0
www.forbes.com 11y ago

This Is the Suicide Info Whisper Gave to the Department of Defense

ma2rten
1pts0
gigaom.com 11y ago

Whisper CEO suspends editorial team, maintains Guardian report is inaccurate

ma2rten
7pts2
www.digitalocean.com 12y ago

A Comparison Of NoSQL Database Management Systems And Models

ma2rten
4pts0
www.businessinsider.com 12y ago

Why So Many Startups Are Being Acqui-Hired [2012]

ma2rten
1pts0
chenyuz.quora.com 12y ago

Minimum Viable Painting

ma2rten
8pts1
bangkokpost.com 12y ago

An agnostic's view of the democracy cult

ma2rten
3pts0
pypi.python.org 12y ago

Pythonium: Python 3 to JavaScript translator

ma2rten
122pts53
news.ycombinator.com 12y ago

Ask HN: What to use for a mobile based HTML app?

ma2rten
1pts3
news.ycombinator.com 12y ago

Ask HN: What will the future look like?

ma2rten
13pts9
www.foxnews.com 13y ago

Crowds across America protest NSA in 'Restore the Fourth' movement

ma2rten
10pts0
www.wired.com 13y ago

What’s in the Rest of the Top-Secret NSA PowerPoint Deck?

ma2rten
11pts2
mashable.com 13y ago

Wikileaks Says Aaron Swartz Was a Possible Source

ma2rten
85pts53
How Airbus took off 9 months ago

Europe is quite conservative, in the sense that they would not invest billions into an unproven venture. It makes sense that it would excel at an industry that requires putting safety above everything.

You can also look at the price of opensource models on openrouter, which are a fraction of the cost of closed source models. This is a market that is heavily commoditized, so I would expect it reflect the true cost with a small margin.

The study seemed not very convincing to me, at least the way it was described in the article. To summarize: they asked crowdworkers to write a law who used legalese, but not when writing news stories about it or when explaining the law. From that the researchers concluded that people use legalese to convey authority.

But what if people just imitated the writing style of existing laws, but not with the intention to make it authoritative but because that is what they understood their task to be?

I have an upcoming trip to Europe, which I am quite excited about. I wanted to set up a Tailscale exit node to ensure that critical apps I depend on, such as banking portals continue working from outside the country.

I've never had an issue accessing banking portals from Europe.

Gemini AI 3 years ago

No this is not correct. Arguably OpenAI invented LLMs with GPT3 and the preceding scaling laws paper. I worked on LAMDA, it came after GPT4 and was not as capable. Google did invent the transformer, but all the authors of the paper have left since.

Yes, I think that is a reasonable way to think about it, in my opinion. However, with the language modeling objective it predicts the next token and because of the residual connections each intermediate layer is in the same space. So, maybe it would be more accurate to say that it is an increasingly accurate representation of the next token.

Attention takes in all tokens in the sequence and outputs a new representation of the current token in context. Each layer of the transformer adds more context to the token.

I haven't read this explanation in detail and although they have some nice animations, I wouldn't go to FT to explain machine learning concepts. Here are two well known explanations that might be better:

http://jalammar.github.io/illustrated-transformer/

http://nlp.seas.harvard.edu/annotated-transformer/.

GPT-4 can't reason 3 years ago

I didn't have time to read this, but it is a single author paper, the author is not affiliated with a research group, it is not peer reviewed, it was published on a preprint server that I have never heard of.

LLMs can definitely perform some kinds of reasoning. For example GSM8K is a dataset of grade school math problem requiring reasoning that LLMs are typically evaluated at. We talk about one method for this in our chain of thought paper [1]

[1] https://arxiv.org/abs/2201.11903