mindgitrwx @mindgitrwx
I use this twitter account as an index table Joined December 2017-
Tweets1K
-
Followers143
-
Following5K
-
Likes17K
Yes. Writing is not a second thing that happens after thinking. The act of writing is an act of thinking. Writing *is* thinking. Students, academics, and anyone else who outsources their writing to LLMs will find their screens full of words and their minds emptied of thought.
Wrote some notes on Toad, Will's new not-yet-open-source-but-soon terminal coding agent built on Textual He's charging companies $5,000 for early access to the preview before it goes open source, I'd love to see that model work here! simonwillison.net/2025/Jul/23/an…
Wrote some notes on Toad, Will's new not-yet-open-source-but-soon terminal coding agent built on Textual He's charging companies $5,000 for early access to the preview before it goes open source, I'd love to see that model work here! simonwillison.net/2025/Jul/23/an…
왜 사실만으로는 생각이 바뀌지 않는가 — "구조가 답이다" - 갈릴레오의 지동설 논쟁 사례처럼, 사회적 권력과 신념 체계는 단순한 '사실'만으로 바뀌지 않음 - 교회·권력·이념은 성경, 우주관, 예술, 사회 규범 등 서사와 구조적 연결을 통해 현실을 설명하… news.hada.io/topic?id=22125
genuinely the coolest blog ever: ampcode.com/how-to-build-a… sending this to an agent to make your first agent is nuts
"How Many Instructions Can LLMs Follow at Once?" In this paper they found that leading LLMs can satisfy only about 68% of 500 concurrent instructions, showing a bias toward earlier instructions.
뇌는 주어진 정보로 다음 순간을 끊임없이 예측하고 있고, 그것이 틀렸을 때 강력한 학습을 일으키는 도파민 신호가 나오고, 다음에는 맞출 수 있게 된다. "오류 기반 학습"(error-based learning)이 효율적인 이유. pretest, 생산적 실패, 오답분석. LLM 쓸 때도 먼저 시도해야 하는 이유! #학습과학
그거 구글 치면/챗지피티한테 물어보면 다 나오는데, 왜 굳이 외워야 하냐? 지식이 많아질수록 스키마 형태로 통합해서 덩어리로 인식해야 작업기억에서 하나의 단위로 다룰 수가 있음. 하나하나 찾아보고 확인한 낱개 단위로는 작업기억 용량이 딸려 크고 복잡한 사고를 할 수가 없음
그거 구글 치면/챗지피티한테 물어보면 다 나오는데, 왜 굳이 외워야 하냐? 지식이 많아질수록 스키마 형태로 통합해서 덩어리로 인식해야 작업기억에서 하나의 단위로 다룰 수가 있음. 하나하나 찾아보고 확인한 낱개 단위로는 작업기억 용량이 딸려 크고 복잡한 사고를 할 수가 없음
I figured out how to add the official Playwright browser automation MCP to Claude Code. Run this before you start "claude": claude mcp add playwright npx '@playwright/mcp@latest' Now Claude Code can use a Chrome browser directly! Here's my TIL: til.simonwillison.net/claude-code/pl…
I'm very excited about our vision for "mech interp" of CoT: Study reasoning steps and their connections - analogous to activations Don't just read it: study attn, causally intervene, and, crucially, resampling - study the distn over CoTs, not just this one There's lots to do!
I'm very excited about our vision for "mech interp" of CoT: Study reasoning steps and their connections - analogous to activations Don't just read it: study attn, causally intervene, and, crucially, resampling - study the distn over CoTs, not just this one There's lots to do! https://t.co/JvPN1VNult
New paper: What happens when an LLM reasons? We created methods to interpret reasoning steps & their connections: resampling CoT, attention analysis, & suppressing attention We discover thought anchors: key steps shaping everything else. Check our tool & unpack CoT yourself 🧵
+1 for "context engineering" over "prompt engineering". People associate prompts with short task descriptions you'd give an LLM in your day-to-day use. When in every industrial-strength LLM app, context engineering is the delicate art and science of filling the context window…
+1 for "context engineering" over "prompt engineering". People associate prompts with short task descriptions you'd give an LLM in your day-to-day use. When in every industrial-strength LLM app, context engineering is the delicate art and science of filling the context window…
Introducing your arXiv Research Agent A personal research assistant with access to arXiv + bioRxiv + medRxiv + Semantic Scholar. Upload drafts, conduct literature reviews, get insights across millions of papers MCP support coming soon 🚀
i'm watching rag systems evolve from "chat with your pdfs" into something far more valuable. the problem? most rag implementations are primitive text chunking exercises that miss the real economic opportunity. here's what actually matters: extract structured data, not just…
I put together an annotated version of the new Claude 4 system prompt, covering both the prompt Anthropic published and the missing, leaked sections (thanks, @elder_plinius) that describe its various tools It's basically the secret missing manual for Claude 4, it's fascinating!
“짧은 글이나 단어를 일주일에 다섯 번씩 소리 내어 릵는 간단한 프로그램이었다. 그 외에 다른 변수는 없었다. 그런데 놀랍게도, 이 훈련만으로도 치매 환자들의 인지 기능이 향상됐다.”
재미있는 #논문 이네. 사람들이나 AI알고리즘이나 둘다 블랙박스인데 사람의 결정은 자신이 더 잘 이해한다고 착각함. 이 연구에서 사용한 사례는 판사의 판결, 면접관의 채용 결정, 영상의학의사의 판독 3가지. "그럼 설명해보세요"라고 하면 본인이 이해하고 있다고 믿는 점수가 뚝 떨어짐 ㅋㅋ
From the point of view of science I've never been too excited about the Game of Life. But now I realize that what's really exciting about it is what it tells us about what we can call metaengineering. That half century of impressive Life hacking gives us a uniquely clean example…
cognitive decline at 30 is a lie your skills don't peak until your mid-40s and even then, losing them is entirely your choice. 1/
"A calculator app? Anyone could make that." Not true. A calculator should show you the result of the mathematical expression you entered. That's much, much harder than it sounds. What I'm about to tell you is the greatest calculator app development story ever told.
Half of “prompt engineering” was actually just prompting LLMs to act like Reasoners before the labs realized that was a thing.
Half of “prompt engineering” was actually just prompting LLMs to act like Reasoners before the labs realized that was a thing.

