Close Menu
Ztoog
    What's Hot
    Mobile

    Even the Pixel 8 could get Android 15’s powered-off finding features

    Technology

    How AI has been helping criminals who use deepfakes and voice cloning for financial scams, forcing banks and fintechs to invest in AI to counter fraud (Siddharth Venkataramakrishnan/Financial …)

    Mobile

    The foldable thinner than a ballpoint pen

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      Livestream FA Cup Soccer: Watch Newcastle vs. Man City From Anywhere

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

    • Technology

      Laser 3D Printing Could Build Lunar Base Structures

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

    • Gadgets

      How to Run Ethernet Cables to Your Router and Keep Them Tidy

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

    • Mobile

      Need a power station? These two Anker ones are nearly half off

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

    • Science

      Florida can’t decide if its official saltwater mammal is a dolphin or a porpoise

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

    • AI

      A “ChatGPT for spreadsheets” helps solve difficult engineering challenges faster | Ztoog

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

    • Crypto

      Ethereum co-founder Jeffrey Wilcke sends $157M in ETH to Kraken after months of wallet silence

      SEC Vs. Justin Sun Case Ends In $10M Settlement

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

    Ztoog
    Home » A “ChatGPT for spreadsheets” helps solve difficult engineering challenges faster | Ztoog
    AI

    A “ChatGPT for spreadsheets” helps solve difficult engineering challenges faster | Ztoog

    Facebook Twitter Pinterest WhatsApp
    A “ChatGPT for spreadsheets” helps solve difficult engineering challenges faster | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Many engineering challenges come right down to the identical headache — too many knobs to show and too few probabilities to check them. Whether tuning an influence grid or designing a safer car, every analysis could be pricey, and there could also be a whole bunch of variables that might matter.

    Consider automobile security design. Engineers should combine 1000’s of elements, and plenty of design decisions can have an effect on how a car performs in a collision. Classic optimization instruments might begin to battle when looking out for the very best mixture.

    MIT researchers developed a brand new strategy that rethinks how a basic technique, referred to as Bayesian optimization, can be utilized to solve issues with a whole bunch of variables. In exams on real looking engineering-style benchmarks, like power-system optimization, the strategy discovered high options 10 to 100 occasions faster than extensively used strategies.

    Their approach leverages a basis mannequin skilled on tabular knowledge that robotically identifies the variables that matter most for bettering efficiency, repeating the method to hone in on higher and higher options. Foundation fashions are large synthetic intelligence techniques skilled on huge, basic datasets. This permits them to adapt to completely different functions.

    The researchers’ tabular basis mannequin doesn’t should be always retrained as it really works towards an answer, rising the effectivity of the optimization course of. The approach additionally delivers higher speedups for extra difficult issues, so it could possibly be particularly helpful in demanding functions like supplies growth or drug discovery.

    “Modern AI and machine-learning models can fundamentally change the way engineers and scientists create complex systems. We came up with one algorithm that can not only solve high-dimensional problems, but is also reusable so it can be applied to many problems without the need to start everything from scratch,” says Rosen Yu, a graduate pupil in computational science and engineering and lead creator of a paper on this system.

    Yu is joined on the paper by Cyril Picard, a former MIT postdoc and analysis scientist, and Faez Ahmed, affiliate professor of mechanical engineering and a core member of the MIT Center for Computational Science and Engineering. The analysis will probably be offered on the International Conference on Learning Representations.

    Improving a confirmed technique

    When scientists search to solve a multifaceted downside however have costly strategies to judge success, like crash testing a automobile to understand how good every design is, they typically use a tried-and-true technique referred to as Bayesian optimization. This iterative technique finds the very best configuration for an advanced system by constructing a surrogate mannequin that helps estimate what to discover subsequent whereas contemplating the uncertainty of its predictions.

    But the surrogate mannequin have to be retrained after every iteration, which may shortly grow to be computationally intractable when the area of potential options could be very giant. In addition, scientists must construct a brand new mannequin from scratch any time they wish to sort out a unique situation.

    To handle each shortcomings, the MIT researchers utilized a generative AI system referred to as a tabular basis mannequin because the surrogate mannequin inside a Bayesian optimization algorithm.

    “A tabular foundation model is like a ChatGPT for spreadsheets. The input and output of these models are tabular data, which in the engineering domain is much more common to see and use than language,” Yu says.

    Just like giant language fashions corresponding to ChatGPT,  Claude, and Gemini, the mannequin has been pre-trained on an unlimited quantity of tabular knowledge. This makes it well-equipped to sort out a variety of prediction issues. In addition, the mannequin could be deployed as-is, with out the necessity for any retraining.

    To make their system extra correct and environment friendly for optimization, the researchers employed a trick that allows the mannequin to determine options of the design area that may have the largest impression on the answer.

    “A car might have 300 design criteria, but not all of them are the main driver of the best design if you are trying to increase some safety parameters. Our algorithm can smartly select the most critical features to focus on,” Yu says.

    It does this by utilizing a tabular basis mannequin to estimate which variables (or mixtures of variables) most affect the result.

    It then focuses the search on these high-impact variables as a substitute of losing time exploring every thing equally. For occasion, if the scale of the entrance crumple zone considerably elevated and the automobile’s security score improved, that function possible performed a job within the enhancement.

    Bigger issues, higher options

    One of their largest challenges was discovering the very best tabular basis mannequin for this process, Yu says. Then they needed to join it with a Bayesian optimization algorithm in such a manner that it might determine probably the most distinguished design options.

    “Finding the most prominent dimension is a well-known problem in math and computer science, but coming up with a way that leveraged the properties of a tabular foundation model was a real challenge,” Yu says.

    With the algorithmic framework in place, the researchers examined their technique by evaluating it to 5 state-of-the-art optimization algorithms.

    On 60 benchmark issues, together with real looking conditions like energy grid design and automobile crash testing, their technique persistently discovered the very best resolution between 10 and 100 occasions faster than the opposite algorithms.

    “When an optimization problem gets more and more dimensions, our algorithm really shines,” Yu added.

    But their technique didn’t outperform the baselines on all issues, corresponding to robotic path planning. This possible signifies that situation was not well-defined within the mannequin’s coaching knowledge, Yu says.

    In the long run, the researchers wish to research strategies that might increase the efficiency of tabular basis fashions. They additionally wish to apply their approach to issues with 1000’s and even thousands and thousands of dimensions, just like the design of a naval ship.

    “At a higher level, this work points to a broader shift: using foundation models not just for perception or language, but as algorithmic engines inside scientific and engineering tools, allowing classical methods like Bayesian optimization to scale to regimes that were previously impractical,” says Ahmed.

    “The approach presented in this work, using a pretrained foundation model together with high‑dimensional Bayesian optimization, is a creative and promising way to reduce the heavy data requirements of simulation‑based design. Overall, this work is a practical and powerful step toward making advanced design optimization more accessible and easier to apply in real-world settings,” says Wei Chen, the Wilson-Cook Professor in Engineering Design and chair of the Department of Mechanical Engineering at Northwestern University, who was not concerned on this analysis.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    The Future

    (I THINK) Every Photographer Needs These 3 Types of Cameras

    As an expert photographer I’ve shot every little thing from editorial photograph tales to product pictures…

    Technology

    How to Share Google Street View Imagery Including Building Interiors

    It’s no secret to these of you who’ve adopted my weblog for lengthy, I really…

    Gadgets

    200-foot AM radio tower disappears, halting Alabama station broadcast

    A 200-foot AM radio tower has been lacking for a minimum of per week, leaving…

    Technology

    The OpenAI Endgame – O’Reilly

    Since The New York Times sued OpenAI for infringing its copyrights through the use of…

    Crypto

    Proposes Validator Limit Increase From 32 To 2048 ETH

    Ethereum, the second-largest blockchain by market capitalization, may very well be on the cusp of…

    Our Picks
    AI

    How Can We Measure Uncertainty in Neural Radiance Fields? Introducing BayesRays: A Revolutionary Post-Hoc Framework for NeRFs

    Crypto

    Upcoming Ethereum Upgrade To Reduce Fees

    Science

    Heat Waves in the Ground Are Getting More Extreme—and Perilous

    Categories
    • AI (1,561)
    • Crypto (1,828)
    • Gadgets (1,871)
    • Mobile (1,911)
    • Science (1,940)
    • Technology (1,863)
    • The Future (1,717)
    Most Popular
    Crypto

    Bitcoin Price Declines Following Coinbase Staking Lawsuit Decision, Analysts Warn of Potential Short Squeeze

    Science

    The Looming El Niño Could Cost the World Trillions of Dollars

    Technology

    Chinese Hackers Gained Access to Government Email Accounts, Microsoft Says

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2026 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.