Y Combinator CEO's AI Usage Guide: The Future Belongs to Those Who Build Compound Interest Systems

marsbit2026-05-11 tarihinde yayınlandı2026-05-11 tarihinde güncellendi

Özet

The article presents the vision of using AI not as a simple chatbot, but as a personalized operating system that creates compounding value. The author, Y Combinator CEO Garry Tan, details his system, built on open-source tools, which continuously structures all his inputs—meetings, books, emails—into a vast, interconnected "second brain." He describes concrete examples like "book mirroring," where a book's content is analyzed and mapped to his personal context, and automated meeting preparation that leverages accumulated knowledge. The core philosophy is "skillification": turning recurring tasks into reusable, self-improving "skills" that form the system's building blocks. A key insight is the "meta-skill" that creates new skills, ensuring continuous improvement. The architecture consists of a thin "harness" for routing, thick "skills" for specific tasks, and thick "data"—a 100,000-page knowledge base. The author argues the future belongs to individuals who build such personalized, compounding AI systems, not just those using centralized tools. He concludes by encouraging readers to start building their own systems using the open-sourced framework he provides.

Editor's Note: While most people still see AI as a smarter chat window, Y Combinator's current CEO, Garry Tan, is already trying to turn it into a personal operating system.

The underlying structure of personal productivity in the AI era is changing: models are just engines; what truly generates compound interest is the entire system built around personal knowledge, workflows, context, and judgment.

In this system, every meeting, every book, every email, and every connection is no longer an isolated piece of information but is continuously written into a structured 'second brain.' Every recurring task no longer relies on temporary prompts but is abstracted into reusable skills that are continuously iterated in subsequent work. In other words, AI doesn't just help people complete tasks; it helps individuals productize, systematize, and infrastructure-ize their own way of working.

Even more noteworthy is that the author proposes a personal path different from centralized AI tools: future competitiveness may not belong only to those who can use AI, but to those who can train a compound-interest AI system around their real life and work. Chatbots give answers, search engines provide information, but a true personal AI system remembers your background, understands your context, inherits your judgment, and becomes stronger with every use.

This is also the most enlightening part of this article: the value of AI does not lie in what it generates once, but in whether it can become a nervous system that continuously accumulates, connects, and improves. For individuals, this is perhaps the true starting point of an 'AI-native way of working.'

Below is the original text:

People always ask me why I spend my nights coding until 2 a.m. I have a job, and a heavy one—I am the CEO of Y Combinator. We help thousands of entrepreneurs every year achieve their dreams: starting real, revenue-generating, fast-growing startups.

Over the past 5 months, AI has turned me back into a builder. By the end of last year, the tools were good enough for me to start building again. Not toy projects, but systems that can truly compound. I want to show you with concrete examples what it actually looks like when you stop treating your personal AI as a chat window and start treating it as an operating system. I'm open-sourcing this stuff and writing about it because I want you to speed up with me.

This is part of a series: 'Fat Skills, Fat Code, Thin Harness' introduces the core architecture; 'Resolvers' talks about the intelligent routing table; 'The LOC Controversy' discusses how every technologist can amplify themselves 100x to 1000x; 'Naked models are stupider' argues that models are just engines, not the whole car; and the 'skillify manifesto' explains why LangChain raised $160 million but gave you a squat rack and dumbbells without a training plan, while this article gives you the training plan you actually need.

That Book That 'Read Me Backwards'

Last month, I was reading Pema Chödrön's 'When Things Fall Apart.' The book is 162 pages, 22 chapters, about Buddhism's view on suffering, groundlessness, and letting go. A friend recommended it to me during a difficult time.

I had my AI do a 'book mirror.'

Specifically, this means: the system extracted the full content of all 22 chapters, then ran a sub-agent for each chapter, doing two things simultaneously: summarizing the author's ideas and mapping every point to my real life.

Not vague platitudes like 'this also applies to leaders,' but very specific mappings. It knows my family background: immigrant parents, father from Hong Kong and Singapore, mother from Myanmar. It knows my professional context: I'm managing YC, building open-source tools, mentoring thousands of founders. It knows what I've been reading recently, what I'm thinking at 2 a.m., what issues I'm working on with my therapist.

The final output was a 30,000-word 'brain page.' Each chapter was presented in two columns: one column for what Pema was saying, the other for how that content mapped to what I'm actually experiencing. The chapter on 'groundlessness' connected to a specific conversation I had with a founder the week before; the chapter on 'fear' mapped to behavioral patterns my therapist had pointed out; the chapter on 'letting go' referenced something I wrote late at night—about the creative freedom I found this year.

The whole process took about 40 minutes. A therapist charging $300 an hour couldn't do this in 40 hours, even after reading the book and applying it to my life. Because they don't have my full professional context, reading history, meeting notes, and founder network loaded and cross-referenceable.

So far, I've processed over 20 books this way: 'Amplified' (Dion Lim), 'The Autobiography of Bertrand Russell,' 'Designing Your Life,' 'The Drama of the Gifted Child,' 'Finite and Infinite Games,' 'Gift from the Sea' (Lindbergh), 'Siddhartha' (Hesse), 'Steppenwolf' (Hesse), 'The Art of Doing Science and Engineering' (Hamming), 'The Dream Machine,' 'The Book on the Taboo Against Knowing Who You Are' (Alan Watts), 'What Do You Care What Other People Think?' (Feynman), 'When Things Fall Apart' (Pema Chödrön), 'A Brief History of Everything' (Ken Wilber), etc.