Amber @amber_griffen_
315 Followers 3K Following
KamaMalachi @2wZ2cVSoDdDTe
1 Followers 366 Following
Eekeka @Eekeka3911
17 Followers 2K Following
Juixea @Juixea66770
36 Followers 1K Following
Nathaniel Morar @NathanielM52401
87 Followers 4K Following
REITsCashflow🇺🇸 @Vooger173616
44 Followers 2K Following 15-30% Monthly | 2 High-Conviction Stocks.Short-Term Gains: 15-20% in Days/Weeks.DM "JOIN" for WhatsApp Alerts. Live Trade Signals • Market Analysis
Tremaine Friesen @FriesenTre11473
125 Followers 3K Following
Trahea @Trahea795975
67 Followers 3K Following
NoraPaul @9Hs6Y9oC9aDXGN
77 Followers 2K Following
Robbin @Robbin399595
170 Followers 3K Following
Rock enroll @enroll_roc64013
2K Followers 7K Following Music is the soundtrack of my life.🎵🎧 Life is like a beautiful melody, only the lyrics are messed up.❤🤩
Realty Radar @realty_radar102
588 Followers 4K Following Navigating the real estate landscape one dream home at a time– join the journey! 🏠
Shutios @ShutiosO4c
43 Followers 1K Following
Therdot @TherdotEJruGh6
9 Followers 655 Following
FlameWick @FlameWicks
100 Followers 161 Following Never follow anyone blindly online, always do your own Research, most of my post are for entertainment purposes only. Day/Momentum/swing trader.
Anh Hoàng @AnhHong1312388
36 Followers 1K Following
monicarager1001 @monicarage88893
0 Followers 4 Following
EmbeddedLLM @EmbeddedLLM
870 Followers 1K Following Your open-source AI ally. We specialize in integrating LLM into your business.
Jessica Paul @Jessica_15_24
67 Followers 639 Following 2nd Global Meet on Medicinal Chemistry, Drug Discovery & Drug Delivery GMMCDD2024 Date:15-17April, 2024 Email:[email protected] #Medicinalchemistry
Abiria @Abiria14
1K Followers 5K Following
Harpal Dhillon🇬�... @harpaldhillon
264 Followers 1K Following Certified Kubernetes Security Specialist (CKS) and Administrator (CKA), Open Source, Container Security
UNKNOWN TRADER @learernoearner
575 Followers 4K Following THIS IS MY ONLY ALTERNATE Account || Trader at @uttradingac 🧨
Make money easily @OHRundkGafm194M
9 Followers 560 Following MEXC focuses on financial management, stocks, cryptocurrencies, digital assets and investments. Currently, new users can get free dollars when they sign up.
Shreenabh Agrawal @ShreenabhA
391 Followers 610 Following IISc ‘25 PMRBP '21 | Diana Award '21 | ISEF '20 Magnum | Epsilon Code
Jeezy Was @LGUG2Z
527 Followers 480 Following
velog @velog_official
1K Followers 98 Following 개발자들을 위한 블로그 서비스. 벨로그! https://t.co/599uzpDjYf 벨로그의 소식과 뜨고 있는 포스트들을 전합니다.
QRC @QamarRiaz1
19K Followers 5K Following 🎨 Exploring worlds with brush & pixels | 🏗️ Building bridges & solutions | 📊 Auditing reality & imagination | 🌌 Founder of Dreams, Painter of Visions |
Bersa @bersaa_
189 Followers 1K Following Cyber security Analyst 🔴⚫ 🍿📽️https://t.co/WioAR7Yqhm 📺 https://t.co/vJRJUvUAFc 🐶 volontario ENPA
werf CI/CD tool | CNC... @werf_io
384 Followers 204 Following Efficient and consistent software delivery to #Kubernetes facilitating best practices. #CNCF project. Follow us on Bluesky: https://t.co/15TC5iIMEI
Majid Saberi/مجید... @_majidsaberi_
948 Followers 3K Following Computational Neuroscientist, Research Fellow at @umich #chronicpain #neuroimaging #brainnetworks
Juan Carlos Urgilés ... @UrgilesCar66726
46 Followers 293 Following SRE Lead | Senior Infrastructure Consultant | DevOps | CKA | SAA AWS
Daniel, PhD 🎓 @DanielK_phd
1K Followers 175 Following Doctor in I. T. Programming, Developing Contact me in DM if you have opportunities on : Python, JavaScript, C / C++, DevOps, Java, SQL, Data basis, I.T.
Jami @jami_social
2K Followers 514 Following The distributed universal and secure Free Software for multimedia communications by @SFLinux and the GNU community. DL 👉 https://t.co/f2SORehUop
Lewis @ctjlewis
40K Followers 19K Following LLM tinkerer. Free speech absolutist. Prev @Walmart @McDonalds. Almae matres @Coursera @Wikipedia @YouTube.
Brainflow 🧬 @Brainflow_
4K Followers 7K Following Lifespan is 20% genetic, the rest is up to us. Longevity, biohacking, supplements, and improving quality of life. 🧬🔬📚Newsletter: https://t.co/AlbmFoRqmo
Jackie @e_jackie41
279 Followers 3K Following
Nancy @collins49nancy
311 Followers 3K Following
Ruth @cooper81ruth
374 Followers 3K Following
Emily @emilysa66461544
525 Followers 3K Following
Mary @maryhill6154
445 Followers 3K Following
Z.ai @Zai_org
16K Followers 142 Following The AI lab behind GLM models, dedicated to inspiring the development of AGI to benefit humanity. https://t.co/b6zGxJvzzS
Chennakesava Kadapa @chenna1985
5K Followers 2K Following Associate Professor in Mechanical Engineering #FEM #CFD #FSI #HPC and #Cricket. https://t.co/OPWO3fWQxh Views are my own.
Charles 🎉 Frye @charles_irl
14K Followers 3K Following gpu enjoyer at @modal. he/him. ex @full_stack_dl, @weights_biases (acq. @CoreWeave), phd Berkeley @Redwood_Neuro. try https://t.co/SYWVMCazZ3
Snezana Lawrence @snezanalawrence
6K Followers 1K Following Historian of mathematical sciences. Latest book *A Little History of Mathematics* YaleUP, also @mathshistory. Follows not endorsements. Sometimes teaching risk.
Kimon Fountoulakis @kfountou
2K Followers 90 Following Associate Professor at CS UWaterloo Machine Learning and AI Lab: https://t.co/Yrb5b8lwrT
Simon @tokumin
8K Followers 2K Following @NotebookLM lead @GoogleLabs + AIFF 🕒 NBLM Audio Overviews, Gemini & PaLM2 post-training, AI Studio, YouTube, Discover, Search, Android. More LaMDA moments
Michael Choi @michaelchchoi
2K Followers 3K Following Assistant Professor @NUSingapore. Applied probabilist. Probability, MCMC, statistical physics, optimization, information theory, TCS. Opinions my own.
Alex Prompter @alex_prompter
46K Followers 456 Following Marketing + AI = $$$ 🔑 @godofprompt - $40K/mo (co-founder) 🌎 https://t.co/O7zFVtEZ9H - $0/mo (made with AI)
CodeRabbit @coderabbitai
35K Followers 70 Following Supercharge your dev team with AI code reviews. Get your free trial now: https://t.co/GxSOapi2As!
Han Guo @HanGuo97
3K Followers 4K Following PhD Student @MIT_CSAIL | Past: @LTIatCMU @MITIBMLab @UNCNLP, @SFResearch, @BaiduResearch | Machine Learning, NLP.
Ruby Scanlon @rubyscanlon
1K Followers 311 Following US-China Tech Competition at @CNASdc | formerly antitrust @TheJusticeDept
Axel Pond @axel_pond
951 Followers 229 Following building the next AI architecture to replace current LLMs. author of 'Threshold Dialectics: Understanding Complex Systems and Enabling Active Robustness'.
DailyPapers @HuggingPapers
5K Followers 3 Following Tweeting interesting papers submitted at https://t.co/rXX8x0HzXV. Submit your own at https://t.co/QhbJKXBd4Q, and link models/datasets/demos to it!
AGIdevice @agidevice
2K Followers 846 Following full stack dev and gtm partnerships 🪴 ➰💻 Vibe Coding and Ambassador at @cursor_ai ䷡ Founder of the #1 CURSOR Community 22K+ devs
Eleanor Berger @intellectronica
3K Followers 2K Following 👩💻 Expert AI Leadership (ex @google @microsoft startups ...) 👩💼 Consulting https://t.co/IeRoS5BR3f 👩🏫 Teaching https://t.co/D5YmOH0muP
Azalia Mirhoseini @Azaliamirh
14K Followers 519 Following Asst. Prof. of CS at Stanford, Google DeepMind. Prev: Anthropic, Google Brain. Co-Creator of MoEs, AlphaChip, Test Time Scaling Laws.
Femke Plantinga @femke_plantinga
9K Followers 600 Following learn with me about AI. growth @weaviate_io
Yusan Lin @yusan_lin
8K Followers 385 Following Founder & CEO @mirrormirror_ai | Fashion & AI | Computer Science Ph.D. | Model @MDTagencyinc
Francesco Orabona @bremen79
8K Followers 411 Following Dad and associate professor at @KAUST_News. Formerly @BU_ece, @sbucompsc, @YahooResearch, @TTIC_Connect. ML theory&practice, obsessed with history of science
TB Kim @_doyeob_
6K Followers 187 Following Building Nari. Try Dia, our ultra-realistic text to dialogue model on Github and 🤗
Bowen Jin @BowenJin13
3K Followers 695 Following Ph.D. @UofIllinois. Search-R1. Apple AI/ML PhD Fellow. Research intern @Apple @GoogleAI @MSFTResearch @AmazonScience. LLMs, Agents, Reasoning, Graphs.
Alexander Doria @Dorialexander
19K Followers 4K Following Reasoning models to come. Co-founder @pleiasfr
Reddit Status @redditstatus
71K Followers 1 Following Follow me if you want to know the current status of reddit
cat @_catwu
39K Followers 354 Following claude code pm @anthropicai prev: @indexventures, @dagster, @scale_ai
Skeptical Note @skeptical_note
5K Followers 1K Following Political Science | Research, Writing, Work, Daily | 부계정: @skepticalnote_2 | 질문: https://t.co/NHqKWqC34V
Teortaxes▶️ (Deep... @teortaxesTex
43K Followers 3K Following We're in a race. It's not USA vs China but humans and AGIs vs ape power centralization. @deepseek_ai stan #1, 2023–Deep Time «C’est la guerre.» ®1
male tradwife @Gingerroot775
1K Followers 243 Following
Zeyuan Allen-Zhu, Sc.... @ZeyuanAllenZhu
20K Followers 452 Following physics of language models @ Meta (FAIR, not GenAI) 🎓:Tsinghua Physics — MIT CSAIL — Princeton/IAS 🏅:IOI x 2 — ACM-ICPC — USACO — Codejam — math MCM
Firecrawl @firecrawl_dev
31K Followers 22 Following Turn websites into LLM-ready data. Built by @mendableai team Open source: https://t.co/gDdKjUfoQo
Yuchen Jin @Yuchenj_UW
54K Followers 535 Following Co-founder & CTO @hyperbolic_labs 🧑🍳 fun AI systems. Previously: OctoAI (acquired by @nvidia) building @ApacheTVM, PhD @uwcse 🤖
Tom Dörr @tom_doerr
101K Followers 2K Following Follow for posts about GitHub repos, DSPy, and agents Subscribe for top posts DM to share your AI project (Due to volume of DMs I'll prioritize subscribers)
Robert Lukoszko @Karmedge
12K Followers 1K Following Founder at @stormy_hq / YC S25 | @fixkeyai (acquired)
Тsфdiиg @tsoding
92K Followers 279 Following Recreational Programming - https://t.co/cPjxUvz266 - https://t.co/EilSXwJsXC - https://t.co/0cNzC7z24Y ⠀⢀⣰⣾⡿⣶⣿⠿⣶ ⢠⣼⣿⣿⣷⣿⣿⣶⠉ ⢸⣿⣿⣿⣿⣿⣿⠀⠀
말러팔삼 @mahler83
14K Followers 3K Following 배우는 것과 가르치는 것을 좋아하는 골수이과. 트위터에서의 인격과 현실에서의 인격은 별개입니다. 연구자를 위한 LLM 강의: https://t.co/Ex6kLgbR9T LLM파이썬 강의: https://t.co/dVOghJIa3F
André Nuyens @andrenuyens_
817 Followers 607 Following Making it easy to build web-agents, CTO/Founder @bytespaceAI | @zfellows | prev @pennmandt
katzz @0xkatzz
1K Followers 301 Following perpetual dilettante | spring arc = low level • math | prev: aerospace • netsec
andrew blinn @disconcision
4K Followers 2K Following progaming 🗨️ languages eboy and mousefeel 🖱️ epicure, working on Nintendo® 🎮 Excel™ for the 📱 vpriPhone
Vivek Galatage @vivekgalatage
9K Followers 518 Following 20+ yrs of building browsers • chromium, webkit contributor • ♡ compilers, systems, languages • founding eng @browsercompany • prev: samsung, nokia, ibm