ADVERTISEMENT

Kamote drivers

Published Apr 21, 2025 11:27 pm

TECH4GOOD

MONCHITO.jpg

 

In a recent interview before the Holy Week rush, President Ferdinand Marcos, Jr. has advised all travelers to stay safe on the road, follow traffic rules, and avoid becoming kamote drivers.


A new breed of urban legend has emerged in the bustling chaos of Philippine streets: The kamote riders. It will not be difficult for anyone to notice them today. Usually attributed to reckless motorcycle riders, the term also applies to egoistic drivers of other vehicles who would get involved in a road rage situation, which is becoming common today.


Infamous for their unpredictable maneuvers, disregard for road rules, and aggressive behavior, these individuals have become a source of frustration and fascination for other drivers, commuters, and pedestrians alike. Whether weaving through tight traffic with reckless abandon or flaunting creative driving tactics, kamote behavior is as much a cultural phenomenon as it is a traffic concern.


The term “kamote” is the Tagalog word for sweet potato, and it is used as a cultural metaphor to imply that someone is slow or not good at something, especially in school. But who are these daring drivers, and what fuels their chaotic presence on Philippine roads? 


How do you describe a kamote driver? These drivers usually run red lights, drive against the flow of traffic (counter-flowing), overtake in blind spots, ignore signal lights or double yellow lines, and ignore lane markings. They often drive at excessive speeds, weave in and out of traffic dangerously, and make sudden, unpredictable maneuvers. They are aggressive drivers who seldom exhibit road courtesy, often leading to road rage situations.


Kamote riders are often seen without proper safety gear, such as wearing appropriate helmets, gloves, long sleeves, and footwear. They may carry more passengers than allowed, including children, or transport unsecured and potentially hazardous cargo. Some may have excessively loud mufflers or engage in other disruptive behaviors on the road to show off. 


Some do not even bother to wear their seatbelts properly or take other safety precautions. While not exclusive to this group, some kamote riders and drivers may operate vehicles while under the influence of alcohol or drugs. Some may feel entitled on the road, especially those associated with influential politicians, becoming aggressive or confrontational with other motorists or traffic enforcers.


These are just some of the common descriptions of kamote drivers. I have had my fair share of mind-boggling encounters with these creatures, making driving very stressful. Every sensible driver today sees them as a nuisance and a danger on Philippine roads. It may even encourage other motorists to violate traffic laws, leading to a general breakdown of road discipline. Their unpredictable and dangerous behavior, including a mindless sense of invincibility, can create a sense of fear and anxiety for other drivers, motorcyclists who follow the rules, and pedestrians.


Addressing this deeply ingrained problem requires a comprehensive and sustained effort that tackles enforcement and education. Stricter and more visible law enforcement is paramount. A more significant presence of traffic enforcers, equipped with technology like CCTV cameras to monitor and apprehend violators, can be a significant deterrent. Zero tolerance for blatant violations and substantial fines and penalties, including license suspension or revocation for repeat offenders, must be consistently implemented. Targeted operations in known kamote hotspots, such as those in the Marilaque area, can also yield positive results.


However, enforcement alone is not enough. A fundamental shift in mindset and road culture is essential, and this can only be achieved through comprehensive education and awareness campaigns. Mandatory and standardized rider and driver training programs that go beyond the basic mechanics of operating a vehicle and deeply instill road safety principles, traffic laws, and responsible behavior are crucial. 


Public awareness campaigns utilizing various media platforms can highlight the dangers of reckless driving and promote a culture of respect and consideration among road users. Engaging local communities and integrating road safety education into school curricula early can help cultivate responsible behavior.


We should also consider addressing obvious gaps in road infrastructure. Ensuring roads are well-marked and have clear and visible traffic signs can help reduce accidents. Maybe creating dedicated motorcycle lanes in high-traffic areas could keep kamote riders separate from other vehicles.


Ultimately, transforming our roads into safer spaces requires cooperation from everyone because road safety is a shared responsibility, and no one should be left to bear the consequences of careless driving alone. We need to start being serious about solving this malady. Using kamote as a metaphor for bad behavior is unfair to the sweet potato I am so fond of.

 

(The author is an executive member of the National Innovation Council, lead convener of the Alliance for Technology Innovators for the Nation (ATIN), vice president of the Analytics and AI Association of the Philippines, and vice president of UP System Information Technology Foundation. Email: [email protected])

Related Tags

MONCHITO B. IBRAHIM TECH4GOOD
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.