Nozomio Labs

378 posts

Nozomio Labs banner
Nozomio Labs

Nozomio Labs

@nozomioai

product & research lab. makers of https://t.co/6hz1Zw6tfR (context for ai agents) backed by paul graham, yc, crv, lg, boxgroup, and more. ps: https://t.co/n9W67dONC2

bunx nia-wizard@latest | SF Inscrit le Haziran 2025
34 Abonnements6.5K Abonnés
Tweet épinglé
Nozomio Labs
Nozomio Labs@nozomioai·
Excited to announce Nozomio's $6.2M round. I started Nozomio in high school six months ago as an AI agent for codebases that could cross-reference multiple repos, answer questions, and help developers onboard themselves. I failed. But I knew there was something in the agent space that every developer wants: the right context. Right before my Y Combinator batch, I was struggling to give coding agents the right context. They missed versions, filled up the context window, and used incorrect frameworks. That is when I built the first iteration of Nia, which is now an augmentation layer for AI agents. Context is the most important problem in the agent space. It prevents AI systems from achieving superhuman code intelligence, and I want to solve it. The current state of Nia might change a thousand times, but the problem will stay the same. Even as an MCP, which is very novel and underdeveloped, Nia has already improved every coding agent by at least 30%. I am on the mission to 100x it. This round was led by CRV, BoxGroup, and LocalGlobe, with participation from Y Combinator and 20VC Product. I am also backed by world-class angel investors, including: - Paul Graham (Founder of Y Combinator) - Joshua Schachter, Founder of del.icio.us (acq. by Yahoo) and Tasty Labs (acq. by Walmart) - Gustav Söderström (Co-President, CTO at Spotify) - Thomas Wolf (Co-founder of Hugging Face) - Richard Aberman (Founder of WePay (YC S09) and former YC Visiting Partner) - Michael Fertik (Founder of Reputation, Modelcode AI, Heroic VC) - Tomer Cohen (CPO at LinkedIn) - Jack Brody (CPO at Suno) - Geoff Charles (CPO at Ramp) - Sabrina Hahn - Kulveer Taggar, Founder of Zeus (YC S11) and Auctomatic (YC W07) - Chris Howard (Ritual Capital) Nozomio is also backed by people associated with OpenAI, Google DeepMind, Databricks, Airbnb, and Microsoft. I am hiring. I am solo right now and will stay under 20 employees until IPO. Apply if you are crazy enough. trynia [dot] ai / careers
Arlan@arlanr

announcing @nozomioai's $6.2m fundraise, led by @CRV, @BoxGroup, and @localglobevc. back to work now.

English
8
6
223
151K
Arlan
Arlan@arlanr·
I raised $6 million as a solo high school founder, and now @nozomioai is finally hiring. we're staying under 30 people until IPO. I value agency above anything else and recently convinced a guy to drop out of ivy league after 1 day of meeting him. send me your best project.
English
11
2
78
2.8K
Nozomio Labs
Nozomio Labs@nozomioai·
company perks btw: - unlimited doordash - 150g of protein / day required - unlimited white monster and matcha - company credit card for unlimited API tokens - live in the heart of san francisco
Arlan@arlanr

I raised $6 million as a solo high school founder, and now @nozomioai is finally hiring. we're staying under 30 people until IPO. I value agency above anything else and recently convinced a guy to drop out of ivy league after 1 day of meeting him. send me your best project.

