securitylab_nJuly 13, 2026🇷🇺Translated from Russian

Virtual Herd of Cows Solves Century-Old Mystery of Terracettes on Slopes That Puzzled Darwin

Stepped stripes on steep grassy slopes can be found in the Alps, on pastures in the United Kingdom, and in many other regions worldwide. These rows of narrow horizontal ledges stretch one above another and resemble miniature terraces. Scientists have debated their origin for more than a century. A new computer model has now shown that a regular pattern can be created by grazing animals, even though no one lays out routes or directs the herd’s movement.

Such landforms are called terracettes. They typically appear on steep slopes as repeating steps that run almost parallel to the horizontal. Researchers have proposed two main explanations. The first suggests that the surface changes due to slow downhill creep of soil and rock fragments. The second links the ledges to sheep, cows, goats, and other ungulates that repeatedly walk along the same areas during grazing over many years.

Neither hypothesis had long provided a complete answer. Soil movement can indeed alter slope shape but does not always explain the regularity of the stripes. Animals, by contrast, constantly leave trails, yet their movements appear too random to produce dozens of nearly parallel lines.

A computer model that simulates the behavior of individual animals on a changing slope helped clarify the mechanism. The authors did not attempt to pre-define a ready-made network of paths. Virtual cows or sheep were given only two simple tasks: find food and expend as little energy as possible on movement.

On a steep slope, climbing requires more effort than moving across the slope. Descending can also be unstable, especially on loose soil. Therefore, the virtual animals gradually selected routes along the slope rather than straight up or down. This direction reduced energy costs and allowed them to stay longer near available grass.

Every step simultaneously modified the surface. Hooves compacted the soil, and animals consumed part of the vegetation. After one animal passed, the next was more likely to choose the already trampled section because movement there required less effort. Repeated passages further reinforced the path and increased the probability that others would use it.

After several thousand steps, the initially random movements began to form stable horizontal routes. First, isolated trampled patches appeared; then the lines lengthened and leveled out. The surface gradually acquired a stepped shape resembling real terracettes.

The animals did not coordinate their actions or follow any common plan. Order emerged through continuous feedback between the herd and the surface. Each individual altered the environment, and the changed environment influenced the route choices of the next animal.

This mechanism is known as stigmergy. The term describes indirect interaction through traces left in the environment. An ant, for example, lays a route using chemical markers, and subsequent individuals reinforce the most convenient path. On a pasture, the role of markers is played by trampled soil, grazed grass, and small relief irregularities.

The authors developed a separate metric to measure the orderliness of the resulting lines. They then compared the virtual slopes with photographs of cow and goat trails from various countries. The model produced the most regular steps on the steepest sections, where moving vertically was especially costly for the animals.

The connection between grazing and horizontal ledges was already discussed by Charles Darwin. In his 1881 book on the role of earthworms in soil formation, the naturalist described small horizontal platforms arranged one above another on steep grassy slopes. Darwin was convinced that animals walked along these ledges while feeding, but he allowed that trampling alone might not fully explain their formation.

To verify his observations, Darwin enlisted his son Francis. Francis studied a chalk slope near the English town of Lewes and counted approximately 30 parallel ledges. The stripes extended more than 91 meters along a slope with an incline of about 40 degrees.

Nearly 150 years later, computer calculations have shown that precisely on such steep sections, simple behavioral rules produce the most regular pattern. The more energy required for climbing, the more frequently animals move across the slope. Repeated passages gradually turn a convenient route into a stable ledge.

The study does not claim that all terracettes result exclusively from grazing. Slow soil creep, moisture, soil composition, vegetation, and slope angle can also influence surface shape. The model addresses a different question: it demonstrates that the chaotic movement of ungulates by itself can generate a large-scale, ordered pattern without pre-existing trails.

The results answer the main objection to the animal-origin hypothesis of terracettes. Random movements do not prevent the formation of even stripes. On the contrary, repeated decisions by individual animals gradually strengthen some routes and weaken others until only a few stable lines remain on the slope.

The authors link the same principle to other landscape changes. Ants create paths through forest litter, humans trample shortcuts across lawns, and herds compact soil on pastures. In all cases, a single step is almost imperceptible, yet thousands of repetitions alter the surface over a large area.

Related articles

HabrOther

MEPhI Opens 2026 Admissions for Online Cybersecurity Master's Program with Yandex Practicum

The National Research Nuclear University MEPhI, in partnership with Yandex Practicum, is accepting applications for its online master's program in Cybersecurity for the 2026 intake. The two-year program leads to a state diploma in Information Security under code 10.04.01 and a professional retraining certificate from Yandex Practicum. Students can choose from four specialized tracks covering AppSec, DevSecOps, network security, and AI security. Admission is fully online and includes document submission via Gosuslugi, an entrance exam, and a motivation letter requiring at least 80 points. The program runs entirely remotely with evening and weekend classes, allowing students to combine studies with work while accessing student benefits and an educational loan at a subsidized 3% rate.

安全客Other

360 Group Launches NanoWork Enterprise AI Platform with Built-in Security and Opens Nationwide Channel Partner Recruitment

On July 28 at the Beijing National Convention Center, 360 Group founder Zhou Hongyi officially unveiled NanoWork, a next-generation enterprise intelligent agent work platform. The platform is designed to bridge the gap between powerful AI models and real-world business tasks by enabling multi-agent collaboration, on-demand model scheduling, and 24/7 cloud operation across diverse scenarios. NanoWork was developed through extensive real-world testing involving 100,000 intelligent agents, coverage of 630 positions over 150 days, consumption of 350 trillion tokens, and collection of 56,000 feedback items. A core emphasis is placed on native security features drawn from 360 Group's two decades of cybersecurity experience to prevent errors that could lead to actual data loss or permission breaches. The company is now actively recruiting city-level channel partners across China to help deploy the solution in local industries and activate existing customer bases with AI capabilities.

AntiMalwareOther

Google Enables Document Backup to Drive in Stable Play Services 26.26 Release

Google has rolled out automatic document backup from Android devices to Google Drive in the stable version of Google Play Services 26.26. The feature, which the company prepared for nearly a year, adds a new Documents option in Settings on Pixel phones under Accounts and backup. It remains disabled by default to avoid uploading the Downloads folder without user consent. Once enabled, supported files including PDF, DOC, PPT, XLS, ZIP and even APK files are copied to a new Android backups folder on Drive, with separate subfolders created for each device. The backup consumes storage quota and offers no automatic two-way sync, requiring manual cleanup when disabled. Traces of the capability first appeared in August 2025, followed by an official mention in February 2026 and beta testing before the current stable deployment.

HabrOther

Bridging Manual and Automated Testing: InfoWatch Engineer Outlines Unified Quality Process

InfoWatch senior test engineer Mikhail Shalepo has published a detailed article describing how his team built a reproducible process that links manual and automated testing into a single quality system. The approach addresses the growing complexity of server-side products that undergo quarterly releases and require extensive matrix testing across multiple operating systems and installation scenarios. Shalepo explains that the regulation focuses on decision points rather than prescribing exact test volumes, ensuring that choices about automation candidates, smoke-test gates, failure ownership, and manual compensation are documented and visible to the entire team. The framework divides work into two main blocks—feature development and pre-release regression—each containing preparation, execution, and completion stages. Key outputs include linked artifacts in TMS Scale, explicit Definition of Done criteria, and traceable coverage data that prevents reliance on individual knowledge. The article also shares practical lessons, including why separate mind maps and tables failed to stay current and how the team now integrates automation status directly with test cases.