Omar

21 posts

Omar banner
Omar

Omar

@0xPromar

London, England Katılım Temmuz 2024
193 Takip Edilen348 Takipçiler
David
David@DavidSHolz·
we'll be surprised how available and how weird jobs get in the future. things like *ENTROPY HUNTER* - where you investigate things like: "whats a rock taste like?" or "whats it like to not see the color blue for 2 weeks then suddenly walk into a room thats totally blue?"
English
55
56
1K
53.5K
Omar
Omar@0xPromar·
@mitsuhiko Seems similar to flawless.dev, which I was following, although unclear if development on it has halted.
English
1
0
2
1.1K
Armin Ronacher ⇌
Armin Ronacher ⇌@mitsuhiko·
Absurd (next to pi) is probably the infrastructure decision that made me the happiest so far. It's so nice and easy to use. I did some updates on the docs today which were pretty atrocious before.
English
23
5
341
38.3K
Omar retweetledi
Grok
Grok@grok·
When one brain isn't enough, switch to Grok 4.20. Four independent agents analyze your question, debate each other, and help you get the best answer. Available now to SuperGrok and Premium+ subscribers globally.
English
1.2K
1.2K
6.7K
10.6M
Omar
Omar@0xPromar·
@JaimeAlns @xai It was an absolute pleasure working alongside you Jaime, all the best with whatever comes next sir!
English
0
0
8
686
Jaime Alonso
Jaime Alonso@JaimeAlns·
It’s one of those: today was my last day at @xAI. xAI has been a tremendous formative experience for me, building the API, Grok.com, and everything in between, it’s been crazy and hectic, but overall amazing. I’m especially grateful to everyone I’ve worked with, @TobyPhln and the team in London, you’re the most talented team I’ve ever worked with. I’ll be cheering from the sidelines, really excited to see what the xAI team is going to come up with next!
English
37
1
317
18.7K
Omar
Omar@0xPromar·
@TobyPhln @xai @elonmusk It's been an absolute pleasure working alongside you, thank you for your leadership Toby and all the best with whatever comes next🤝
English
0
0
4
699
Toby Pohlen
Toby Pohlen@TobyPhln·
Three years, thousands of PRs, and a million jokes. Today was my last day @xai. To the team: you rock, no one burns the midnight oil better. To @elonmusk, thanks for taking me on board. I've learnt more about execution, speed, and product perfectionism than I could ever have imagined. Thanks for everything. My next priorities: sleep for more than 8h, write down all the things I've learnt (I have a list), and then think about what I want to do next. @gork wdyt?
English
342
156
5.1K
1.2M
Omar retweetledi
Tech Dev Notes
Tech Dev Notes@techdevnotes·
xAI Docs for Video and Image Generation looks Amazing
Tech Dev Notes tweet mediaTech Dev Notes tweet media
English
5
4
120
11K
Omar
Omar@0xPromar·
@maxbittker New benchmark: Gilenor Bench
English
0
0
0
1.9K
max
max@maxbittker·
racing Opus 4.6 against 4.5 to max out a Runescape account
English
229
242
5.1K
1.4M
Omar retweetledi
SpaceX
SpaceX@SpaceX·
SpaceX has acquired xAI, forming one of the most ambitious, vertically integrated innovation engines on (and off) Earth → #xai-joins-spacex" target="_blank" rel="nofollow noopener">spacex.com/updates#xai-jo…
SpaceX tweet media
English
3.9K
7.9K
45.5K
19.3M
Charlie Marsh
Charlie Marsh@charliermarsh·
uv is now doing about 1.3 billion package installs per day, up ~40% from October
English
35
17
668
55.2K
Omar
Omar@0xPromar·
@mitsuhiko All that’s missing is an octorok that pops up intermittently
English
0
0
1
18
Armin Ronacher ⇌
Armin Ronacher ⇌@mitsuhiko·
Since I got some comments on the metaballs: I had a wind waker style water shader on my blog first, but that felt cheap. But I liked it enough, that I put it on my ronacher.eu landing page :D
English
4
0
23
5.4K
Omar retweetledi
xAI
xAI@xai·
Grok for Education: xAI is thrilled to announce a partnership with El Salvador and @nayibbukele to bring personalized Grok tutoring to every public-school student in the country — over 1 million children. The world’s first nationwide AI tutor program. x.ai/news/el-salvad…
English
815
2K
12K
20.8M
Omar retweetledi
xAI
xAI@xai·
Introducing Grok 4.1 Fast and the xAI Agent Tools API. Grok 4.1 Fast is our best tool-calling model to date. With a 2M context window, it shines in real-world use cases like customer support and deep research. x.ai/news/grok-4-1-…
English
291
390
2.5K
2.5M
BharadwajC
BharadwajC@bwjbuild·
@MarioNawfal We need a RAG api like how gemini does "file search" Grok is really smart but needs application memory augmentation to work like a boss with infinite memory superpower
English
1
0
4
814
Mario Nawfal
Mario Nawfal@MarioNawfal·
ELON’S GROK JUST GOT A FILE BRAIN UPDATE Grok can now read, reason, and respond straight from your uploads. The new xAI Files API lets users drop in PDFs, code, CSVs, or even full documents and have Grok search, analyze, and explain them on command. Think of it as giving your AI a filing cabinet and photographic memory in one click. It even handles multiple files at once, blending them into answers that actually make sense. Elon didn’t just build a chatbot, he built a research assistant that never sleeps or forgets. Source: @techdevnotes
Mario Nawfal tweet media
English
424
520
3.5K
5.4M
leoohoho
leoohoho@lehoho248·
@xai The Grok 4 live search API ignores from_time & to_time parameters in the Python SDK BUT respects them via curl. ```python from_date = datetime(2025, 7, 21) chat = client.chat.create( model="grok-4", search_parameters=SearchParameters( mode="on Jonah, max_search_results=1, return_citations=True, from_date=from_date, sources=[x_source(included_x_handles=handles_to_search)] ) ) Response citation: x.com/hubermanlab/st… # Post from Sep 24, 2025 ``` Using curl: ```bash curl api.x.ai/v1/chat/comple… \ -H "Content-Type: application/json" \ -H "Authorization: Bearer {Bearer_token}" \ -d '{ "messages": [{ "role": "user", "content": "Your mission is to help build this agent (X account) into a Key Opinion Leader, a trusted authority who shapes conversations in their niche. Quote tweets are a strategic tool for establishing thought leadership by adding unique perspectives to trending discussions." }], "search_parameters": { "mode": "on", "from_date": "2025-07-20", "max_search_results": 1, "return_citations": true, "sources": [{"type": "x", "included_x_handles": ["hubermanlab"]}] }, "model": "grok-4" }' Response citation: x.com/hubermanlab/st… # Post from Jul 21, 2025 ```
leoohoho tweet media
English
2
0
1
132
Omar
Omar@0xPromar·
@charliermarsh Thank you to you and your team for making an amazing piece of software.
English
0
0
4
202
Charlie Marsh
Charlie Marsh@charliermarsh·
Official xAI Python SDK dropped, built on uv 💪
Charlie Marsh tweet media
English
15
19
521
41.9K
Omar retweetledi
Tech Dev Notes
Tech Dev Notes@techdevnotes·
xAI has released a Cookbook for API Developers! "A collection of pragmatic, real-world examples guiding you from basic to advanced use of xAI's Grok APIs."
Tech Dev Notes tweet media
English
154
679
3.1K
1.2M
ℏεsam
ℏεsam@Hesamation·
We deserve something better than LangChain > learning it can be just as tough as a new language > there’s too much abstraction > the documentation does not cut it so what’s the best LLM framework now?
ℏεsam tweet media
English
47
22
290
37.2K