English
0
0
6
356
Nozomio Labs retweeté
Chenxin Yan
Chenxin Yan@chenxinyan04·
I just made @nozomioai core search API 2x faster
Chenxin Yan tweet mediaChenxin Yan tweet media
English
0
1
4
2.7K
Rhys
Rhys@RhysSullivan·
roughly where im landing on this is alt text for agents, where you maintain your regular docs pages and pages for agents as the same page with carveouts for humans / agents i will say skills being grepppable locally is cool, not a good web equivalent of that
English
5
0
33
2.6K
Rhys
Rhys@RhysSullivan·
skills is still not sitting right with me as a concept i think it's because companies rushed to them as the next big thing as is what happens with all ai things now everyone is their docs as skills but it's recreating all the issues (authority, up to dateness) docs solved
English
72
7
264
29.1K
Nozomio Labs
Nozomio Labs@nozomioai·
WE ARE FRONT PAGE OF HACKER NEWS BOOOM
Nozomio Labs tweet media
English
1
0
24
1.1K
shin
shin@shfunc·
@nozomioai yeah but /compact does a pretty bad job keeping what actually matters, save context goes the other way, full history, which is great but heavy on re-injection something in between would be sick -- summarize with the right rules, store dense, re-inject small
English
2
0
1
24
Nozomio Labs retweeté
shin
shin@shfunc·
more than a month ago i thought about solving context sharing/handling techniques, and just found out @nozomioai already exists, which is an awesome tool in addition, it would be nice to have smth like compact: save -- summarizes before saving, keeps only signal (not obvious decisions, state, key paths, open questions)
English
1
1
3
380
Nozomio Labs retweeté
Arlan
Arlan@arlanr·
we introduced scale and max plans a couple of days ago today, the first user bought a $500 credit pack for @nozomioai
Arlan tweet media
English
5
1
45
2.7K
Nozomio Labs
Nozomio Labs@nozomioai·
mfs built an entire framework in 1 day
Arlan@arlanr

introducing @crustjs typescript first, bun native framework to build reliable CLIs for the AI era. also open source. get started: 'bun create crust my-cli'

English
0
0
9
1.6K
Nozomio Labs
Nozomio Labs@nozomioai·
we rebuilt our CLI from scratch and built an in-house framework for making them as compatible with agents as possible. with it, you can index almost any type of data and make it instantly searchable for AI agents (google drive, websites, repos, and more). -> bunx nia-wizard
Machina@EXM7777

CLI > MCP every MCP server you connect to your agent loads ALL its tool definitions on EVERY turn you're literally burning tokens for nothing, money you're paying that never touches your actual task there are a few tools that fix this, one i tried recently is mcp2cli it converts your MCP servers to simple commands that the agent calls only when needed apparently is saves 96-99% on tokens... definitely worth a try

English
2
1
6
1.9K
Nozomio Labs
Nozomio Labs@nozomioai·
tldr: he is trying to mog the founder of coursera.
Arlan@arlanr

context hub vs @nozomioai (coding use case): andrew ng just open sourced context hub. it is a curated collection of api documentation that coding agents can fetch via a cli. the idea is solid. agents hallucinate apis, so give them a vetted source of truth. but the architectures are fundamentally different, and that matters for search accuracy. context hub is a documentation catalog. you run chub search openai and it does bm25 keyword matching over three metadata fields: doc name, tags, and description. it does not search the actual content of the documentation. it searches the titles. if someone tagged it well you find it. if not you do not. it currently covers around 30 libraries. each one is a hand written markdown file contributed by maintainers or the community. that curation is valuable, but it means you are limited to what someone has already written and committed. nia takes the opposite approach. you point it at any documentation url, github repository, research paper, or local folder and it indexes the full content automatically. the difference shows up in real queries. if you search "how to verify stripe webhooks with raw body" in context hub, it can only match if someone put those words in the doc title or tags. nia has 15+ tools. it can semantically search across indexed content, read specific pages directly, grep for exact patterns in source code, explore file structures, and more. so it finds the answer even if the page is titled something completely different, because it is actually reading the documentation, not just matching against metadata. i have a lot of respect for what andrew ng is building, and the annotation system where agents leave notes for future sessions is a genuinely smart idea (we also have it btw). but when it comes to search accuracy on documentation, searching titles and searching content are two different problems. we chose to solve the harder one. the context layer for agents cannot be a static catalog. it has to be dynamic, indexable on demand, and semantically deep. that is what we are building at @nozomioai.

English
0
0
1
1.2K