ADVERTISEMENT

Giddy Musk unveils Cybertruck in Tesla's latest defiant bet

Published Dec 1, 2023 12:36 am

NEW YORK, United States - Tesla began customer deliveries of the Cybertruck on Thursday, bringing to fruition an Elon Musk passion project that the billionaire boasts is stronger than bullets and faster than a Porsche.

ELON MUSK.jpg
Elon Musk (Photo from AFP)

"It's very rare that a product comes along that is seemingly impossible... that experts said would never be made," a giddy Musk told a crowd at Tesla's Austin, Texas headquarters. "And this is one of those times."

The arrival of the angular truck, which has evoked the world of "Blade Runner" or "Mad Max," comes two years later than Musk's original time frame and at a starting price some $10,000 above the original target, owing to higher supply chain costs and manufacturing problems stemming from its iconoclastic design.

Analysts have called the Cybertruck a high-risk project compared with Tesla's other vehicles.

But Musk has shown a zealot's commitment to the project, which he said was probably the company's best, declaring, "Finally, the future will look like the future!"

The belated debut comes as other automakers have delayed capital investments due to sluggish demand for electric vehicles. Tesla itself has undertaken numerous price cuts on its other models, even as its share price has stayed lofty.

"Launching Cybertruck is important for the broader Tesla growth story over the coming years and also will prove to the doubters that Musk can successfully expand the Tesla halo effect as more consumers head down the EV path over the coming years," Wedbush Securities analyst Daniel Ives said in a note.

Thursday's event provided updated pricing for the vehicle, answering a key question of Wall Street and consumers.

A standard model, available in 2025, costs $49,000 while the "Cyberbeast" with greater horsepower and towing capacity is $96,390.

The prices include expected US tax credits and savings from eliminating gasoline purchases, according to Tesla's website.

The vehicle was originally announced with a starting price of $39,900 and first production in 2021.

In recent months, Musk has sought to limit expectations over the vehicle's commercial potential, warning in October it would be "incredibly difficult" to commercially scale the truck."

 

- Challenging design -

 

Musk caused a stir in November 2019 with the prototype of the Cybertruck, generating curiosity and buzz even if it wasn't universally loved.

After a brief presentation Thursday in which the Cybertruck was shown withstanding a barrage of bullets from a military weapon and successfully towing a 40,000-pound (18,140-kilogram) sled, Musk posed for pictures with smiling customers who drove off in their new trucks.

"This is really going to change the look of the roads," Musk said.

But the vehicle's unusual styling, which employs large flat plates of unbent stainless steel, poses challenges in manufacturing, said Art Wheaton, an expert on transportation industries at Cornell University's School of Industrial and Labor Relations.

"It may look cool, but it's extremely difficult to manufacture successfully," Wheaton said.

The vehicle drew a scathing appraisal from progressive magazine The American Prospect, which warned that stainless steel was prone to rusting and that the stiff material could prove especially deadly in car crashes.

Instead of focusing on building more affordable EVs, Tesla "wasted four years and billions of dollars on Elon Musk's adolescent video game fantasy," the magazine said. "It turns out megalomaniac,  conspiracy-brained billionaires are not the key to a zero-carbon transportation future."

 

- Niche product? -

 

Musk has warned that the ramp-up of the vehicle will take time, reaching 250,000 a year in 2025.

Wheaton is skeptical the Cybertruck will be a big seller in part because of the "polarizing" design.

But he said Cybertruck could still be a success for Musk even if it turns out to be a niche product, by luring customers to the brand. Wheaton likened the effect to the Chevrolet Corvette, which does not account for huge sales but draws buyers to other GM vehicles.

"It works as a kind of attention-grabber," he predicted.

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.