Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

5-axis 3D printing is pushing additive manufacturing beyond traditional limits. 🤯 This helical coil was produced using the 5-axis system developed by Generative Machine Company, with Aibuild software generating the synchronized multi-axis toolpath. The machine and software work together to dynamically control the print path, layer height and speed,...

12,971 görüntüleme • 1 gün önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

🚨 AMERICA JUST BUILT THE WORLD’S MOST POWERFUL METAL 3D PRINTER AND IT’S ABOUT TO MASS-PRODUCE ROCKETS AND MISSILES. Divergent Technologies has unveiled the Monolith One, a giant industrial metal printer standing over 8 meters tall and armed with 12 high-powered lasers delivering a combined 24 kilowatts of energy. Unlike typical 3D printers used for prototypes, this machine is built for serious, high-volume production. It can print large, complex aerospace and defense parts in aluminum, titanium, steel, and nickel alloys and it roughly doubles the output of current systems. Why this matters: • Divergent plans to install 64 more of these machines in a massive new 430,000 sq ft factory in Long Beach, California • Once running, the facility aims to produce tens of thousands of munition airframes per year plus hundreds of thousands of critical metal components • It slashes manufacturing time from months down to weeks or even days • The company already supplies major players like Lockheed Martin and RTX The deeper implication: This isn’t just another 3D printer. It represents a shift toward software-defined, on-demand manufacturing at industrial scale for mission-critical hardware. As defense and aerospace demand skyrockets, traditional supply chains are too slow. Systems like Monolith One could become a cornerstone of faster, more resilient domestic production especially for complex structures that are difficult or impossible to make conventionally. We’re watching the industrialization of additive manufacturing in real time. How do you think large-scale 3D printing will change aerospace and defense manufacturing over the next decade? Follow for more frontier manufacturing and defense technology.

TheNewPhysics

80,575 görüntüleme • 2 ay önce

A machine like this can cost $500,000 to well over $1 million to make parts that may be worth only $10-15 This is the real manufacturing story. This INDEX six-spindle automatic carries 6 motorised spindles, up to 12 CNC tool carriers, operates at 8,000+ rpm, and weighs 7.2 tonnes. Different operations happen simultaneously as the spindle drum indexes each workpiece from station to station. A real scale production example produced a precision component in 11 seconds, versus 38 seconds on a conventional single-spindle lathe. That's roughly 327 parts per hour before downtime. But the machine is only the hardware. Tool geometry, CNC programs, cutting parameters, spindle synchronisation, tooling, bar feeding, chip evacuation, coolant, inspection and collision checked simulation all have to be engineered around the exact part. That is what it takes to integrate this machine into a factory workflow. This accumulated capability is what kept Germany and Japan at the pinnacle of machine-tool manufacturing for decades almost unchallenged. The advantage wasn't just building the hardware, but knowing how to program, tool and integrate these machines for thousands of different manufacturing requirements globally. China has now built much of that ecosystem at extraordinary scale, machines, controls, tooling, software, automation and integration. Its huge domestic manufacturing base has accelerated that learning curve dramatically. Today, Chinese manufacturers can increasingly offer sophisticated CNC and multi-spindle systems at 30-40% lower total costs in most applications, putting serious and relentless price pressure on German and Japanese builders. China produced 37% of the world's machine tools in 2025, compared with 12% for Germany and 10% for Japan. These are the machines that make the machines and ultimately determine how much an economy can manufacture. China is the biggest player as of now and growing faster than anyone else in manufacturing high-end machining tools. Source, Daniel Jansson

Ammanichanda

38,188 görüntüleme • 24 gün önce

