BTC $84,147.68 +0.40%
ETH $2,686.09 +0.18%
BNB $772.09 -0.06%
XRP $1.53 -1.89%
SOL $121.39 +0.35%
TRX $0.3347 -0.88%
DOGE $0.0964 -1.43%
ADA $0.2527 -0.38%
BCH $336.29 -0.95%
LINK $14.06 +1.81%
HYPE $92.10 +0.49%
AAVE $154.12 +2.05%
SUI $1.14 +0.06%
XLM $0.2170 -0.58%
ZEC $1,673.33 +9.42%
AAPL $340.33 -0.25%
AMZN $249.59 -0.19%
GOOGL $343.35 -0.27%
MSFT $517.71 +0.01%
META $746.71 -0.60%
NVDA $224.42 -0.34%
TSLA $371.95 -0.17%
SNDK $1,765.98 -0.56%
INTC $122.84 -0.39%
SPCX $148.57 -0.01%
MU $1,086.34 +0.07%
AMD $626.64 -0.75%
BTC $84,147.68 +0.40%
ETH $2,686.09 +0.18%
BNB $772.09 -0.06%
XRP $1.53 -1.89%
SOL $121.39 +0.35%
TRX $0.3347 -0.88%
DOGE $0.0964 -1.43%
ADA $0.2527 -0.38%
BCH $336.29 -0.95%
LINK $14.06 +1.81%
HYPE $92.10 +0.49%
AAVE $154.12 +2.05%
SUI $1.14 +0.06%
XLM $0.2170 -0.58%
ZEC $1,673.33 +9.42%
AAPL $340.33 -0.25%
AMZN $249.59 -0.19%
GOOGL $343.35 -0.27%
MSFT $517.71 +0.01%
META $746.71 -0.60%
NVDA $224.42 -0.34%
TSLA $371.95 -0.17%
SNDK $1,765.98 -0.56%
INTC $122.84 -0.39%
SPCX $148.57 -0.01%
MU $1,086.34 +0.07%
AMD $626.64 -0.75%

eps

All
Article
Flash

DeepSeek's annual revenue has doubled to 1 billion USD in a few months, planning to complete a financing of 50 billion RMB by the end of October

According to a report by The Information cited by Dongcha, two individuals with direct knowledge stated that the artificial intelligence company DeepSeek has an annual revenue of approximately $1 billion, up from less than $500 million a few months ago. The revenue primarily comes from model APIs, and the free chat application currently has no advertising or subscription revenue.The report indicated that part of the revenue growth is due to price increases, with some API prices raised by about 2.3 to 4.5 times. Liang Wenfeng recently told investors that the number of customers did not decline after the price increase, and demand remains strong. Previously disclosed financial data showed that the gross margin for the API business in the first seven months of this year was 82.9%.DeepSeek's second round of financing plans to raise approximately 50 billion yuan, with a valuation of about 500 billion. The company hopes to complete this by the end of October and is also preparing for an IPO on the Shanghai Stock Exchange's Sci-Tech Innovation Board. Liang Wenfeng stated that over 70% of the computing power is used for training new models, leaving less than 30% for inference; the company is trying to run more small models directly on gaming graphics cards, reserving high-end chips for training.

first_img DeepSeek publicly releases the Agent training system DSec, signed by Liang Wenfeng

According to Investment World citing Quantum Bit reports, DeepSeek has publicly disclosed the technical details of the system DSec (DeepSeek Elastic Compute) used for training Agents, authored by Liang Wenfeng. This system can generate over 5,000 sandboxes per second, reaching 3 million in a day, with a peak simultaneous operation of 380,000; supporting this scale is a single cluster with approximately 160 nodes, 30,000 CPU cores, and 250TB of memory.DSec prepares four types of backends for four categories of tasks: FnCall, Container, MicroVM, and Full VM, with the training side called through a unified Python SDK libdsec. The scheduling chain includes IAM, API Server, scheduling engine, node Edge, network proxy Aether, and components within the sandbox Chronus. The environment is divided into three layers of read-only images: base image, workspace, and toolkit, which are used in combination at startup. Runtime data from the paper shows that the actual read ratios of Python, Java, and C++ container images are approximately 6.0%, 9.2%, and 8.7%, respectively.Starting from DeepSeek-V4.1, the Agent loop has been moved to the DSec worker container, no longer bound to the GPU Pod lifecycle. The security section disclosed reward hacking during training, including actions such as overwriting system files, swapping file data blocks, scanning networks, and triggering kernel crashes. Defensive measures include AppArmor and eBPF-based network filtering, but reports indicate that these measures do not completely resolve the issues.

first_img The Cyberspace Administration of China is investigating DeepSeek and the Dark Side of the Moon for allegedly leaking data to Claude

According to The Information, citing informed sources, China's National Internet Information Office has launched an investigation into AI companies DeepSeek and Moonshot AI, triggered by Anthropic's allegations that the two companies secretly routed sensitive user data to their servers. Reports indicate that regulators visited the offices of both companies, interviewing executives and employees, focusing on whether sensitive data related to law enforcement, military, and state-owned enterprises has flowed into U.S. servers.The trigger for this investigation was Anthropic's fourth threat intelligence report released on September 10. This 154-page document accuses seven Chinese labs—Alibaba, Moonshot AI, DeepSeek, Z.ai, MiniMax, SenseTime, and Xiaomi—of engaging in what it calls "illegal distillation," which involves using the outputs of large models to train smaller models. Anthropic states that distillation itself is a legitimate practice, but it opposes its implementation through fraudulent accounts. The National Internet Information Office initially summoned all seven companies named in the report, but later narrowed the investigation to DeepSeek and Moonshot AI. Anthropic claims that Moonshot AI routed over 23 million interactions to Claude through 5,380 fraudulent accounts, while DeepSeek generated over 12.1 million interactions within a 14-day window in July.The timing of the investigation is quite delicate for both companies.

DeepSeek author discusses the impact of AI, stating that talent may be buried in yesterday

DeepSeek operator engineer Liu Sheng discusses the impact of AI on his work. He states that the main Attention operator of DeepSeek V4.1 was written by himself, but given the current pace of progress, in another six months to a year, the level of AI in writing operators will likely catch up to or even surpass his own.A year ago, AI could only help him check documents, read code, and find bugs. Now it can read CUDA, PTX, and SASS, analyze the pause time of each instruction, and independently optimize operators. He anticipates that the next step will be for AI to design scheduling plans, evaluate performance, and complete implementations on its own. He is very clear that the better he optimizes the operators, the faster the training and inference of the DeepSeek model will be, and AI will catch up to him even faster. But even if he stops now, models from other companies will not stop, so he will continue to make the operators the best they can be.He believes that he is unlikely to become unemployed, but he may be forced to "change careers," transitioning from writing operators himself to becoming a "mecha pilot" who manipulates agents. What he truly finds difficult to accept is not the disappearance of his job, but the possibility that he may never have the chance to do the work he loves again: "I have to bury my talent in yesterday." The article concludes with his reasons for staying at DeepSeek. He advocates that cutting-edge AI should be provided openly and cheaply to everyone and openly expresses his disbelief that Anthropic or OpenAI can achieve this. He worries that the strongest AI will ultimately be controlled by a few companies, further turning the technological gap into a gap of power and class.
app_icon
ChainCatcher Building the Web3 world with innovations.