
quinn
23 posts


@_CallMeMacy @speedrun Applying right now, with my automated legal timekeeping wedge, see ya soon
English

Need more reasons to apply for @speedrun 007? How about access to enterprise buyers and hands-on sales training? Sound too good to be true? It's not.
English

A few hours ago @sdianahu shared how to build an AI-Native company in the most clear way I've seen yet
Historically companies ran as open loops: ideas go in, outputs come out, feedback is in the wind
In an AI-native company it has to be closed loops! Every process feeds back into your company's AI context so you can iterate
That's how we're building ours. ground up, closed loops and feedback, and we'll be helping law firms close their loops too
What's the next loop you need to close?
English
quinn retweetet

@johnplins SBHacks 26! Because I got 1st place with my interactive voice-native podcast companion app :3
English

Feel great to finally start getting pricing feedback, yc start up school rly has the sauce
Joaquin Del Pego@JoaquinDelPego
Dropped our price on a lead after the demo: "We're at $125/mo." "That's certainly justifiable. Whether our firm pays it or notโฆ if it works really well, that's a fair price." I'll take it. Thursday we find out if the credit card comes out. ๐ณ
English

Put your landing page in the comments and I'll lyk if I understood what it does within 5 seconds of opening it
#StartupGrowth
English
quinn retweetet
quinn retweetet

if you're a performance marketer, here's how I use a custom Claude Cowork plugin to manage Google Ads at @AnthropicAI. it connects to the Google Ads API via MCP, encodes my common paid search workflows into skills, and works on desktop and Dispatch.
English

Been playing with remotion pretty sick, exicted to try out the skills ppl are makin
Daniel Ch@chddaniel
IT'S SO OVER... Motion designs are cooked. This AI agent made this video in 25 mins, only did 2 changes.
English

quinn retweetet
quinn retweetet
quinn retweetet

๐จBreaking: Someone just open sourced a knowledge graph engine for your codebase and it's terrifying how good it is.
It's called GitNexus. And it's not a documentation tool.
It's a full code intelligence layer that maps every dependency, call chain, and execution flow in your repo -- then plugs directly into Claude Code, Cursor, and Windsurf via MCP.
Here's what this thing does autonomously:
โ Indexes your entire codebase into a graph with Tree-sitter AST parsing
โ Maps every function call, import, class inheritance, and interface
โ Groups related code into functional clusters with cohesion scores
โ Traces execution flows from entry points through full call chains
โ Runs blast radius analysis before you change a single line
โ Detects which processes break when you touch a specific function
โ Renames symbols across 5+ files in one coordinated operation
โ Generates a full codebase wiki from the knowledge graph automatically
Here's the wildest part:
Your AI agent edits UserService.validate().
It doesn't know 47 functions depend on its return type.
Breaking changes ship.
GitNexus pre-computes the entire dependency structure at index time -- so when Claude Code asks "what depends on this?", it gets a complete answer in 1 query instead of 10.
Smaller models get full architectural clarity. Even GPT-4o-mini stops breaking call chains.
One command to set it up:
`npx gitnexus analyze`
That's it. MCP registers automatically. Claude Code hooks install themselves.
Your AI agent has been coding blind. This fixes that.
9.4K GitHub stars. 1.2K forks. Already trending.
100% Open Source.
(Link in the comments)

English

Grateful to be invited to such an inspiring event, got to interact with so many bright minds
Something that stuck with me is the untapped opportunity of creating new types of data and figuring out how to put it to use
Already miss sf canโt wait be back
Playa House@liveplayahouse
Playa House had an amazing time at @theresidency demo day in SF! It was great seeing everyoneโs project and meeting likeminded people. Thank you @nick_linck for the invite and the rest of the residency team for hosting such a memorable event.
English

@mihail_eric This is so cool, wish I could take your class but I'm a UCSB math student, is it available online yet
English

