Eric Elliott(@_ericelliott) 's Twitter Profileg
Eric Elliott

@_ericelliott

Make some magic. Engineering Manager, @Adobe Firefly. Conjured @SudoLang. AI, JavaScript, Web3. https://t.co/SMZl8zzCef https://t.co/PtmEcdxSsN

ID:14148308

linkhttp://ericelliottjs.com calendar_today14-03-2008 18:06:53

45,5K Tweets

63,6K Followers

13,1K Following

Emery Wells(@emerywells) 's Twitter Profile Photo

I built and sold Frame.io for $1.3 billion to Adobe, and along the way, I received plenty of advice that turned out to be entirely off the mark. Here's a look at some of the most glaring misdirections:

1. 'As CEO, focus on executive business tasks.' This couldn't…

account_circle
Matt Shumer(@mattshumer_) 's Twitter Profile Photo

Snowflake just launched the largest open-source model yet.

A 482B parameter MoE.

17B active parameters and 128 experts, trained on 3.5T tokens.

This model is more open than others — even the data recipe is open-source!

Snowflake just launched the largest open-source model yet. A 482B parameter MoE. 17B active parameters and 128 experts, trained on 3.5T tokens. This model is more open than others — even the data recipe is open-source!
account_circle
Andrej Karpathy(@karpathy) 's Twitter Profile Photo

# explaining llm.c in layman terms

Training Large Language Models (LLMs), like ChatGPT, involves a large amount of code and complexity.

For example, a typical LLM training project might use the PyTorch deep learning library. PyTorch is quite complex because it implements a very…

account_circle
Andrej Karpathy(@karpathy) 's Twitter Profile Photo

Have you ever wanted to train LLMs in pure C without 245MB of PyTorch and 107MB of cPython? No? Well now you can! With llm.c:
github.com/karpathy/llm.c

To start, implements GPT-2 training on CPU/fp32 in only ~1,000 lines of clean code. It compiles and runs instantly, and exactly…

account_circle
Leanpub(@leanpub) 's Twitter Profile Photo

Composing Software by Eric Elliott is on sale on Leanpub! Its suggested price is $34.00; get it for $25.50 with this coupon: leanpub.com/sh/RAiaYwax Eric Elliott Engineering Architecture

account_circle
Eric Elliott(@_ericelliott) 's Twitter Profile Photo

POV: It's the day before release. There's no such thing as a 'small change' at this stage. Even a 2-line code adjustment can endanger the release with:

* Further design revisions
* Downstream code changes
* Code review
* Fix automated tests
* Quality and bug fixes

account_circle
Dave Anderson(@scarletinked) 's Twitter Profile Photo

When teams estimate work for a product, there's a HUGE GIGANTIC ERROR that they almost always make.

What's that error? They only count the cost of building a feature. 'This feature will take 4 engineer weeks to build.'

That's just the beginning of the cost.

🧵

account_circle
Jake Brukhman(@jbrukh) 's Twitter Profile Photo

The future of blockchain is a swarm of one million microinvestors writing you a $5 check into the seed round and giving you 12 seconds of post-investment management.

account_circle
Matt Shumer(@mattshumer_) 's Twitter Profile Photo

There's a new king of open-source.

The new LLM from Databricks just beat Mixtral!

- 132B total params (16 experts), 36B active (4 experts)
- Trained on *12T* tokens
- 32K context length

From my initial tests, I'm really impressed.

There's a new king of open-source. The new LLM from @databricks just beat Mixtral! - 132B total params (16 experts), 36B active (4 experts) - Trained on *12T* tokens - 32K context length From my initial tests, I'm really impressed.
account_circle
Leanpub(@leanpub) 's Twitter Profile Photo

Composing Software by Eric Elliott is on sale on Leanpub! Its suggested price is $34.00; get it for $25.50 with this coupon: leanpub.com/sh/vbvwMyWy Eric Elliott Engineering Architecture

account_circle
Avindra Fernando(@avindrafernando) 's Twitter Profile Photo

We keep hearing about the red flags (🚩) in software developers.

How about the green flags?

🟩Willing to be mentored.
🟩Willing to mentor others.
🟩Adapts to change well.
🟩Communicates early and often.
🟩Gives honest feedback.
🟩Identifies risks.
🟩Protects the team.

account_circle
Nando de Freitas 🏳️‍🌈(@NandoDF) 's Twitter Profile Photo

There appears to be a mismatch between publishing criteria in AI conferences and 'what actually works'. It is easy to publish new mathematical constructs (e.g. new models, new layers, new modules, new losses), but as Apple's MM1 paper concludes:

1. Encoder Lesson: Image…

There appears to be a mismatch between publishing criteria in AI conferences and 'what actually works'. It is easy to publish new mathematical constructs (e.g. new models, new layers, new modules, new losses), but as Apple's MM1 paper concludes: 1. Encoder Lesson: Image…
account_circle
Jim Fan(@DrJimFan) 's Twitter Profile Photo

Foundation Agent: a roadmap to build generally capable embodied AI that acts skillfully across many worlds, virtual or real.

Project GR00T, the Humanoid robot foundation model, is a cornerstone for Foundation Agent. It's the North Star, the next grand challenge in our quest for…

account_circle
Eric Elliott(@_ericelliott) 's Twitter Profile Photo

If you want to provide API services to React components, HOCs are better than hooks because you can call the unwrapped component directly without the HOC wrapper & test without mocking. You can also more easily reuse the enhanced component just by wrapping with a different HOC.

account_circle
Ethan Mollick(@emollick) 's Twitter Profile Photo

Inheritance vs. meritocracy, or why you shouldn't let rich kids invest your 💰

Mutual fund managers from poor families outperform those from wealth. This is because it is easier to be hired and promoted as a mutual fund manager if you come from wealth, even if you are bad at it.

Inheritance vs. meritocracy, or why you shouldn't let rich kids invest your 💰 Mutual fund managers from poor families outperform those from wealth. This is because it is easier to be hired and promoted as a mutual fund manager if you come from wealth, even if you are bad at it.
account_circle
Jim Fan(@DrJimFan) 's Twitter Profile Photo

DeepMind SIMA: an agent that plays 7 games and 4 3D simulations by reading pixels and generating keyboard/mouse control. This was the original promise of OpenAI Universe in 2016, way ahead of its time. After 8 years, it's done right with the modern AI stack.

Things I like:
-…

account_circle