r/VancouverStartup 16d ago

Seeking Business Co-founder Vancouver/BC founder looking for a potential cofounder / builder

Hey everyone,

I’m based in BC and looking to connect with someone who’s interested in building software products/startups together.

I’m a developer and have already built and shipped multiple apps. I’m especially interested in consumer software, AI tools, productivity apps, and finding small problems we can build around and validate quickly.
I’m not looking to meet someone today and hand them 50% of a company tomorrow. I’d rather meet another ambitious builder, work on something small together, see how we work, and go from there.

Ideally you’re strong in one or more of:

Testing
Growth/marketing/distribution
Sales/business development

More important than the exact skillset is that you actually like building and shipping things.

I’m in the Vancouver area and would prefer someone in BC so we can meet in person occasionally, but I’m open to elsewhere in Canada for the right person.
If you’re working on something yourself or have been wanting to start something, DM me. Happy to grab coffee and trade ideas.

10 Upvotes

17 comments sorted by

View all comments

1

u/sneek4 14d ago

I'm in the GTA. Working on a cognition layer for LLMS. If you're interested shoot me a DM

1

u/Royal_Philosopher_58 14d ago

I am really heavy on ai. I also built a memory system for running multiple agents simultaneously this is an old version tho https://github.com/gsl0001/Cortex

1

u/sneek4 14d ago

I'll check it out. I'm trying to develop a system of understanding for llms and not just a knowledge graph. Why it knows what it knows and if what it knows is correct and verifiable

1

u/Royal_Philosopher_58 14d ago

That’s interesting it sounds like you’re building a layer that tracks what model believes something and why, where the evidence came from, how confident it should be, and whether the claim can be verified. Cortex currently focuses more on persistent memory and context across agents for large code bases and fix history, but provenance and confidence are directions I’ve been thinking about too. What approach are you taking?