Each book makes this 'brain' richer. The second mirror knows the content of the first, the twentieth mirror knows all the content of the previous nineteen.

How Book-Mirror Got Better Through Iteration

The first time I did a book mirror, it was terrible.

In the first version, there were three factual errors about my family. It said my parents were divorced, but they're not; it said I grew up in Hong Kong, but I was actually born in Canada. These were basic mistakes that would have destroyed trust if I shared the results.

So I added a mandatory fact-checking step. Now, every mirror runs a cross-modal evaluation against known facts in the brain before delivery. Opus 4.7 1M catches precision errors; GPT-5.5 finds missing context; DeepSeek V4-Pro judges if something sounds too generic.

Later, I upgraded it to deep retrieval based on GBrain tool calls. The initial version was good at synthesis but weak on specificity. The third version started doing section-by-section brain searches. Every item in the right column would cite a real, existing brain page.

When the book talked about handling difficult conversations, it wouldn't just summarize generic principles. It would pull up real meeting notes from my sessions with founders who were having tough conversations with co-founders; or an idea that popped up during a casual chat with my brother James on a Thursday; or an instant messenger chat record from when I was 19 with my college roommate. It feels surreal.

This is what 'skillification' (/skillify in GBrain) means in practice. I distilled that first manual attempt into a repeatable pattern, wrote it into a tested skill file with triggers and edge cases. Since then, every fix compounds in all future book mirrors.

The Skill That Can Create Skills

Here's where it gets truly recursive, and I think this is the biggest insight.

The system that powers my daily life didn't appear as one giant monolith. It was assembled from skills. And those skills themselves were created by another skill.

Skillify is a 'meta-skill'—a skill for creating new skills. Whenever I encounter a workflow I'll repeat in the future, I say: 'Skillify this.' It then looks back at what just happened, extracts the repeatable pattern, writes it into a tested skill file with triggers and edge cases, and registers it with the resolver.

The book-mirror pipeline I mentioned earlier was skillified after I did it manually the first time. The meeting-prep workflow was the same: when I realized I was doing the same steps before every call, I skillified it.

Skills can be composed. Book-mirror calls brain-ops for storage, enrich for context supplementation, cross-modal-eval for quality assessment, pdf-generation for output. Each skill focuses on one thing, but they can chain together to form complex workflows.

When I improve one skill, all workflows using that skill automatically get better. No more 'I forgot to mention this edge case in the prompt.' The skill remembers.

The Meeting That Prepared Itself

Demis Hassabis came to YC for a fireside chat. Sebastian Mallaby's biography of him had just been published.

I had the system help me prepare.

In under two minutes, it pulled up: Demis's complete brain page—accumulated for months from articles, podcast transcripts, and my own notes; his publicly stated views on AGI timelines, like '50% scaling, 50% innovation,' and his belief that AGI is 5–10 years away; highlights from Mallaby's biography; his stated research priorities, including continual learning, world models, and long-term memory; cross-references between his publicly discussed AI views and mine; three demo scripts for showing off this 'brain's' multi-hop reasoning during the talk; and a set of conversation entry points based on where our worldviews overlap and diverge.

This wasn't just a better Google search. It was contextual preparation: the system used not only my long-accumulated information about Demis but also my own positions and the strategic goals of this conversation.

It prepared not just facts, but angles.

What a 100,000-Page Brain Looks Like

I maintain a structured knowledge base of about 100,000 pages.

Everyone I encounter gets a page with a timeline, a status bar—the current reality, open threads, and a score. Every meeting gets a transcript, a structured summary, and a process I call 'entity propagation': after each meeting, the system traverses every person and company mentioned and updates their brain page with the discussion content.

Every book I read gets a chapter-by-chapter book mirror. Every article, podcast, video I engage with is ingested, tagged, and cross-referenced.

The schema is simple. Each page has three parts: at the top is the 'compiled truth'—the current best understanding; below is an append-only timeline of events in chronological order; on the side is a raw data sidecar for source materials.

Think of it as a personal Wikipedia. Each page is continuously updated by an AI that attended the meeting, read the email, watched the talk, and digested the PDF.

Here's an example of how such a system compounds.

I see a founder during office hours. The system creates or updates their personal page, company page, cross-references meeting notes, checks if I've met them before—if so, surfaces what we talked about last time; it checks their application, pulls latest metrics, and identifies anyone in my portfolio or network who could help with their problem.

By the next time I walk into a meeting with them, the system has prepared a full context pack.

This is the difference between a 'filing cabinet' and a 'nervous system.' A filing cabinet just stores things; a nervous system connects them, flags what changed, and surfaces what's most relevant in the moment.

Architecture

Here's how it works. I think this is the right path to building personal AI, so I open-sourced the whole thing. You can build it yourself.

The harness is thin. OpenClaw is the runtime. It receives my messages, decides which skill applies, and dispatches. Only a few thousand lines of routing logic. It doesn't know about books, meetings, or founders; it just routes.

Skills are fat. There are over 100 now, each a self-contained markdown file with detailed instructions for a specific task. You've seen book-mirror and meeting-prep already. Here are a few others that come with GBrain:

meeting-ingestion: After each meeting, it pulls the transcript, generates a structured summary, then traverses every person and company mentioned, updating their brain page with the discussion. The meeting page itself isn't the end product; the real value is propagating that information back to individual and company pages.

enrich: Give it a person's name. It pulls information from five different sources, merges everything into a brain page, including career trajectory, contact info, meeting history, and relationship context. Every judgment has a source citation.