I've spent 10 months developing the syllabus for our new Stanford CS course: ๐ง๐ต๐ฒ ๐ ๐ผ๐ฑ๐ฒ๐ฟ๐ป ๐ฆ๐ผ๐ณ๐๐๐ฎ๐ฟ๐ฒ ๐๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐ฒ๐ฟ.
The most important question I asked myself about AI software: in an age when the ground is shifting under you all the time, what principles won't go out-of-date next week?
Here's what I came up with:
๐ช๐ฒ๐ฒ๐ธ ๐ญ: ๐๐ป๐๐ฟ๐ผ๐ฑ๐๐ฐ๐๐ถ๐ผ๐ป ๐๐ผ ๐๐ผ๐ฑ๐ถ๐ป๐ด ๐๐๐ ๐ ๐ฎ๐ป๐ฑ ๐๐ ๐๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐บ๐ฒ๐ป๐
Topics: what is an LLM actually, how to prompt effectively
๐ช๐ฒ๐ฒ๐ธ ๐ฎ: ๐ง๐ต๐ฒ ๐๐ป๐ฎ๐๐ผ๐บ๐ ๐ผ๐ณ ๐๐ผ๐ฑ๐ถ๐ป๐ด ๐๐ด๐ฒ๐ป๐๐
Topics: agent architecture, tool use, MCP
๐ช๐ฒ๐ฒ๐ธ ๐ฏ: ๐ง๐ต๐ฒ ๐๐ ๐๐๐
Topics: context management and code understanding, PRDs for agents,
IDE integrations
๐ช๐ฒ๐ฒ๐ธ ๐ฐ: ๐๐ผ๐ฑ๐ถ๐ป๐ด ๐๐ด๐ฒ๐ป๐ ๐ฃ๐ฎ๐๐๐ฒ๐ฟ๐ป๐
Topics: Managing agent autonomy levels, human-agent collaboration patterns
๐ช๐ฒ๐ฒ๐ธ ๐ฑ: ๐ง๐ต๐ฒ ๐ ๐ผ๐ฑ๐ฒ๐ฟ๐ป ๐ง๐ฒ๐ฟ๐บ๐ถ๐ป๐ฎ๐น
Topics: AI-enhanced command line interfaces, sandboxed execution environments
๐ช๐ฒ๐ฒ๐ธ ๐ฒ: ๐๐ ๐ง๐ฒ๐๐๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐ฆ๐ฒ๐ฐ๐๐ฟ๐ถ๐๐
Topics: Secure vibe coding, history of vulnerability detection, AI-generated test suites
๐ช๐ฒ๐ฒ๐ธ ๐ณ: ๐ ๐ผ๐ฑ๐ฒ๐ฟ๐ป ๐ฆ๐ผ๐ณ๐๐๐ฎ๐ฟ๐ฒ ๐ฆ๐๐ฝ๐ฝ๐ผ๐ฟ๐
Topics: what AI code systems can we trust, debugging and diagnostics, intelligent documentation generation
๐ช๐ฒ๐ฒ๐ธ ๐ด: ๐๐๐๐ผ๐บ๐ฎ๐๐ฒ๐ฑ ๐จ๐ ๐ฎ๐ป๐ฑ ๐๐ฝ๐ฝ ๐๐๐ถ๐น๐ฑ๐ถ๐ป๐ด
Topics: design and frontend for everyone, rapid UI/UX prototyping and iteration
๐ช๐ฒ๐ฒ๐ธ ๐ต: ๐๐ด๐ฒ๐ป๐๐ ๐ฃ๐ผ๐๐-๐๐ฒ๐ฝ๐น๐ผ๐๐บ๐ฒ๐ป๐
Topics: monitoring and observability for AI systems, automated incident response, triaging and debugging
๐ช๐ฒ๐ฒ๐ธ ๐ญ๐ฌ: ๐ช๐ต๐ฎ๐'๐ ๐ก๐ฒ๐
๐ ๐ณ๐ผ๐ฟ ๐๐ ๐ฆ๐ผ๐ณ๐๐๐ฎ๐ฟ๐ฒ ๐๐ป๐ด๐ถ๐ป๐ฒ๐ฒ๐ฟ๐ถ๐ป๐ด
Topics: future of software development roles, emerging AI coding paradigms, industry trends and predictions
English

The only thing this is good for is raising my monitor up
โฮตsam@Hesamation
you'll be unstoppable.
English




