Nozomio Labs

376 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 Bergabung Haziran 2025
34 Mengikuti6.5K Pengikut
Tweet Disematkan
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
150.8K
Nozomio Labs me-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.2K
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
32
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
263
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 me-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
378
Nozomio Labs me-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·
bro put the universal pictures theme to promote his slop dev tool
Arlan@arlanr

today, we’re introducing @nozomioai + @LangChain integration. 20+ tools that give any langchain agent reliable context from docs, codebases, research papers, datasets, and other data sources. python and typescript. available now.

English
0
0
6
725
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
Silicon Mania
Silicon Mania@siliconmania_·
> Be Arlan Rakhmetzhanov > 18 years old > Born in Almaty, Kazakhstan 🇰🇿 > Take your first coding class at 15 > Build an app that helps high school kids find money for college > 20,000 kids use it > Make a few thousand dollars > Build the whole thing just to get into Stanford > Get rejected > Apply to every startup program in the world > Get rejected > Get rejected > Get rejected > Get into one in Europe > Pack up and move to London > Quit school > Apply to YC with one line: "Hi YC. I'm Arlan, an 18-year-old who dropped out of junior year of high school." > Get a WhatsApp call at 1am > Scream on the call > Call your dad > Fly to San Francisco > Become the youngest founder in the whole YC batch > Spot Paul Graham (@paulg) walking out of a session > Run across the parking lot to catch him > Yell: "PG please just give me 3 minutes" > He says just email me > Pull out your phone right there in the parking lot > Email him while he is still walking to his car > Subject line: "The kid who stopped you at the end" > Get a reply > Get the meeting > PG puts in money > Raise $850K to build your company > Build @nozomioai ("hope" in Japanese) > Make a tool that helps coders write better code faster > Saves developers 2 to 5 hours every single week > Get an O1 visa and he's still 18.. @arlanr is absolutely cracked.
English
18
10
240
40K
Nozomio Labs
Nozomio Labs@nozomioai·
our founder is tuff af
Silicon Mania@siliconmania_

> Be Arlan Rakhmetzhanov > 18 years old > Born in Almaty, Kazakhstan 🇰🇿 > Take your first coding class at 15 > Build an app that helps high school kids find money for college > 20,000 kids use it > Make a few thousand dollars > Build the whole thing just to get into Stanford > Get rejected > Apply to every startup program in the world > Get rejected > Get rejected > Get rejected > Get into one in Europe > Pack up and move to London > Quit school > Apply to YC with one line: "Hi YC. I'm Arlan, an 18-year-old who dropped out of junior year of high school." > Get a WhatsApp call at 1am > Scream on the call > Call your dad > Fly to San Francisco > Become the youngest founder in the whole YC batch > Spot Paul Graham (@paulg) walking out of a session > Run across the parking lot to catch him > Yell: "PG please just give me 3 minutes" > He says just email me > Pull out your phone right there in the parking lot > Email him while he is still walking to his car > Subject line: "The kid who stopped you at the end" > Get a reply > Get the meeting > PG puts in money > Raise $850K to build your company > Build @nozomioai ("hope" in Japanese) > Make a tool that helps coders write better code faster > Saves developers 2 to 5 hours every single week > Get an O1 visa and he's still 18.. @arlanr is absolutely cracked.

English
2
1
11
1.4K