media-ingest: Handles video, audio, PDF, screenshots, GitHub repos. It transcribes, extracts entities, and files materials into the correct brain location. I use it often for YouTube videos, podcasts, and voice memos.

perplexity-research: This is web research with brain augmentation. It searches the web via Perplexity, but before synthesizing, it checks what the brain already knows, telling you what information is truly new versus what you've already captured.

I've built dozens more skills for my own work that I'll likely open-source later: email-triage, investor-update-ingest—which identifies portfolio updates in my inbox and extracts metrics to company pages; calendar-check—for detecting schedule conflicts and impossible travel; and a whole news research stack I use for public affairs work.

Each skill encodes operational knowledge that would take a new human assistant months to learn. People ask me how I 'prompt' my AI. The answer: I don't. The skill *is* the prompt.

Data is fat. The brain repo has 100,000 pages of structured knowledge. Every person, company, meeting, book, article, idea I've engaged with is connected, searchable, and growing daily.

Code is also fat. The code that feeds it matters too: scripts for transcription, OCR, social media archiving, calendar syncing, API integrations. But where the compound value truly sediments is in the data.

I run over 100 cron jobs daily checking everything I care about: social media, Slack, email, and any other signal I watch. My OpenClaw/Hermes Agents also watch these things for me.

Models are swappable. For precision, I use Opus 4.7 1M; for recall and exhaustive extraction, GPT-5.5; for creative work and third-person perspective, DeepSeek V4-Pro; for speed, Groq with Llama. The skill decides which model to call for which task. The harness doesn't care.

When people ask 'which AI model is best?' the answer is: you're asking the wrong question. Models are just engines; everything else is the car.

The 2 A.M. Builder, and a System That Compounds

People ask me about productivity. But that's not how I think.

I think about compound interest.

Every meeting I attend adds to this brain. Every book I read enriches the context for the next one. Every skill I build makes the next workflow faster. Every person page I update makes the next meeting preparation sharper.

The system today is 10x what it was two months ago. In another two months, it will be 10x again.

When I'm coding at 2 a.m.—and I often am, because AI has given me back the joy of building—I'm not just writing software. I'm adding capability to a system that gets better every hour.

100 cronjobs run 24/7. Meeting ingestion happens automatically. Email triage runs every 10 minutes. The knowledge graph enriches itself from every conversation. The system processes daily transcripts and extracts patterns I didn't notice in real-time.

This isn't a writing tool, a search engine, or a chatbot.

It's a truly runnable second brain. It's not a metaphor; it's a running system: 100,000 pages, over 100 skills, 15 cron jobs, and the context accumulated from every professional relationship, meeting, book, and idea I've engaged with over the past year.

I've open-sourced the whole tech stack. GStack is a coding skill framework with over 87,000 stars, and I built this system with it. When an agent needs to write code, I still use it as a skill within my OpenClaw/Hermes Agents. It also has a great programmable browser, both headed and headless.

GBrain is the knowledge infrastructure. OpenClaw and Hermes Agent are harnesses—you can pick one, but I typically use both. The data repos are also on GitHub.

The core thesis is simple: the future belongs to individuals who can build compounding AI systems, not to those who only use corporate-owned, centralized AI tools.

The difference between the two is like the difference between keeping a diary and having a nervous system.

How to Start

If you also want to build such a system:

First, pick a harness. You can use OpenClaw, Hermes Agent, or build from scratch based on Pi. The key is to keep it light. The harness is just a router. You can deploy it on a spare computer at home and access it via Tailscale, or put it on a cloud service like Render or Railway.

Then, build a 'brain' with GBrain. I was initially inspired by Karpathy's LLM Wiki, implemented it in OpenClaw, and later expanded it into GBrain. It's the best retrieval system I've tested: 97.6% recall on LongMemEval, surpassing MemPalace in the retrieval step without calling an LLM. It comes with 39 installable skills, including everything mentioned in this article. Just one command to install. You get a git repo where every person, meeting, article, idea gets its own page.

Next, do one thing that's actually interesting. Don't start by planning your skill architecture. First, complete a concrete task: write a report, research a person, download a season of NBA scores and build a prediction model for your sports betting, analyze your portfolio, or do anything you genuinely care about. Do it with your agent, iterate until the results are good enough, then run Skillify—the meta-skill mentioned earlier—to extract the pattern into a reusable skill. Then run check_resolvable to confirm the new skill is hooked into the resolver. This cycle turns one-off work into infrastructure that keeps compounding.

Keep using it and read the output carefully. The skill will be mediocre at first. That's the point. Use it, read what it generates, and when you find something wrong, run cross-modal eval: give the output to multiple models and have them score each other based on the dimensions you care about. That's how I found the factual errors in book-mirror initially. The fix was written into the skill, and every mirror since has been cleaner.

Six months from now, you'll have something no chatbot can replicate. Because the real value isn't in the model itself, but in you teaching this system to understand your specific life, work, and judgment.

The first thing I made with this system was terrible. By the hundredth, it was a system I'd trust with my calendar, inbox, meeting prep, and reading list. The system is learning, and I'm learning. The compound curve is real.

Fat skills, fat code, thin harness. The LLM itself is just an engine. You can absolutely build your own car.

Everything I described here—all the skills, book-mirror pipeline, cross-modal eval framework, skillify loop, resolver architecture, and over 30 installable skillpacks—is already open-sourced and free on GitHub.

Go build.

İlgili Sorular

QWhat is the core distinction Gary Tan makes between using AI as a chat interface and as an operating system for personal productivity?

