
Valeriy Zamaraiev
@valeryzValeriy Zamaraiev 是 1kx 的 CTO,负责加密原生基金的技术判断与基础设施视角;他曾在 Zilliqa 负责分布式系统工程,具备公链与工程落地的交叉背景,在协议、架构与产品可行性评估中具有影响力。
人物档案
Valeriy Zamaraiev 是 1kx 的 CTO,负责加密原生基金的技术判断与基础设施视角;他曾在 Zilliqa 负责分布式系统工程,具备公链与工程落地的交叉背景,在协议、架构与产品可行性评估中具有影响力。
偏技术驱动、重视系统架构与可扩展性,决策更看重工程可行性和长期基础设施价值;风险偏好相对克制,倾向在底层技术与协议层寻找确定性。
近期公开信息主要仍集中在 1kx CTO 身份与技术背景本身,未见明确的新投资披露或高频媒体发声;其公开叙事更偏向基础设施、分布式系统与加密原生技术判断。
AI 风格画像务实派、技术型、保守派
主导特征务实派
以工程实现和系统稳定性为核心,强调技术方案是否能真正落地,而非仅停留在概念层面。
比较优势技术型
兼具公链分布式系统经验与基金侧视角,能从协议设计、性能与可维护性三方面评估项目。
主要争议保守派
更偏向基础设施与长期价值,可能在叙事驱动、短周期热点项目上显得不够激进。
职业履历
1kx CTO
Valeriy Zamaraiev 是 1kx 的首席技术官,此前曾在 Zilliqa 担任分布式系统工程负责人。
关联实体

1kx
加密原生基金1kx 是一家专注于生态系统增长的早期投资公司,帮助杰出的创始人引导代币网络。
投资偏好
合规基础设施重仓
更可能偏好底层基础设施、协议栈与工程能力强的项目,关注可扩展性、稳定性和长期网络效应。
协议层偏好
从其分布式系统背景看,协议设计、共识机制和链上架构类方向更符合其技术判断框架。
开发者工具关注
会重视提升开发效率、降低集成成本的工具型产品,因为这类项目更容易体现技术价值与采用路径。
扩展性方案关注
对吞吐、延迟、可维护性等指标敏感,倾向支持能解决规模化问题的技术路线。
投资活动
关系网络
Valeriy Zamaraiev 的关系网络主要围绕 1kx 内部同事展开,核心连接包括创始合伙人、研究、交易与运营团队;公开证据未显示明显的联投机构、前雇主或早期项目网络。
链上持仓
| 持仓币种 | 价格 | 数量 | 总价值 |
|---|---|---|---|
BTC BitcoinBTC | $109,240 | 420.00 | $45.8M |
ETH EthereumETH | $3,420 | 14,200 | $48.6M |
SOL SolanaSOL | $162.4 | 82,000 | $13.3M |
新闻动态
实时同步
加载中...社媒动态
Valeriy Zamaraiev@valeryz · 2026/06/17观点输出Sounds about right @bastian_wetzel https://t.co/CU0v8wZBBY
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/06/15观点输出Something is cooking with vericoding. Lean + aarch64 machine code + Common Lisp to tie it all together. https://t.co/pQxwJnTi63
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/06/07观点输出Opus 4.8 just attributed a Rust performance problem to ... GC pressure ... sigh ..
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/06/05赛道影响There was an idea that it would be more natural for AI to code in machine code, rather than human languages - after all, we stopped looking at code. That argument was doubtful to me - LLMs are about capturing human language, and are non-deterministic - surely producing code in a higher level programming language is the way. However, with vericoding the game is indeed changing. Vibecoding in Lean -> extracting arm64 asm now, not without rough edges, but it works as a concept for sure. 2025 vibecoding: try it very carefully, expect bugs, review it with more agents, at least try to eyeball. 2026-2027+ vericoding: the quality of AI generated code cannot be matched by a human. Correctness is guaranteed *with the right process*. There's no guaratnee that the spec reflects what the author intended, and it is up to the humans to check that in the end. Also, mechanical construction from the spec end-to-end is still far from 100% (after all, we only have a handful of formally verified compilers - the trust surface is huge). But we are certainly getting there.
AI:偏主题投资表达,释放对基础设施与新叙事的偏多信号。
Valeriy Zamaraiev@valeryz · 2026/05/31观点输出I'm at Proof of Talk 2026 — Louvre Palace, Paris. June 2 & 3. #ProofOfTalk #Paris2026
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/05/25观点输出Vibe coding is so 2025. Vericoding FTW! Stay tuned ...
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/05/19观点输出I was always looking for ways to write bug-free code. I tried Personal Software Process, lightweight formal methods like Z specification. I tried learning to use some proof assistants a while ago. I used functional programming languages (this works, especially for prototyping- you write a thing twice in different languages). And of course all sorts of testing, fuzzing etc. Many of these techniques were niche because of too much effort required and could not scale in an organization. Now things have changed. LLMs can not only hallucinate you your favourite spaghetti language, it can also spit out specs that can be automatically verified At ZkProof #8 in Rome felt like I was the rare one who doesn’t know Lean. Time to embrace the final form of software development.
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/03/16赛道影响My printer got jammed today, and I almost said out loud "hey claude can you fix it".
AI:偏主题投资表达,释放对基础设施与新叙事的偏多信号。
Valeriy Zamaraiev@valeryz · 2026/02/20赛道影响@pcaversaccio And on top of that we are quickly unlearning to use the brain
AI:偏主题投资表达,释放对基础设施与新叙事的偏多信号。
Valeriy Zamaraiev@valeryz · 2026/02/15赛道影响Not bad for late 90s, only now it is in the AIR over the Atlantic en route to @EthereumDenver Claude Code is happily cooking an MCP server for @dyor_cloud https://t.co/vrehD5q54H
AI:偏主题投资表达,释放对基础设施与新叙事的偏多信号。


评论
暂无评论