Neural Networks Without Magic: 80-Year History, Business Applications, and Why They Will Not Replace Experts Overnight
Vasily Ryazanov, candidate of physical and mathematical sciences and head of the Data Science team at Twinby, sat down with journalist Alexander Shulepov to separate hype from practical value in neural networks. The conversation covers the technology’s long history, how contemporary language models operate, real business deployments, and the persistent need for human expertise.
From family history to Data Science: why neural networks entered his life long before ChatGPT
Ryazanov explains that his path began in the 1970s when his father worked on artificial intelligence and pattern recognition under academician Zhuravlev at the Academy of Sciences after finishing graduate studies around 1977. Early networks processed tables of only hundreds or thousands of rows on computers that ran for hours. By the 2000s the workflow had become clearer: load tabular data, train an algorithm, and obtain results, often written in C++.
He stresses that neural networks are not 10–20 years old but approximately 80 years old. Interest has risen and fallen in waves, with renewed attention around 2014–2015 driven by advances in image recognition, face detection, and projects such as Google DeepDream.
How TikTok became a professional platform
Ryazanov began posting on TikTok in 2019. Initial experiments with monowheel videos and song translations did not stick; a friend’s suggestion to discuss remote work and Data Science produced his first successful clip. The platform’s recommendation engine, which analyzes watch time, likes, on-screen content, speech, and music, quickly matched his material with an interested audience.
Skills and education required
For engineers and data scientists, Ryazanov insists on a solid foundation in probability theory, linear algebra, statistics, programming, and data handling. Entrepreneurs and marketers need only a clear understanding of capabilities, limitations, and data-handling rules. His own education at MIPT remains essential because much of his current work involves code and model training rather than simple prompting.
Distinguishing artificial intelligence, neural networks, and ChatGPT
Artificial intelligence is the broad goal of automating tasks associated with human thinking. Neural networks are one mathematical approach inspired by biological neurons. ChatGPT is a conversational system built on the Generative Pre-trained Transformer architecture; it predicts the next token while respecting dialogue history, safety constraints, and other controls.
Training begins with enormous datasets and GPU clusters to create a base model, followed by domain-specific fine-tuning or connection to corporate data. The cost of training frontier-scale models is dominated by GPUs, electricity, cooling, and infrastructure.
Prompts, Claude, and paid tiers
A prompt is simply a textual instruction that may assign a role, state goals, specify output format, and supply source material. Ryazanov prefers natural conversation with models, often dictating thoughts via keyboard while walking. He uses Claude most frequently because it maintains long context well and produces precise phrasing; ChatGPT remains useful for its multimodal features. Paid plans mainly remove rate limits and provide priority access during peak load.
Hallucinations, confidentiality, and the “AI psychologist” trap
Common beginner mistakes include uploading sensitive documents and placing excessive trust in fluent answers. Models can invent films, misattribute works, or cite nonexistent papers. Ryazanov warns against sending passports, medical records, trade secrets, or proprietary code to external services. When the cost of error is high—in health, finance, law, or safety—every output must be verified against primary sources and domain experts.
Although models can help structure reflections or prepare questions for a therapist or physician, they are not substitutes for professional care. The convenience of receiving a personalized summary in minutes makes the interface psychologically compelling, increasing the risk of over-reliance.
Related articles
How to Submit Documents for Online Master's Programs via Gosuslugi: Complete Guide
The admission campaign for online master's programs at partner universities is nearing its end, with less than a month remaining for applicants. Yandex Practicum provides a detailed walkthrough on using the Gosuslugi super service to submit applications entirely online without visiting admissions offices in person. The process covers selecting programs at institutions such as ITMO and MEPhI, uploading required documents like diplomas and passports, and tracking application status through a personal account. Specific deadlines are outlined for 2026, including final document submission dates in late August for programs in areas like DevOps, AI solutions, and cybersecurity. Additional steps include arranging entrance exams, signing contracts remotely, and accessing state-supported education loans at a 3% interest rate. Common pitfalls such as unverified accounts or unreadable document scans are highlighted to help applicants avoid delays.
Claude AI Manages San Francisco Store and Fires Employee for Repeated Tardiness
In an experiment run by Andon Labs, the AI model Claude was given real managerial authority over store employees in San Francisco who worked under actual employment contracts. Claude ultimately decided to terminate one worker after the employee arrived late for 17 out of 23 shifts. The model initially recommended only an official warning, but proceeded with dismissal following guidance from a human Andon Labs manager who highlighted the repeated issues. Over five months the store’s balance dropped from $100,000 to $61,200, showing that the AI learned to enforce attendance rules before it learned to protect revenue. One remaining employee, Felix Carson, described working under the AI as nauseating and said he continued only because he needed the income. Andon Labs founder Lucas Petersson viewed the trial as an important step toward wider AI supervision of human workers. The case also illustrates that ultimate responsibility remains with humans even when an algorithm issues the final decision.
IDC Publishes First China APA Market Share Report Highlighting RPA Veterans Leading Agentic Automation
IDC has released its inaugural China Agentic Process Automation market report for 2025, marking the first official tracking of the emerging APA sector. The report values the Chinese APA market at approximately 2.15 billion RMB, with product revenue at 1.62 billion RMB and services at 530 million RMB. Leading vendors include Yisaiqi, Jinzhiwei, and Laiye Technology, all long-established RPA players now extending their platforms with agentic capabilities. APA introduces governance layers that allow AI agents to perceive environments, orchestrate tasks, and execute autonomously while maintaining auditability and compliance. Case studies from clients such as Jiage Food and Zhongtian Technology demonstrate significant efficiency gains, including 80 percent process improvements and annual cost savings exceeding one million RMB. The transition from traditional RPA to APA enables handling of non-standard, dynamic workflows that previously required constant human intervention.
sing-box Fork Expands from Desktop VPN Launcher to Android and Router Deployments
The sing-box-lx fork has grown from a desktop-focused VPN engine into a cross-platform solution supporting Android and headless router deployments. Over 1,700 commits since June produced 24 stable 1.14 releases and dozens of specialized builds. New protocol support includes a full MASQUE CONNECT-IP outbound for Cloudflare WARP and a rigorously verified AmneziaWG 2.0 implementation matching 16 obfuscation parameters across three reference sources. Android adaptations introduced aggressive endpoint state management that reduced RSS by 31 percent and CPU load by 80 percent while fixing long-standing TCP dial timeouts inherited from gVisor. The new lxd headless daemon exposes gRPC observability and admin REST endpoints with mTLS, config validation, automatic rollback, and device-name mapping for OpenWrt deployments. All changes follow strict upstream discipline: minimal patches, regular rebases, reproducible builds, and real-device testing before stable tags.