AM

415 posts

AM

AM

@morqca

Data Science, AI, ~vibes

Katılım Haziran 2014
306 Takip Edilen83 Takipçiler
NOT Potato Bolshevik
NOT Potato Bolshevik@NotPotBol·
It was a surreal experience to actually look up how many Muslims live in European countries. It is not a lot lol, these fucking losers had me thinking it was so much more.
English
234
437
19.8K
811.2K
AM
AM@morqca·
@SpaceCashMoney @NarrativeCMB @DramaAlert Think you misread it. He says: you’re in a laptop far away so I can’t see you, so I’m going to give it to you -> you mog me. Theyre not in the same studio and clav is watching the dude from a laptop screen a couple of feet away
English
1
0
0
187
Baby Fark McGeezax
Baby Fark McGeezax@SpaceCashMoney·
@NarrativeCMB @DramaAlert my favorite part is when clavicular pretends he can't see the interviewer well through the screen but still admits the interviewer mogs him on looks. clav looked like an anxious wreck on the verge of tears the whole time. interviewer couldn't even take him serious.
English
1
0
13
820
DramaAlert
DramaAlert@DramaAlert·
Clavicular offended by his 60 minute interview after they tried comparing him to being an Incel.
English
361
122
8.2K
2.8M
AM
AM@morqca·
@NoobTheta Join my discord for the complete notepad
English
0
0
1
3
mango
mango@mangoster·
Just recorded a full breakdown of my AI B-Roll process in this video i cover: - what i use to prompt each scene - fully trasnparent look at my iteration process - different style keywords (ready to be copy & pasted) - the trick to make AI footage look real comment 'PROCESS' + RT and i'll send it over (must be following so i can dm)
mango tweet media
mango@mangoster

If you actually use AI like this I promise you not one normie will be able to point it out I've shown this video to countless of my friends and the look on their faces is insane when I tell them all of this B-Roll is AI generated Full prompt breakdown + model reviews soon

English
924
494
887
103.9K
AM
AM@morqca·
@eatpraydiehard @taobanker Yeah 90% of the case it is. Most Scientists want to build cool models without understanding how the business makes money. Good scientists/analysts know that most of the time the gains don’t come from the model itself
English
0
0
4
94
easy e
easy e@eatpraydiehard·
@taobanker all of data science is like this. it’s a fake field and fake job to make analysts feel like they are Scientists
English
2
0
11
1.3K
taobanker
taobanker@taobanker·
I realized I made a huge mistake WITHIN ONE WEEK of returning to my old job: I sat in on an "data science" meeting ran by a bunch of worthless H1Bs. The meeting was about how they *SPENT AN ENTIRE QUARTER TRAINING A DECISION TREE, AS A TEAM -- THE FINAL MODEL WAS ONE CUT*
English
14
1
506
44.7K
AM
AM@morqca·
@taobanker Surprise, they were ex faang h1b as well
English
0
0
1
66
AM
AM@morqca·
@taobanker Happened to me when coming in as a Dir for a data science team. One of the scientists had been working for 8 months on a model that did as well as just random selection. Was able to beat it in a day with simple rules engine. It was demented how no one caught it
English
1
0
9
1.1K
AM
AM@morqca·
@AnthropoceneMe1 Then waddling through tens of pages that were designed to catch those search terms and just serve you ads
English
0
0
0
494
Adam, Anthropocene Megafauna
Adam, Anthropocene Megafauna@AnthropoceneMe1·
I'm too old to know what a "torrent" is, so I use the 'intitle:"index.of"' trick to find all my media. You break into all sorts of abandoned web pages, ftp sites, etc. It's like the "Morrowind" of file sharing.
English
41
161
4K
194.5K
AM
AM@morqca·
@JakeTriton @amyoder They’re using AI to make outbound cold call. Yes, they’re robo dialing
English
2
0
24
3.1K
Jake Triton
Jake Triton@JakeTriton·
@amyoder I’m confused where the tcpa violation is? Did he mention they were robo dialing or using a parallel dialer? Because cold calling isn’t an inherent tcpa violation
English
4
0
30
11.8K
BowTiedPassport
BowTiedPassport@BowTiedPassport·
🇲🇽 In Mexico City, you can find 3-bedroom, 2-bath, 2-story apartments for $2,000 a month. 2 terraces 24/7 Security Why pay $4,500 for a studio in NYC when you can have a triplex with private outdoor space in a nice area of Mexico City? The choice is yours.
BowTiedPassport tweet mediaBowTiedPassport tweet mediaBowTiedPassport tweet mediaBowTiedPassport tweet media
English
157
18
652
227.2K
AM
AM@morqca·
@007Dazaa @julien_c GLM5 is 744B parameters, nowhere comparable to Gemma or qwen which clock at 30B.
English
0
0
1
276
Daza
Daza@007Dazaa·
@julien_c Why does no one speak of GLM-5?
English
1
0
0
3.7K
Julien Chaumond
Julien Chaumond@julien_c·
so…. Qwen3.5 or Gemma 4?
Indonesia
204
18
879
200.9K
AM
AM@morqca·
@Baxate Careful, it’s easy to fall on the “feels productive” trap and the context poisoning. It sure looks cool to see a knowledge graph, but si what? Wha are you going to do with it? Did you read it yourself first? Does an LLM really need to know about 200 articles? Why?
English
0
0
2
384
Baxate
Baxate@Baxate·
I sent this tweet to my claw and told it to build this I now am sending it documents I find interesting and getting a knowledge graph that I can visualize and ask questions about those who seek it, can build more knowledge than their entire lineage with modern tools
Andrej Karpathy@karpathy

LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more into manipulating knowledge (stored as markdown and images). The latest LLMs are quite good at it. So: Data ingest: I index source documents (articles, papers, repos, datasets, images, etc.) into a raw/ directory, then I use an LLM to incrementally "compile" a wiki, which is just a collection of .md files in a directory structure. The wiki includes summaries of all the data in raw/, backlinks, and then it categorizes data into concepts, writes articles for them, and links them all. To convert web articles into .md files I like to use the Obsidian Web Clipper extension, and then I also use a hotkey to download all the related images to local so that my LLM can easily reference them. IDE: I use Obsidian as the IDE "frontend" where I can view the raw data, the the compiled wiki, and the derived visualizations. Important to note that the LLM writes and maintains all of the data of the wiki, I rarely touch it directly. I've played with a few Obsidian plugins to render and view data in other ways (e.g. Marp for slides). Q&A: Where things get interesting is that once your wiki is big enough (e.g. mine on some recent research is ~100 articles and ~400K words), you can ask your LLM agent all kinds of complex questions against the wiki, and it will go off, research the answers, etc. I thought I had to reach for fancy RAG, but the LLM has been pretty good about auto-maintaining index files and brief summaries of all the documents and it reads all the important related data fairly easily at this ~small scale. Output: Instead of getting answers in text/terminal, I like to have it render markdown files for me, or slide shows (Marp format), or matplotlib images, all of which I then view again in Obsidian. You can imagine many other visual output formats depending on the query. Often, I end up "filing" the outputs back into the wiki to enhance it for further queries. So my own explorations and queries always "add up" in the knowledge base. Linting: I've run some LLM "health checks" over the wiki to e.g. find inconsistent data, impute missing data (with web searchers), find interesting connections for new article candidates, etc., to incrementally clean up the wiki and enhance its overall data integrity. The LLMs are quite good at suggesting further questions to ask and look into. Extra tools: I find myself developing additional tools to process the data, e.g. I vibe coded a small and naive search engine over the wiki, which I both use directly (in a web ui), but more often I want to hand it off to an LLM via CLI as a tool for larger queries. Further explorations: As the repo grows, the natural desire is to also think about synthetic data generation + finetuning to have your LLM "know" the data in its weights instead of just context windows. TLDR: raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki, and all of it viewable in Obsidian. You rarely ever write or edit the wiki manually, it's the domain of the LLM. I think there is room here for an incredible new product instead of a hacky collection of scripts.

