tcstacks

369 posts

tcstacks

tcstacks

@tcstacks_

vibemaxxing ushering in the next era of AI driven hacking #MTHA (Make Tech Hot Again)

New York Katılım Şubat 2018
840 Takip Edilen86 Takipçiler
tcstacks
tcstacks@tcstacks_·
@AY_Orbach Imagine ignoring your wife on your wedding day to build e-commerce analytics
English
0
0
2
1.6K
Martin Shkreli
Martin Shkreli@MartinShkreli·
@benwfreeman1 Hey man I got a sick NBA 6-way parlay that’s a LOCK—can I put in my ticket with you?
English
4
0
48
5.1K
Benjamin Freeman
Benjamin Freeman@benwfreeman1·
A few corrections to this article: 1. Arizona's century-old gambling law applies to casinos and bookies — not Kalshi. PredictIt has operated legally in Arizona since 2014, and Kalshi does the same today. Unlike a casino or sportsbook, Kalshi sets no lines on any of its markets. 2. The "suspiciously timed bets" on Venezuela and Iran had nothing to do with Kalshi. Kalshi doesn't offer war or death markets, and insider trading is illegal on the platform. Those trades occurred on an offshore, unregulated platform with no legal standing in the US. 3. Yes, Donald Trump Jr. is a Kalshi strategic advisor — as is Stephanie Cutter, former Deputy Campaign Manager for Barack Obama. Kalshi's Head of Federal Government Relations is longtime Democrat John Bivona. Kalshi is explicitly nonpartisan and welcomes voices from across the political spectrum
Financial Times@FT

Opinion: Lawsuits over prediction markets such as Kalshi could fundamentally alter not just betting markets but the balance of power within the US federal system of government. ft.trib.al/SV5U2HN

English
6
0
27
14.8K
tcstacks
tcstacks@tcstacks_·
The amount of cyberattacks that are going to hit anthropic in the next few months is insane to think about. When you have one of the most powerful cyberweapons on the planet (Mythos), you're painting a massive target on your back.
English
0
0
0
8
tcstacks
tcstacks@tcstacks_·
I've been in cyber security the last six years. I've hacked nation states, fortune 10s, political organizations, and today was the first day that an AI model actually terrified me. I don't think we're ready for Mythos.
English
0
0
0
16
tcstacks
tcstacks@tcstacks_·
so codex won't even harden codebases that appear offensively oriented:
tcstacks tweet media
English
0
0
0
12
tcstacks
tcstacks@tcstacks_·
@teodorio executives inherently think at a higher level of abstraction. even if they can't see the limitations, they can think of ai in terms of inputs and outputs which is the way they think of employees so things seem similar
English
0
0
1
63
teo
teo@teodorio·
Why has AI psychosis affected primarily high level executives? Is it because they have no easy way to empirically see the limitations?
English
313
48
1.9K
199.1K
tcstacks
tcstacks@tcstacks_·
@0xrwu writing software was actually ass
English
0
0
0
15
Richard Wu
Richard Wu@0xrwu·
Coding agents have really opened my eyes on how god dam tedious writing software was.
English
15
3
153
8.3K
tcstacks
tcstacks@tcstacks_·
@HammadTime @trychroma I respect you guys a lot, mostly because you got the hot asian to do your launch video. That's harder than you think.
English
0
0
0
63
hammad 🔍
hammad 🔍@HammadTime·
want to scale this idea up 100000x? - we're hiring @trychroma
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
10
8
213
32.2K
tcstacks
tcstacks@tcstacks_·
@mehulmpt are you stupid? she's saying you used to require developers to build things. now you don't.
English
3
0
0
614
tcstacks
tcstacks@tcstacks_·
@HackingLZ yeah this trend is probably going to continue, if the software you're using is shit, just vibe code a replacement in 10 minutes
English
0
0
3
196
Justin Elze
Justin Elze@HackingLZ·
It's quicker to just have Claude write an MCP for headless Ghidra vs using Claude to debug some of these other MCP projects.
English
5
2
64
5.7K
tcstacks
tcstacks@tcstacks_·
@devXritesh leetcode cockroaches are finally out of here, its time for the CHAD and BASED.... PORTFOLIO ERA
English
1
0
1
264
Ritesh Roushan
Ritesh Roushan@devXritesh·
R.I.P. to all college kids who grinded LeetCode, built projects & dreamed of their first job 😭 Layoffs everywhere. Offers revoked. Internships cancelled. They did everything right… still jobless in 2026. Feels brutal.
English
140
185
3K
76.3K
tcstacks
tcstacks@tcstacks_·
@10x_er look at me ripping local models right now, you don't wanna move like this?
tcstacks tweet media
English
0
0
1
6
10x Engineer
10x Engineer@10x_er·
Would it be stupid to sell my 3080s to get a Mac mini or am I sitting on gold
10x Engineer tweet media
English
28
0
55
11.6K
tcstacks
tcstacks@tcstacks_·
Qwen 3 Coder Abliterated runs at a nice 77 tokens per second and is probably the best uncensored model right now at that size, gladly helps with penetration testing workflows.
tcstacks tweet media
English
0
0
0
41
tcstacks
tcstacks@tcstacks_·
Qwen 3 coder sits at around 82
tcstacks tweet media
English
1
0
0
11
tcstacks
tcstacks@tcstacks_·
Alright, so we got a maxed out M5 Max running Gemma at around 80 tokens per second
tcstacks tweet media
English
1
0
0
31
tcstacks
tcstacks@tcstacks_·
I'm not sure how we do this, but we need to make tech nerds care about being hot and fun again.
English
0
0
0
12
tcstacks
tcstacks@tcstacks_·
One of the hardest things about working in tech is finding friends that aren't absolute nerds. You work out? excluded. You look decent? excluded. You do anything but work? excluded.
English
1
0
0
13