AThe core distinction is between using AI as a one-off tool for answers (like a smarter chat window) versus building a 'compounding system' around one's knowledge, workflows, context, and judgment. The 'AI operating system' acts as a 'second brain' that structures all information—meetings, books, emails, relationships—into an interconnected, searchable knowledge base. It remembers context, inherits judgment, and grows stronger with each use, enabling a productized, systematic, and infrastructural approach to work that generates long-term compound interest.

QWhat is 'skillification' as described in the article, and why is it critical for building a compounding AI system?

A'Skillification' is the process of abstracting a repeatable workflow or task into a reusable, testable 'skill' file (like a markdown file) with defined triggers and edge cases. Once skillified, this pattern can be registered to a resolver and used in future automated workflows. It is critical because it transforms one-off manual efforts into permanent, compounding infrastructure. When a skill is improved, every future workflow using that skill automatically benefits, preventing issues like forgotten prompt details and allowing continuous refinement and integration.

QExplain the architecture of Gary Tan's personal AI system as outlined in the 'Architecture' section.

AThe architecture is based on a 'thin harness, fat skills, fat data, thin code' principle. The harness (e.g., OpenClaw/Hermes Agent) is a thin, minimal router that receives input and dispatches it to the appropriate skill. The 'fat' part comprises over 100 self-contained skills, each encoding operational knowledge for a specific task (e.g., meeting-ingestion, book-mirror, enrich). These skills act as the prompts and workflows. Data is also 'fat'—a ~100,000-page structured 'brain' (knowledge base built with GBrain) that contains interconnected pages for people, companies, meetings, books, etc. The models (e.g., Opus, GPT, DeepSeek) are interchangeable engines selected by the skills based on the task's needs.

QHow does the 'book mirror' process work, and what makes it more powerful than simply reading a book summary?

AThe 'book mirror' process involves extracting all chapters of a book and running a sub-agent for each chapter to perform two tasks simultaneously: summarize the author's ideas and map each point directly to specific, contextual details from the user's real life stored in the 'brain.' This produces a two-column 'brain page' where one column is the book's content and the other is the personal, contextual mapping. It is more powerful because it doesn't offer generic advice; it connects the book's concepts to the user's unique background, recent conversations, therapy notes, family history, and professional context. The system's knowledge compounds with each mirrored book, making later analyses richer and more interconnected.

QWhat is the key advantage Gary Tan claims for individuals who build their own compounding AI systems versus those who only use centralized AI tools?

AThe key advantage is that a personally built compounding AI system becomes a true, evolving 'nervous system' uniquely tuned to the individual's life, work, and judgment. Unlike centralized tools (chatbots, search engines) that provide one-off answers or information, a personal system continuously accumulates, connects, and improves based on the user's specific context—every meeting, book, and email enriches it. This creates a competitive moat and compound interest that cannot be replicated by generic tools. The value lies not in the AI model itself, but in the deeply personalized, interconnected data and workflows the user teaches the system, making it grow exponentially more useful over time.

İlgili Okumalar

The Midlife Crisis of Crypto GPs: No PMF, No Next Check from LPs

The article "The Midlife Crisis of Crypto GPs: No PMF, No Next LP Check" analyzes the shifting crypto fundraising landscape. It argues the era of selling grand visions to LPs is over; GPs must now offer products with clear Product-Market Fit (PMF). The author categorizes crypto fundraising products into three types: Primary (VC funds), Liquid (trading strategies), and CeFi/DeFi Native Yield. This summary focuses on the Primary market. Key points include: * **Market Shift:** LPs are impatient, demand immediate returns, and are skeptical of future promises. The "easy money" narrative has faded. * **GP Value Erosion:** LP learning curves have shortened (aided by AI), reducing the value of a GP's basic "crypto knowledge." Superior judgment is now rare. * **Weakened LP Motivations:** Traditional reasons for LPs to invest in crypto VC funds (capturing industry beta, gaining access, leveraging GP judgment) have weakened due to new products like ETFs and increased LP sophistication. * **Surviving in Primary:** The primary market will likely persist for: 1) large funds in endowment mandates treating it as a lottery ticket, 2) family offices/HNWIs using proprietary capital, 3) a few funds with proven recent outperformance, and 4) funds with strong ecosystem "deal-making" capabilities. * **Conclusion:** For most GPs, rebuilding trust requires starting over in a niche, demonstrating alpha-generating ability, or providing concrete value/services to LPs.

marsbit2 saat önce

The Midlife Crisis of Crypto GPs: No PMF, No Next Check from LPs

marsbit2 saat önce

Crypto GPs' Midlife Crisis: No PMF, No LP's Next Check

The article "The Midlife Crisis of Crypto GPs: No PMF, No LP's Next Check" analyzes the shifting crypto fundraising landscape. It argues that the era of LPs funding vague "vision" is over; GPs must now offer products with clear Product-Market Fit (PMF) to secure capital. The market has matured. LPs, disillusioned by the last cycle's failures and wary of long lock-up periods, now demand tangible, near-term returns rather than speculative narratives. The proliferation of accessible crypto ETFs and other liquid products has reduced the need for VC blind pools as an entry point. The author categorizes crypto fundraising products into three types: Primary (VC funds, with blind pools or clear pipelines), Liquid (alpha/beta, directional/market-neutral strategies), and CeFi/DeFi Native Yield (crypto-specific mechanisms like staking, farming). Focusing on the Primary market, the piece details why traditional LP rationales for investing in crypto VCs have weakened: easier beta access via ETFs, diminished "access" and "judgement" premiums as LPs build internal teams, and a widespread lack of proven superior returns from GPs. Ultimately, only specific players are likely to remain at the primary VC table: large funds with access to patient endowment capital, family offices/HNWIs investing proprietary capital, the few funds with demonstrable excess returns from the last cycle, and those with clear "deal-making" or ecosystem resource advantages. For others, the path forward is to rebuild trust by proving alpha-generation capability in a niche or providing concrete, valuable services.

