Sean Oesch (@oeschsec) 's Twitter Profile
Sean Oesch

@oeschsec

Cybersecurity Researcher at Oak Ridge National Laboratory (@ORNLCyber). PhD @UTK_TCE. Applications of AI to cyber, usable security, network security.

ID: 1353812486764507136

calendar_today25-01-2021 21:11:04

483 Tweet

45 Followers

43 Following

Andrew White šŸ¦ā€ā¬› (@andrewwhite01) 's Twitter Profile Photo

Code is here (including highly valuable prompts): github.com/whitead/paper-… Still needs some work, but fun to play around with and has been legitimately useful for my own research. 5/5

Liv Ross (@je_suis_liv) 's Twitter Profile Photo

My friend saw this book on Malcolm Guite's shelf, decided that I needed one on my shelf, then hunted it down and surprised me with it today. It contains works by favorites such as, Tennyson, Coleridge, Donne, Spenser, Solomon, Yeats. And it was published the year I was born.

My friend saw this book on <a href="/malcolmguite/">Malcolm Guite</a>'s shelf, decided that I needed one on my shelf, then hunted it down and surprised me with it today.

It contains works by favorites such as, Tennyson, Coleridge, Donne, Spenser, Solomon, Yeats.

And it was published the year I was born.
Alvaro Cintas (@dr_cintas) 's Twitter Profile Photo

This paper is going viral. Why? Authors were able to find a way to enable the Recurrent Memory Transformer to retain information across up to 2 million tokens 🤯 In simpler words, it can process and remember vast amounts of data, significantly more than before. Just so you

This paper is going viral. 

Why?

Authors were able to find a way to enable the Recurrent Memory Transformer to retain information across up to 2 million tokens 🤯

In simpler words, it can process and remember vast amounts of data, significantly more than before.

Just so you
Mark Tenenholtz (@marktenenholtz) 's Twitter Profile Photo

I am at least 3-5x more productive using ChatGPT to code. Not only am I faster writing code I'm familiar with, but I've even shipped apps in tech stacks I'd never used before. Here's my process, the prompts I use, and why it all works:

Rowan Cheung (@rowancheung) 's Twitter Profile Photo

1. Hugging Face launches a ChatGPT alternative Hugging Face launched a 30-billion-parameter open-sourced AI chatbot called HuggingChat The chatbot aims to compete with OpenAI's ChatGPT.

Andrew Ng (@andrewyng) 's Twitter Profile Photo

1/ Thrilled to announce: Our new course ChatGPT Prompt Engineering for Developers, created together with OpenAI, is available now for free! Access it here: deeplearning.ai/short-courses/…

Yann LeCun (@ylecun) 's Twitter Profile Photo

Remember when naĆÆve hackers were called script kiddies? What would be the equivalent designation for folks who think they are AI experts after a couple hours of LLM prompt engineering? Prompt kiddies?

Zhihao Jia (@jiazhihao) 's Twitter Profile Photo

Generative LLMs are slow and expensive to serve. Their much smaller, distilled versions are faster and cheaper but achieve suboptimal generative performance. We show it is possible to achieve the best of both worlds. Code: github.com/flexflow/FlexF… Paper: cs.cmu.edu/~zhihaoj2/pape…

Jiannan Xiang (@szxiangjn) 's Twitter Profile Photo

šŸ¤”Humans can learn from embodied experiences in the physical world. Can Language Models also do that? šŸ”„Check out our new paper about enhancing Language Models with World Models! šŸ‘‡arxiv.org/abs/2305.10626 1/n

šŸ¤”Humans can learn from embodied experiences in the physical world. Can Language Models also do that?

šŸ”„Check out our new paper about enhancing Language Models with World Models!

šŸ‘‡arxiv.org/abs/2305.10626

1/n
Malcolm Guite (@malcolmguite) 's Twitter Profile Photo

In three in one and one in three, in rhyme, In music, in the whole creation story, In His own image, His imagination, The Triune Poet makes us for His glory, A Sonnet for Trinity Sunday malcolmguite.wordpress.com/2023/06/04/a-s…

Andrew Ng (@andrewyng) 's Twitter Profile Photo

I'd like to have a real conversation about whether AI is a risk for human extinction. Honestly, I don't get how AI poses this risk. What are your thoughts? And, who do you think has a thoughtful perspective on how AI poses this risk that I should talk to?

Lior⚔ (@lioronai) 's Twitter Profile Photo

GPT-Engineer just hit 12,000 stars on Github. It's an AI agent that can write an entire codebase with a prompt and learn how you want your code to look. ā–ø Asks clarifying questions ā–ø Generates technical spec ā–ø Writes all necessary code ā–ø Easy to add your own reasoning

Akshay šŸš€ (@akshay_pachaar) 's Twitter Profile Photo

We've all dealt with activation functions while working with neural nets. - Sigmoid - Tanh - ReLu & Leaky ReLu - Gelu Ever wondered why they are so importantā“šŸ¤” Let me explain it to you in this šŸ§µšŸ‘‡

We've all dealt with activation functions while working with neural nets.

- Sigmoid
- Tanh
- ReLu &amp; Leaky ReLu
- Gelu

Ever wondered why they are so importantā“šŸ¤”

Let me explain it to you in this šŸ§µšŸ‘‡
Boaz Barak (@boazbaraktcs) 's Twitter Profile Photo

A paperclip maximizer, a stochastic parrot, king Midas, a jpeg of the web, markets, democracy, an alien, a shoggoth,... So many metaphors offered for AI. I discuss these and their limitations. windowsontheory.org/2023/06/28/met…

Jim Fan (@drjimfan) 's Twitter Profile Photo

It’s fascinating that somewhere in Princeton’s fruit fly brain scan lies Nature’s algorithm of attention, working memory, and even basic consciousness. Think of the connectome as a compiled executable binary. How much source code can we decompile from a full brain simulation? šŸ¤”

It’s fascinating that somewhere in Princeton’s fruit fly brain scan lies Nature’s algorithm of attention, working memory, and even basic consciousness.

Think of the connectome as a compiled executable binary. How much source code can we decompile from a full brain simulation? šŸ¤”
Jim Fan (@drjimfan) 's Twitter Profile Photo

This is way more impactful than it sounds. Python executes on a single thread regardless of how many CPU cores you have. Removing the notorious GIL (Global Interpreter Lock) means that Python can finally run true concurrency. Can't wait to see this happen.

Jim Fan (@drjimfan) 's Twitter Profile Photo

Turns out LLMs can do some pretty esoteric things in-context! My favorite paper this week systematically studies LLM beyond natural language. GPT can do complex 2D pattern recognition, fit a sinusoid, predict robot grasp, and even control an inverted pendulum in an online

Turns out LLMs can do some pretty esoteric things in-context!

My favorite paper this week systematically studies LLM beyond natural language. GPT can do complex 2D pattern recognition, fit a sinusoid, predict robot grasp, and even control an inverted pendulum in an online