🚨 CHINESE SCIENTISTS JUST INVENTED 3D PRINTING THAT CREATES OBJECTS IN 0.6 SECONDS USING ONLY LIGHT. Researchers at Tsinghua University have developed a new method called DISH (Digital Incoherent Synthesis of Holographic light fields) that can print complex millimeter-scale objects almost instantly. Instead of slowly building layer by layer, the system fires thousands of precisely patterned light images from multiple angles into a still vat of liquid resin. Where the light overlaps, the resin instantly hardens into a solid 3D object. The entire process takes just 0.6 seconds. Why this matters: • It’s currently the fastest volumetric 3D printing method ever demonstrated • Achieves extremely fine detail features thinner than a human hair • The resin stays completely still, so there’s no vibration or distortion • It can work with watery (low-viscosity) resins, making it suitable for biological applications • The team has already printed complex structures like blood vessel-like tubes and even a tiny bust of a historical figure The deeper implication: Traditional 3D printing has always been limited by speed and the need to move either the print head or the resin. This approach removes both constraints by using light itself as the sculptor. Because it can print directly into still liquid (and potentially onto living tissue), it opens new possibilities in bioprinting, medical devices, and rapid manufacturing. If the technology can be scaled beyond millimeter sizes, it could fundamentally change how we think about making physical objects turning “print” from a slow process into something closer to instantaneous fabrication. We’re moving from “layer by layer” to “all at once.” How do you think instant volumetric 3D printing like this could change medicine, manufacturing, or everyday life if it becomes widely available? Follow for more frontier manufacturing and materials science breakthroughs.

TheNewPhysics

347,458 görüntüleme • 2 ay önce

AI has had exactly two scaling axes that worked so far, and the second one is starting to look finite too the first one was pretraining: with scaling parameters and data, we got world knowledge (i.e. ChatGPT had read enough to know things), but it started saturating a while ago the second one was RL, and people had been doing RL the whole time before that: RLHF is RL but it never scaled far because it was trying to control the exact output, which tokens come out, how the text reads, but you can only push that so far before you’re just polishing RLVR dropped that constraint: giving the model a task, then checking whether the final answer is right, and ignoring everything in between -- so the model does whatever it wants in the middle and only the endpoint gets graded, and that’s much closer to actual RL and it’s what bought us planning and reasoning (arguably, tool use sits around 2.5 on this list -- while useful, it's not a different kind of thing) so one axis gave knowledge, the other gave reasoning, and both of them are one model working alone the next axis is how many models you can get working on the same problem, which is a different kind of axis than the previous two we know that multi-agent RL has always been the harder problem: I spent years in that literature and the gap between single-agent and multi-agent is definitely not incremental -- it’s a whole different class of difficulty! which is also why the derivatives are steep at the start, nobody has picked the easy wins yet... and the thing that gates this multi-agent coordination is communication: models can only coordinate as well as they can exchange information, and right now they do that by writing sentences to each other imagine what could we possibly achieve if we properly open that third axis development by letting models to exchange information in their native "language" without loosing any computational data that they produce during inference

Sasha Malysheva

12,177 görüntüleme • 26 gün önce

FIVE LAYERS OF AGENT ENGINEERING, EACH ONE WRAPS THE ONE BELOW IT. IF YOU SKIP LAYER 2, YOUR LAYER 5 WILL LOOK BROKEN WHEN IT IS ACTUALLY JUST STANDING ON NOTHING. for weeks i debated harness vs loop vs graph like they were competing choices. then a stack diagram made the shape obvious. they are not choices. they are floors. 01 | prompt engineering. the message. unit of work: one input. inputs are role, instructions, examples, format. output is a single raw response. 02 | context engineering. the memory. unit of work: what stays in the window. a curator selects, compresses, and drops from query, docs, memory, prior turns, and tool outputs before the prompt runs. 03 | harness engineering. the machine. unit of work: the machine itself. gather (context + prompt) → LLM → tools or sub-agents → verifier → final response. the article calls this the operating environment. 04 | loop engineering. the system. unit of work: the run. goal + success criteria + max iterations + budget + completion check wrap around one harness pass. failed pass appends results to context and retries. 05 | graph engineering. the topology. unit of work: the graph run. goal + nodes + edges + state schema. graph routes to agent nodes, tool nodes, or human approval. a reviewer node with a different model and fresh context checks the final answer. the wrapping is the whole point. layer 5 assumes layer 4 works. layer 4 assumes layer 3 works. skip layer 2 and layer 3's verifier keeps failing without a clear reason. this is why swapping the model is a one-day project and swapping the stack is a quarter. the model is the commodity. the five layers around it are the engineering. full three-layer breakdown of the top of the stack (harness, loop, graph) in the post below.

kocer

29,945 görüntüleme • 7 gün önce