链捕手2 saat önce

Crypto GPs' Midlife Crisis: No PMF, No LP's Next Check

链捕手2 saat önce

İşlemler

Spot
Futures

Popüler Makaleler

$S$ Nedir

SPERO'yu Anlamak: Kapsamlı Bir Genel Bakış SPERO'ya Giriş İnovasyonun manzarası gelişmeye devam ederken, web3 teknolojilerinin ve kripto para projelerinin ortaya çıkışı dijital geleceği şekillendirmede önemli bir rol oynamaktadır. Bu dinamik alanda dikkat çeken projelerden biri SPERO, $$s$$ olarak adlandırılmaktadır. Bu makale, SPERO hakkında ayrıntılı bilgi toplamak ve sunmak amacıyla, meraklılar ve yatırımcıların web3 ve kripto alanlarındaki temellerini, hedeflerini ve yeniliklerini anlamalarına yardımcı olmayı amaçlamaktadır. SPERO,$$s$$ Nedir? SPERO,$$s$$, kripto alanında merkeziyetsizlik ve blok zinciri teknolojisi ilkelerini kullanarak etkileşimi, faydayı ve finansal kapsayıcılığı teşvik eden bir ekosistem yaratmayı amaçlayan benzersiz bir projedir. Proje, kullanıcıların yenilikçi finansal çözümler ve hizmetler sunarak eşler arası etkileşimleri yeni yollarla kolaylaştırmayı hedeflemektedir. SPERO,$$s$$'nin temel amacı, bireyleri güçlendirmek ve kripto para alanındaki kullanıcı deneyimini artıran araçlar ve platformlar sağlamaktır. Bu, daha esnek işlem yöntemlerini mümkün kılmayı, topluluk odaklı girişimleri teşvik etmeyi ve merkeziyetsiz uygulamalar (dApp'ler) aracılığıyla finansal fırsatlar yaratmayı içermektedir. SPERO,$$s$$'nin temel vizyonu kapsayıcılık etrafında dönmekte olup, geleneksel finansal sistemlerdeki boşlukları kapatmayı ve blok zinciri teknolojisinin faydalarından yararlanmayı hedeflemektedir. SPERO,$$s$$'nin Yaratıcısı Kimdir? SPERO,$$s$$'nin yaratıcısının kimliği bir miktar belirsizdir, çünkü kurucusu(ları) hakkında ayrıntılı arka plan bilgisi sağlayan sınırlı kamuya açık kaynaklar bulunmaktadır. Bu şeffaflık eksikliği, projenin merkeziyetsizlik taahhüdünden kaynaklanabilir—birçok web3 projesinin paylaştığı bir etik anlayışı, bireysel tanınmanın yerine kolektif katkıları önceliklendirmektedir. Topluluk ve onun kolektif hedefleri etrafında tartışmaları merkezileştirerek, SPERO,$$s$$, belirli bireyleri öne çıkarmadan güçlendirme özünü taşımaktadır. Bu nedenle, SPERO'nun etik anlayışını ve misyonunu anlamak, tek bir yaratıcının kimliğini belirlemekten daha önemlidir. SPERO,$$s$$'nin Yatırımcıları Kimlerdir? SPERO,$$s$$, kripto sektöründe yeniliği teşvik etmeye adanmış girişim sermayedarlarından melek yatırımcılara kadar çeşitli yatırımcılar tarafından desteklenmektedir. Bu yatırımcıların odak noktası genellikle SPERO'nun misyonuyla uyumlu olup, toplumsal teknolojik ilerlemeyi, finansal kapsayıcılığı ve merkeziyetsiz yönetimi vaat eden projeleri önceliklendirmektedir. Bu yatırımcı temelleri, yalnızca yenilikçi ürünler sunan projelere değil, aynı zamanda blok zinciri topluluğuna ve ekosistemlerine olumlu katkılarda bulunan projelere de ilgi duymaktadır. Bu yatırımcıların desteği, SPERO,$$s$$'yi hızla gelişen kripto projeleri alanında dikkate değer bir rakip haline getirmektedir. SPERO,$$s$$ Nasıl Çalışır? SPERO,$$s$$, onu geleneksel kripto para projelerinden ayıran çok yönlü bir çerçeve kullanmaktadır. İşte benzersizliğini ve yeniliğini vurgulayan bazı temel özellikler: Merkeziyetsiz Yönetim: SPERO,$$s$$, kullanıcıların projenin geleceğiyle ilgili karar alma süreçlerine aktif olarak katılmalarını sağlayan merkeziyetsiz yönetim modellerini entegre etmektedir. Bu yaklaşım, topluluk üyeleri arasında sahiplik ve hesap verebilirlik duygusunu teşvik etmektedir. Token Kullanımı: SPERO,$$s$$, ekosistem içinde çeşitli işlevler sunmak üzere tasarlanmış kendi kripto para token'ını kullanmaktadır. Bu token'lar, işlemleri, ödülleri ve platformda sunulan hizmetlerin kolaylaştırılmasını sağlayarak genel etkileşimi ve faydayı artırmaktadır. Katmanlı Mimari: SPERO,$$s$$'nin teknik mimarisi, modülerlik ve ölçeklenebilirliği destekleyerek projenin evrimi sırasında ek özelliklerin ve uygulamaların sorunsuz bir şekilde entegrasyonuna olanak tanımaktadır. Bu uyum sağlama yeteneği, sürekli değişen kripto manzarasında geçerliliği sürdürmek için hayati öneme sahiptir. Topluluk Katılımı: Proje, işbirliği ve geri bildirim teşvik eden mekanizmalar kullanarak topluluk odaklı girişimlere vurgu yapmaktadır. Güçlü bir topluluk oluşturarak, SPERO,$$s$$, kullanıcı ihtiyaçlarını daha iyi karşılayabilir ve piyasa trendlerine uyum sağlayabilir. Kapsayıcılığa Odaklanma: Düşük işlem ücretleri ve kullanıcı dostu arayüzler sunarak, SPERO,$$s$$, daha önce kripto alanında yer almamış bireyler de dahil olmak üzere çeşitli bir kullanıcı tabanını çekmeyi hedeflemektedir. Bu kapsayıcılık taahhüdü, erişilebilirlik yoluyla güçlendirme misyonuyla uyumludur. SPERO,$$s$$ Zaman Çizelgesi Bir projenin tarihini anlamak, gelişim yolculuğu ve kilometre taşları hakkında kritik bilgiler sağlar. Aşağıda, SPERO,$$s$$'nin evriminde önemli olayları haritalayan önerilen bir zaman çizelgesi bulunmaktadır: Kavram Geliştirme ve Fikir Aşaması: SPERO,$$s$$'nin temelini oluşturan ilk fikirler, blok zinciri endüstrisindeki merkeziyetsizlik ve topluluk odaklılık ilkeleriyle yakından uyumlu olarak geliştirildi. Proje Beyaz Kağıdının Yayınlanması: Kavramsal aşamayı takiben, SPERO,$$s$$'nin vizyonunu, hedeflerini ve teknolojik altyapısını ayrıntılı bir şekilde açıklayan kapsamlı bir beyaz kağıt yayımlandı ve topluluk ilgisini ve geri bildirimini toplamak amacıyla sunuldu. Topluluk Oluşturma ve Erken Katılımlar: Projenin hedefleri etrafında tartışmalar yürüterek destek toplamak ve erken benimseyenler ile potansiyel yatırımcılar için bir topluluk oluşturmak amacıyla aktif iletişim çabaları gerçekleştirildi. Token Üretim Etkinliği: SPERO,$$s$$, yerel token'larını erken destekçilere dağıtmak ve ekosistem içinde başlangıç likiditesini sağlamak amacıyla bir token üretim etkinliği (TGE) gerçekleştirdi. İlk dApp'in Yayınlanması: SPERO,$$s$$ ile ilişkili ilk merkeziyetsiz uygulama (dApp) faaliyete geçti ve kullanıcıların platformun temel işlevleriyle etkileşimde bulunmalarını sağladı. Sürekli Gelişim ve Ortaklıklar: Projenin tekliflerine sürekli güncellemeler ve iyileştirmeler yapılmakta olup, blok zinciri alanındaki diğer oyuncularla stratejik ortaklıklar, SPERO,$$s$$'yi rekabetçi ve gelişen bir oyuncu haline getirmiştir. Sonuç SPERO,$$s$$, web3 ve kripto paranın finansal sistemleri devrim niteliğinde dönüştürme ve bireyleri güçlendirme potansiyelinin bir kanıtıdır. Merkeziyetsiz yönetime, topluluk katılımına ve yenilikçi tasarlanmış işlevselliğe olan bağlılığıyla, daha kapsayıcı bir finansal manzaraya doğru bir yol açmaktadır. Hızla gelişen kripto alanındaki herhangi bir yatırımda olduğu gibi, potansiyel yatırımcılar ve kullanıcılar, SPERO,$$s$$ içindeki devam eden gelişmelerle ilgili olarak kapsamlı bir araştırma yapmaları ve düşünceli bir şekilde katılmaları teşvik edilmektedir. Proje, kripto endüstrisinin yenilikçi ruhunu sergileyerek, sayısız olasılığını keşfetmeye davet etmektedir. SPERO,$$s$$'nin yolculuğu hala devam ederken, temel ilkeleri, teknoloji, finans ve birbirimizle etkileşim biçimimizi etkileyebilir.

