综合影响力
31 / 100
Valeriy Zamaraiev
@valeryz1kx CTO
Valeriy Zamaraiev 是 1kx 的 CTO,曾负责 Zilliqa 的分布式系统工程,兼具协议工程与基金技术视角。他在加密基础设施与系统设计上的经验,使其在底层架构、可扩展性和工程可行性判断上具有一定影响力。
从业年限
2 年关联机构
1 家个人投资
--媒体曝光度
65 次 / 月个人净资产
--01
人物档案
Valeriy Zamaraiev 是 1kx 的 CTO,曾负责 Zilliqa 的分布式系统工程,兼具协议工程与基金技术视角。他在加密基础设施与系统设计上的经验,使其在底层架构、可扩展性和工程可行性判断上具有一定影响力。
偏工程驱动、重视系统可靠性与可扩展性,倾向先验证技术路径再判断价值。风险偏好相对审慎,更关注基础设施的长期可用性与协议设计质量。
近期公开信息主要仍围绕其 1kx CTO 身份与技术背景展开,未见明确的新投资披露或高频媒体动作。整体叙事偏向基础设施、分布式系统与协议工程。
出生地--
教育背景--
从业年限2 年
关联机构1 家
个人投资--
媒体曝光度65 次 / 月
AI 风格画像务实派 · 技术型 · 偏保守
主导特征务实派
以工程事实和系统约束为先,强调可落地性、稳定性与架构质量。
比较优势技术型
兼具协议开发与基金技术支持视角,能更早识别基础设施方案的技术边界与实现难点。
主要争议偏保守
技术判断通常更谨慎,可能更看重成熟度与可靠性,因此在激进叙事和快速扩张项目上会更审慎。
02
职业履历
1kx CTO
Valeriy Zamaraiev 是 1kx 的首席技术官,此前曾在 Zilliqa 担任分布式系统工程负责人。
03
关联实体

1kx
加密原生基金1kx 是一家专注于生态系统增长的早期投资公司,帮助杰出的创始人引导代币网络。
04
投资偏好
合规基础设施重仓
更偏向底层协议、网络与系统架构等基础设施方向,优先关注可扩展、可维护的技术栈。
协议工程重点
关注协议设计、共识机制和分布式系统实现,重视技术方案是否真正解决核心瓶颈。
开发者工具关注
倾向支持能提升开发效率、降低集成成本的工具型项目,尤其是面向工程落地的产品。
可扩展性优先
对吞吐、延迟、稳定性和长期演进能力较敏感,偏好能在真实负载下持续运行的方案。
05
投资活动
暂无投资活动数据
06
关系网络
核心任职机构
1kx
创始合伙人
Christopher Heymann
创始合伙人
Lasse Clausen
研究合伙人
Wei Dai
合伙人
Peter Pan
交易主管
Karim Helmy
运营主管
Henry Brodie
研究
Nichanan Kesonpat
Valeriy Zamaraiev 的关系网络主要围绕 1kx 内部同事展开,核心连接包括创始合伙人、研究、交易与运营团队;公开证据未显示明显的联投机构、前雇主或早期项目网络。
新闻动态
实时同步加载中...
09
社媒动态
Valeriy Zamaraiev@valeryz · 13 天前观点输出RT @antirez: Btw the Redis story repeats itself: I'm working at DwarfStar for free for the community and because I enjoy it. But I'm receiv…
015504
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 27 天前观点输出RT @drakefjustin: Goodbye, Poseidon! An epic 8-year, 8-figure rabbit hole in post-quantum cryptography reaches its dream conclusion. The E…
033603
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/08/04政策影响Most recently I worked on Knowledge Graphs and on applying formal methods to AI-driven software engineering. At first it seems like these are separate subjects, but in fact, they are deeply connected. We all know and accept that AI changes how we work, and at the same time it can get tricky. The output is believable, but is it actually true? Is it grounded in reality? IMO there are multiple levels of assurance. 1. Plain LLM - will tell you what's in its weights. Fluency, generalization on the one hand, fantasy and hallunications on the other. Most current assistants use LLMs with tools these days, although there are still many use cases for a plan LLM. 2. Retrieval - search the web or documents. Gives us freshness and evidence. What we all use today, together with other tools. You get what was found in some index and some document. Vector databases, ranking. Citations. 3. Knowledge Graphs - LLM can ground its output in structured facts: who did what, when, according to which source, and how one claim relates to another. If you search for a Person, you can also easily find something related to a Company they work for, including multi-hop relationships. Ontologies are key. Provides structure, identity and provenance. 4. Formal models. For high stakes, it is not enough that "the answer sounds right". The model generates candidates. The formal model decides what is valid. It is a broad range: from validating the JSON against a schema to type systems, constraint solvers and modelling whole business domains. Increasing level of epistemic guarantees: plausible → sourced → structured → verified. No level is better than another. You want to give your model freedom for creative tasks, but stronger validation for your accounting agent. There are also tradeoffs. Greater guarantees require a narrower domain, and more explicitly encoded knowledge. That is why Knowledge Graphs are quite domain-specific. Formal models - their interaction with AI being of one the most active research areas - are even more task-specific. I worked for some time on bringing KGs to the domain of web3. https://t.co/8yPSjpR9u7 Starting May this year, the topic of agentic coding grounded in formal models became very hot. I think the whole topic of "vericoding" is only starting and we'll hear more and more about it. For example, I was able to produce a working EVM implementation. It replays the Ethereum chain, including all EIPs and pixel-perfect implementation of gas accounting quirks. As a pleasant side effect there is a formal model of the EVM that is itself an artefact with interesting possibilities in the area of security and audits. DM me if you are interested in these topics.
003485
AI:偏政策推进,强调合规落地与规则明晰,对监管主线更敏感。
Valeriy Zamaraiev@valeryz · 2026/06/17观点输出Sounds about right @bastian_wetzel https://t.co/CU0v8wZBBY
304258
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
103236
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/06/07观点输出Opus 4.8 just attributed a Rust performance problem to ... GC pressure ... sigh ..
00467
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.
102172
AI:偏主题投资表达,释放对基础设施与新叙事的偏多信号。
Valeriy Zamaraiev@valeryz · 2026/05/31观点输出I'm at Proof of Talk 2026 — Louvre Palace, Paris. June 2 & 3. #ProofOfTalk #Paris2026
202161
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。
Valeriy Zamaraiev@valeryz · 2026/05/25观点输出Vibe coding is so 2025. Vericoding FTW! Stay tuned ...
002111
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.
406421
AI:延续个人公开立场,强调长期主义、执行效率与行业方向判断。




评论
暂无评论