English
29
25
1.3K
308.1K
ImBlueBoy
ImBlueBoy@im_blue19520·
Had the exact same thing yesterday — Max 20, 100% drained in 70 minutes after reset. Turned out to be a prompt cache bug: cache read ratio dropped to ~4%, so every turn was billed at full price. Good news: v2.1.90 fixed the worst of it on the client side. My cache reads went from 4% back to 95-99%. Quick fix: 1. `claude update` (get v2.1.90) 2. Avoid `--resume` on long sessions (replays entire history as billable input) I dug into this pretty deep if you want the details — filed anthropics/claude-code#41788 and put measured per-request data here: github.com/ArkNill/claude…
English
1
0
3
1.1K
Jacob Posel
Jacob Posel@jacob_posel·
Weekly limits reset last night Open Claude Code this morning 7% already used How in the world is this possible?
Jacob Posel tweet media
Jacob Posel@jacob_posel

Hey @bcherny @claudeai I'm on the $200/mo plan and blowing through usage instantly. Doesn't feel right. Is there any way to audit my account? Unfortunately I have experienced several bugs with the Claude product and I fear my plan configuration is not correct. Thanks

English
117
25
800
87.3K
adriane schwager
adriane schwager@aschwags3·
This quarter, I’ve closed multiple $1M+ without a slide deck. I’m using a single AI tool. Today, I want to share it, free. After signing, a prospect asked me how we created the site. They were so wow-ed they wanted it for their own clients. Here’s what floored them: it took a single designer 5 minutes to prompt and launch. The AI chains together 6 key parts of our sales process, turning a 18-page deck into a single, personalized website. When they asked, I gave them this template and workflow. Now I want to share it for free: Follow me + comment “GA” and I’ll DM it.
English
1.2K
31
477
86.4K
affprinter
affprinter@affprinter·
deleting soon a legit 5 video formula to make money online this got several people one of my students printing 1k days takes 30-45 min a day giving out the pdf for the next 48 hrs like/comment "Tiktok" and ill send it over (must be following for auto dm)
affprinter tweet media
English
142
12
115
7.9K
AM
AM@morqca·
@rdominguezibar Generic BI tools give generic answers because they dont know your business. Our Automated Insights Engine compounds the company's institutional knowledge with every query, so answers get more accurate, more contextual and more valuable. Plain English in, governed insights out
English
0
0
0
6
Ruben
Ruben@rdominguezibar·
I'd love to angel invest in a handful of startups this month. Pre-seed and seed. Ideally AI or VC-adjacent, but open to all. My value add: ▪️ 500K+ newsletter subscribers across The VC Corner and The AI Corner ▪️ 300K+ LinkedIn followers, 2–4M weekly impressions ▪️ a16z speedrun scout ▪️ Network of top VCs, operators and founders 👉 Pitch in comments
Ruben@rdominguezibar

the PITCH DECKS💰 that raised billions are now public. Study them before your next raise: 1️⃣ 26 pitch decks that raised $400M in 2026 → thevccorner.com/p/26-pitch-dec… 2️⃣ Anthropic's 2022 pitch deck just leaked: 10 slides, no product, now worth $380B → thevccorner.com/p/anthropic-20… 3️⃣ 16 unicorn pitch decks: the actual slides before the billions → thevccorner.com/p/unicorn-pitc… 4️⃣ Peter Thiel only explained once how to raise money. Here it is → thevccorner.com/p/peter-thiel-… 5️⃣ SpaceX: how to build and pitch the most ambitious company of our time → thevccorner.com/p/spacex-strat… 6️⃣ Synthesia turned down Adobe's $3B offer. Here's the 18-slide deck that raised $180M → thevccorner.com/p/inside-synth… 7️⃣ How Brex raised $57M and rebuilt startup banking → thevccorner.com/p/how-brex-rai… 8️⃣ 50 real pitch decks from startups that raised $380M+ → thevccorner.com/p/50-real-star… 9️⃣ 200+ pitch decks that raised over $50 billion → thevccorner.com/p/200-startup-… 🔟 153 startups fundraising right now with their actual decks → thevccorner.com/p/153-startups… Bookmark this. The best founders study what worked before they pitch. How much does a pitch deck actually matter vs the founder behind it?

English
348
27
439
60.3K
AM
AM@morqca·
@SJCapitalInvest This week has been ok for me. I’m actually testing a strategy based on your theme/subtheme posts, next step is to build on the asymmetric discovery
AM tweet media
English
0
0
1
115