89 Toplam GörüntülenmeYayınlanma 2024.12.17Güncellenme 2024.12.17

$S$ Nedir

AGENT S Nedir

Agent S: Web3'te Otonom Etkileşimin Geleceği Giriş Web3 ve kripto para dünyasında sürekli gelişen manzarada, yenilikler bireylerin dijital platformlarla etkileşim biçimlerini sürekli olarak yeniden tanımlıyor. Bu tür öncü projelerden biri olan Agent S, açık ajans çerçevesi aracılığıyla insan-bilgisayar etkileşimini devrim niteliğinde değiştirmeyi vaat ediyor. Otonom etkileşimlerin yolunu açarak, Agent S karmaşık görevleri basitleştirmeyi ve yapay zeka (AI) alanında dönüştürücü uygulamalar sunmayı hedefliyor. Bu detaylı inceleme, projenin karmaşıklıklarına, benzersiz özelliklerine ve kripto para alanındaki etkilerine dalacaktır. Agent S Nedir? Agent S, bilgisayar görevlerinin otomasyonunda üç temel zorluğu ele almak üzere özel olarak tasarlanmış çığır açıcı bir açık ajans çerçevesidir: Alan Spesifik Bilgi Edinimi: Çerçeve, çeşitli dış bilgi kaynaklarından ve iç deneyimlerden akıllıca öğrenir. Bu çift yönlü yaklaşım, alan spesifik bilgi açısından zengin bir veri havuzu oluşturmasını sağlar ve görev yürütmedeki performansını artırır. Uzun Görev Ufukları Üzerinde Planlama: Agent S, karmaşık görevlerin verimli bir şekilde parçalanmasını ve yürütülmesini kolaylaştıran deneyim artırımlı hiyerarşik planlama kullanır. Bu özellik, çoklu alt görevleri etkili ve verimli bir şekilde yönetme yeteneğini önemli ölçüde artırır. Dinamik, Homojen Olmayan Arayüzlerle Başlama: Proje, ajanlar ve kullanıcılar arasındaki etkileşimi geliştiren yenilikçi bir çözüm olan Ajan-Bilgisayar Arayüzü'ni (ACI) tanıtmaktadır. Çok Modlu Büyük Dil Modellerini (MLLM'ler) kullanarak, Agent S çeşitli grafik kullanıcı arayüzlerini sorunsuz bir şekilde gezinebilir ve manipüle edebilir. Bu öncü özellikler aracılığıyla, Agent S, makinelerle insan etkileşimini otomatikleştirmede karşılaşılan karmaşıklıkları ele alan sağlam bir çerçeve sunarak, AI ve ötesinde birçok uygulama için zemin hazırlıyor. Agent S'nin Yaratıcısı Kimdir? Agent S'nin kavramı temelde yenilikçi olsa da, yaratıcısı hakkında spesifik bilgiler belirsizliğini koruyor. Yaratıcı şu anda bilinmiyor, bu da projenin yeni aşamasını veya kurucu üyeleri gizli tutma stratejik tercihini vurguluyor. Anonimlikten bağımsız olarak, odak çerçevenin yetenekleri ve potansiyeli üzerinde kalıyor. Agent S'nin Yatırımcıları Kimlerdir? Agent S, kriptografik ekosistemde oldukça yeni olduğundan, yatırımcıları ve finansal destekçileri hakkında ayrıntılı bilgiler açıkça belgelenmemiştir. Projeyi destekleyen yatırım temelleri veya organizasyonları hakkında kamuya açık bilgilerdeki eksiklik, finansman yapısı ve gelişim yol haritası hakkında sorular doğuruyor. Destekleyicilerin anlaşılması, projenin sürdürülebilirliğini ve potansiyel pazar etkisini değerlendirmek için kritik öneme sahiptir. Agent S Nasıl Çalışır? Agent S'nin temelinde, çeşitli ortamlarda etkili bir şekilde çalışmasını sağlayan son teknoloji bir sistem yatmaktadır. İşleyiş modeli birkaç ana özellik etrafında inşa edilmiştir: İnsan Benzeri Bilgisayar Etkileşimi: Çerçeve, bilgisayarlarla etkileşimleri daha sezgisel hale getirmeyi amaçlayan gelişmiş AI planlaması sunar. Görev yürütmedeki insan davranışını taklit ederek, kullanıcı deneyimlerini yükseltmeyi vaat eder. Anlatı Belleği: Yüksek düzeyde deneyimlerden yararlanmak için kullanılan Agent S, görev geçmişlerini takip etmek amacıyla anlatı belleğini kullanarak karar verme süreçlerini geliştirir. Episodik Bellek: Bu özellik, kullanıcılara adım adım rehberlik sağlayarak, çerçevenin görevler gelişirken bağlamsal destek sunmasına olanak tanır. OpenACI Desteği: Yerel olarak çalışabilme yeteneği ile Agent S, kullanıcıların etkileşimleri ve iş akışları üzerinde kontrol sağlamasına olanak tanır ve Web3'ün merkeziyetsiz felsefesiyle uyumlu hale gelir. Dış API'lerle Kolay Entegrasyon: Çeşitli AI platformlarıyla uyumluluğu ve çok yönlülüğü, Agent S'nin mevcut teknolojik ekosistemlere sorunsuz bir şekilde entegre olmasını sağlar ve geliştiriciler ile organizasyonlar için cazip bir seçenek haline getirir. Bu işlevsellikler, Agent S'nin kripto alanındaki benzersiz konumuna katkıda bulunarak, karmaşık, çok aşamalı görevleri minimum insan müdahalesi ile otomatikleştirir. Proje geliştikçe, Web3'teki potansiyel uygulamaları dijital etkileşimlerin nasıl gelişeceğini yeniden tanımlayabilir. Agent S'nin Zaman Çizelgesi Agent S'nin gelişimi ve kilometre taşları, önemli olaylarını vurgulayan bir zaman çizelgesinde özetlenebilir: 27 Eylül 2024: Agent S'nin kavramı, “Bilgisayarları İnsan Gibi Kullanan Açık Bir Ajans Çerçevesi” başlıklı kapsamlı bir araştırma makalesi ile tanıtıldı ve projenin temelini sergiledi. 10 Ekim 2024: Araştırma makalesi arXiv'de kamuya açık olarak yayınlandı ve çerçevenin derinlemesine bir incelemesini ve OSWorld benchmark'ına dayalı performans değerlendirmesini sundu. 12 Ekim 2024: Agent S'nin yetenekleri ve özellikleri hakkında görsel bir içgörü sağlayan bir video sunumu yayımlandı ve potansiyel kullanıcılar ve yatırımcılarla daha fazla etkileşim sağlandı. Bu zaman çizelgesindeki işaretler, sadece Agent S'nin ilerlemesini değil, aynı zamanda şeffaflık ve topluluk katılımına olan bağlılığını da göstermektedir. Agent S Hakkında Ana Noktalar Agent S çerçevesi gelişmeye devam ederken, birkaç ana özellik öne çıkmakta ve yenilikçi doğasını ve potansiyelini vurgulamaktadır: Yenilikçi Çerçeve: İnsan etkileşimine benzer bir bilgisayar kullanımı sağlamak üzere tasarlanan Agent S, görev otomasyonuna yeni bir yaklaşım getiriyor. Otonom Etkileşim: GUI aracılığıyla bilgisayarlarla otonom olarak etkileşim kurabilme yeteneği, daha akıllı ve verimli hesaplama çözümlerine doğru bir sıçrama anlamına geliyor. Karmaşık Görev Otomasyonu: Sağlam metodolojisi ile karmaşık, çok aşamalı görevleri otomatikleştirerek süreçleri daha hızlı ve daha az hata payı ile gerçekleştirebilir. Sürekli İyileştirme: Öğrenme mekanizmaları, Agent S'nin geçmiş deneyimlerden öğrenmesini sağlar ve sürekli olarak performansını ve etkinliğini artırır. Çok Yönlülük: OSWorld ve WindowsAgentArena gibi farklı işletim ortamlarında uyumlu olması, geniş bir uygulama yelpazesine hizmet edebilmesini sağlar. Agent S, Web3 ve kripto alanında kendini konumlandırırken, etkileşim yeteneklerini artırma ve süreçleri otomatikleştirme potansiyeli, AI teknolojilerinde önemli bir ilerlemeyi temsil etmektedir. Yenilikçi çerçevesi aracılığıyla, Agent S dijital etkileşimlerin geleceğini örneklemekte ve çeşitli sektörlerde kullanıcılar için daha sorunsuz ve verimli bir deneyim vaat etmektedir. Sonuç Agent S, AI ve Web3'ün birleşiminde cesur bir sıçramayı temsil ediyor ve teknoloji ile etkileşim biçimimizi yeniden tanımlama kapasitesine sahip. Henüz erken aşamalarında olmasına rağmen, uygulama olanakları geniş ve çekici. Kritik zorlukları ele alan kapsamlı çerçevesi ile Agent S, otonom etkileşimleri dijital deneyimin ön plana çıkmasına taşımayı hedefliyor. Kripto para ve merkeziyetsizlik alanlarına daha derinlemesine girdikçe, Agent S gibi projelerin teknoloji ve insan-bilgisayar işbirliğinin geleceğini şekillendirmede önemli bir rol oynayacağı kesin.

521 Toplam GörüntülenmeYayınlanma 2025.01.14Güncellenme 2025.01.14

AGENT S Nedir

S Nasıl Satın Alınır

HTX.com’a hoş geldiniz! Sonic (S) satın alma işlemlerini basit ve kullanışlı bir hâle getirdik. Adım adım açıkladığımız rehberimizi takip ederek kripto yolculuğunuza başlayın. 1. Adım: HTX Hesabınızı OluşturunHTX'te ücretsiz bir hesap açmak için e-posta adresinizi veya telefon numaranızı kullanın. Sorunsuzca kaydolun ve tüm özelliklerin kilidini açın. Hesabımı Aç2. Adım: Kripto Satın Al Bölümüne Gidin ve Ödeme Yönteminizi SeçinKredi/Banka Kartı: Visa veya Mastercard'ınızı kullanarak anında Sonic (S) satın alın.Bakiye: Sorunsuz bir şekilde işlem yapmak için HTX hesap bakiyenizdeki fonları kullanın.Üçüncü Taraflar: Kullanımı kolaylaştırmak için Google Pay ve Apple Pay gibi popüler ödeme yöntemlerini ekledik.P2P: HTX'teki diğer kullanıcılarla doğrudan işlem yapın.Borsa Dışı (OTC): Yatırımcılar için kişiye özel hizmetler ve rekabetçi döviz kurları sunuyoruz.3. Adım: Sonic (S) Varlıklarınızı SaklayınSonic (S) satın aldıktan sonra HTX hesabınızda saklayın. Alternatif olarak, blok zinciri transferi yoluyla başka bir yere gönderebilir veya diğer kripto para birimlerini takas etmek için kullanabilirsiniz.4. Adım: Sonic (S) Varlıklarınızla İşlem YapınHTX'in spot piyasasında Sonic (S) ile kolayca işlemler yapın.Hesabınıza erişin, işlem çiftinizi seçin, işlemlerinizi gerçekleştirin ve gerçek zamanlı olarak izleyin. Hem yeni başlayanlar hem de deneyimli yatırımcılar için kullanıcı dostu bir deneyim sunuyoruz.

1.5k Toplam GörüntülenmeYayınlanma 2025.01.15Güncellenme 2026.06.01

S Nasıl Satın Alınır

Tartışmalar

HTX Topluluğuna hoş geldiniz. Burada, en son platform gelişmeleri hakkında bilgi sahibi olabilir ve profesyonel piyasa görüşlerine erişebilirsiniz. Kullanıcıların S (S) fiyatı hakkındaki görüşleri aşağıda sunulmaktadır.

活动图片