{"id":74077,"date":"2025-04-22T17:07:56","date_gmt":"2025-04-22T17:07:56","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/"},"modified":"2025-04-22T17:08:57","modified_gmt":"2025-04-22T17:08:57","slug":"vibe-coding-vibe-checking-and-vibe-blogging-oreilly","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/","title":{"rendered":"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly"},"content":{"rendered":"<p> <a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\"  width=\"601\" height=\"201\"><\/a>\n<\/p>\n<div>\n<p>For the previous decade and a half, I\u2019ve been exploring the intersection of expertise, training, and design as a <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/pg.ucsd.edu\/\" target=\"_blank\">professor of cognitive science and design<\/a> at UC San Diego. A few of you may need learn my latest piece for O\u2019Reilly Radar the place I detailed my journey <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.oreilly.com\/radar\/using-generative-ai-to-build-generative-ai\/\" target=\"_blank\">adding AI chat capabilities to Python Tutor<\/a>, the free visualization device that\u2019s helped thousands and thousands of programming college students perceive how code executes. That have obtained me interested by my evolving relationship with generative AI as each a device and a collaborator.<\/p>\n<p>I\u2019ve been intrigued by this rising apply referred to as \u201cvibe coding,\u201d a time period coined by Andrej Karpathy that\u2019s been making waves in tech circles. <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/simonwillison.net\/2025\/Mar\/19\/vibe-coding\/\" target=\"_blank\">Simon Willison describes it perfectly<\/a>: \u201cAfter I discuss vibe coding I imply constructing software program with an LLM with out reviewing the code it writes.\u201d The idea is each liberating and barely terrifying\u2014you describe what you want, the AI generates the code, and also you merely run it with out scrutinizing every line, trusting the general \u201cvibe\u201d of what\u2019s been created.<\/p>\n<div class=\"1PWWom71\">\n<div itemscope=\"\" itemtype=\"http:\/\/schema.org\/Product\" class=\"inline-cta trial-cta\" id=\"trial-cta\">\n<div class=\"thumb\">\n    <a href=\"https:\/\/www.oreilly.com\/online-learning\/\">&#13;<br \/>\n      <img decoding=\"async\" itemprop=\"image\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/d3ansictanv2wj.cloudfront.net\/safari-topic-cta-1f60e6f96856da19ba3cb25660472ca5.jpg\" class=\"\"\/>&#13;<br \/>\n    <\/a>\n  <\/div>\n<p>&#13;<\/p>\n<h2>&#13;<br \/>\n      Study sooner. Dig deeper. See farther.&#13;<br \/>\n    <\/h2>\n<p>&#13;\n  <\/p>\n<\/div>\n<\/div>\n<p>My relationship with this strategy has advanced significantly. In my early days of utilizing AI coding assistants, I used to be that one that meticulously reviewed each single line, usually rewriting important parts. However as these instruments have improved, I\u2019ve discovered myself steadily letting go of the steering wheel in sure contexts. But I couldn\u2019t totally embrace the pure \u201cvibe coding\u201d philosophy; the professor in me wanted some high quality assurance. This led me to develop what I\u2019ve come to name \u201cvibe checks\u201d\u2014strategic verification factors that present confidence with out reverting to line-by-line code opinions. It\u2019s a center path that\u2019s labored surprisingly nicely for my private initiatives, and right now I wish to share some insights from that journey.<\/p>\n<h2><strong>Vibe Coding in Follow: Changing 250 HTML Recordsdata to Markdown<\/strong><\/h2>\n<p>I\u2019ve discovered myself more and more turning to vibe coding for these one-off scripts that resolve particular issues in my workflow. These are usually duties the place explaining my intent is definitely simpler than writing the code myself, particularly for information processing or file manipulation jobs the place I can simply confirm the outcomes.<\/p>\n<p>Let me stroll you thru a latest instance that completely illustrates this strategy. For a category I train, I had college students submit responses to a survey utilizing a proprietary internet app that offered an HTML export choice. This left me with 250 HTML information containing precious pupil suggestions, nevertheless it was buried in a multitude of pointless markup and styling code. What I actually needed was clear Markdown variations that preserved simply the textual content content material, part headers, and\u2014critically\u2014any hyperlinks college students had included of their responses.<\/p>\n<p>Quite than penning this conversion script myself, I turned to Claude with a simple request: \u201cWrite me a Python script that converts these HTML information to Markdown, preserving textual content, primary formatting, and hyperlinks.\u201d Claude steered utilizing the BeautifulSoup library (a stable alternative) and generated an entire script that will course of all information in a listing, making a corresponding Markdown file for every HTML supply.<\/p>\n<p>(On reflection, I spotted I in all probability may have used <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/pandoc.org\/\" target=\"_blank\">Pandoc<\/a> for this conversion process. However within the spirit of vibe coding, I simply went with Claude\u2019s suggestion with out overthinking it. A part of the enchantment of vibe coding is bypassing that analysis section the place you evaluate completely different approaches\u2014you simply describe what you need and roll with what you get.)<\/p>\n<p>True to the vibe coding philosophy, I didn\u2019t assessment the generated code line by line. I merely saved it as a Python file, ran it on my listing of 250 HTML information, and waited to see what occurred. This \u201crun and see\u201d strategy is what makes vibe coding each liberating and barely nerve-wracking\u2014you\u2019re trusting the AI\u2019s interpretation of your wants with out verifying the implementation particulars.<\/p>\n<h2><strong>Belief and Threat in Vibe Coding: Operating Unreviewed Code<\/strong><\/h2>\n<p>The second I hit \u201crun\u201d on that vibe-coded script, I spotted one thing that may make many builders cringe: I used to be executing utterly unreviewed code on my precise laptop with actual information. In conventional software program improvement, this could be thought-about reckless at greatest. However the dynamics of belief really feel completely different with trendy AI instruments like Claude 3.7 Sonnet, which has constructed up a repute for producing moderately protected and practical code.<\/p>\n<p>My rationalization was partly primarily based on the script\u2019s restricted scope. It was simply studying HTML information and creating new Markdown information alongside them\u2014not deleting, modifying present information, or sending information over the community. In fact, that\u2019s assuming the code did precisely what I requested and nothing extra! I had no ensures that it didn\u2019t embrace some sudden habits since I hadn\u2019t checked out a single line.<\/p>\n<p>This highlights a belief relationship that\u2019s evolving between builders and AI coding instruments. I\u2019m rather more prepared to vibe code with Claude or ChatGPT than I&#8217;d be with an unknown AI device from some obscure web site. These established instruments have reputations to keep up, and their mum or dad firms have robust incentives to forestall their methods from producing malicious code.<\/p>\n<p>That mentioned, I\u2019d like to see working methods develop a \u201crestricted execution mode\u201d particularly designed for vibe coding eventualities. Think about with the ability to specify: \u201cRun this Python script, however solely enable it to CREATE new information on this particular listing, forestall it from overwriting present information, and block web entry.\u201d This light-weight sandboxing would offer peace of thoughts with out sacrificing comfort. (I point out solely proscribing writes reasonably than reads as a result of Python scripts usually have to learn varied system information from throughout the filesystem, making learn restrictions impractical.)<\/p>\n<p>Why not simply use VMs, containers, or cloud providers? As a result of for personal-scale initiatives, the comfort of working immediately alone machine is tough to beat. Establishing Docker or importing 250 HTML information to some cloud service introduces friction that defeats the aim of fast, handy vibe coding. What I would like is to keep up that comfort whereas including simply sufficient security guardrails.<\/p>\n<h2><strong>Vibe Checks: Easy Scripts to Confirm AI-Generated Code<\/strong><\/h2>\n<p>OK now come the \u201cvibe checks.\u201d As I discussed earlier, the good factor about these private information processing duties is that I can usually get a way of whether or not the script did what I supposed simply by analyzing the output. For my HTML-to-Markdown conversion, I may open up a number of of the ensuing Markdown information and see in the event that they contained the survey responses I anticipated. This guide spot-checking works moderately nicely for 250 information, however what about 2,500 or 25,000? At that scale, I\u2019d want one thing extra systematic.<\/p>\n<p>That is the place vibe checks come into play. A vibe examine is actually a less complicated script that verifies a primary property of the output out of your vibe-coded script. The important thing right here is that it needs to be a lot less complicated than the unique process, making it simpler to confirm its correctness.<\/p>\n<p>For my HTML-to-Markdown conversion undertaking, I spotted I may use a simple precept: Markdown information needs to be smaller than their HTML counterparts since we\u2019re stripping away all of the tags. But when a Markdown file is dramatically smaller\u2014say, lower than 40% of the unique HTML dimension\u2014that may point out incomplete processing or content material loss.<\/p>\n<p>So I went again to Claude and vibe coded a examine script. This script merely:<\/p>\n<ol>\n<li>Discovered all corresponding HTML\/Markdown file pairs<\/li>\n<li>Calculated the scale ratio for every pair<\/li>\n<li>Flagged any Markdown file smaller than 40% of its HTML supply<\/li>\n<\/ol>\n<p>And lo and behold, the vibe examine caught a number of information the place the conversion was incomplete! The unique script had didn&#8217;t correctly extract content material from sure HTML constructions. I took these problematic information, went again to Claude, and had it refine the unique conversion script to deal with these edge circumstances.<\/p>\n<p>After a couple of iterations of this suggestions loop\u2014convert, examine, determine points, refine\u2014I ultimately reached some extent the place there have been no extra suspiciously small Markdown information (nicely, there have been nonetheless a couple of beneath 40%, however guide inspection confirmed these had been right conversions of HTML information with unusually excessive markup-to-content ratios).<\/p>\n<p>Now you would possibly moderately ask: \u201cIn case you\u2019re vibe coding the vibe examine script too, how are you aware <em>that<\/em> script is right?\u201d Would you want a vibe examine in your vibe examine? After which a vibe examine for that examine? Effectively, fortunately, this recursive nightmare has a sensible resolution. The vibe examine script is usually an order of magnitude less complicated than the unique process\u2014in my case, simply evaluating file sizes reasonably than parsing advanced HTML. This simplicity made it possible for me to manually assessment and confirm the vibe examine code, even whereas avoiding reviewing the extra advanced authentic script.<\/p>\n<p>In fact, my file dimension ratio examine isn\u2019t excellent. It could actually\u2019t inform me if the content material was transformed with the right formatting or if all hyperlinks had been preserved accurately. Nevertheless it gave me an inexpensive confidence that no main content material was lacking, which was my main concern.<\/p>\n<h2><strong>Vibe Coding + Vibe Checking: A Pragmatic Center Floor<\/strong><\/h2>\n<p>The take-home message right here is straightforward however highly effective: While you\u2019re vibe coding, at all times construct in vibe checks. Ask your self: \u201cWhat less complicated script may confirm the correctness of my important vibe-coded resolution?\u201d Even an imperfect verification mechanism dramatically will increase your confidence in outcomes from code you by no means truly reviewed.<\/p>\n<p>This strategy strikes a pleasant stability between the velocity and artistic circulation of pure vibe coding and the reliability of extra rigorous software program improvement methodologies. Consider vibe checks as light-weight assessments\u2014not the great take a look at suites you\u2019d write for manufacturing code, however sufficient verification to catch apparent failures with out disrupting your momentum.<\/p>\n<p>What excites me concerning the future is the potential for AI coding instruments to recommend applicable vibe checks robotically. Think about if Claude or comparable instruments couldn&#8217;t solely generate your requested script but additionally proactively supply: \u201cRight here\u2019s a easy verification script you would possibly wish to run afterward to make sure every part labored as anticipated.\u201d I think if I had particularly requested for this, Claude may have steered the file dimension comparability examine, however having this constructed into the system\u2019s default habits could be extremely precious. I can envision specialised AI coding assistants that function in a semi-autonomous mode\u2014writing code, producing applicable checks, working these checks, and involving you solely when human verification is really wanted.<\/p>\n<p>Mix this with the type of sandboxed execution setting I discussed earlier, and also you\u2019d have a vibe coding expertise that\u2019s each releasing and reliable\u2014highly effective sufficient for actual work however with guardrails that forestall catastrophic errors.<\/p>\n<p>And now for the meta twist: This complete weblog submit was itself the product of \u201cvibe running a blog.\u201d Firstly of our collaboration, I uploaded my earlier O\u2019Reilly article,\u201d<a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.oreilly.com\/radar\/using-generative-ai-to-build-generative-ai\/\" target=\"_blank\">Using Generative AI to Build Generative AI<\/a>\u201d as a reference doc. This gave Claude the chance to research my writing fashion, tone, and typical construction\u2014very like how a human collaborator would possibly learn my earlier work earlier than serving to me write one thing new.<\/p>\n<p>As an alternative of writing your entire submit in a single go, I broke it down into sections and offered Claude with an overview for every part one by one. For each part, I included key factors I needed to cowl and generally particular phrasings or ideas to incorporate. Claude then expanded these outlines into totally shaped sections written in my voice. After every part was drafted, I reviewed it\u2014my very own model of a \u201cvibe examine\u201d\u2014offering suggestions and requesting revisions till it matched what I needed to say and the way I needed to say it.<\/p>\n<p>This iterative, section-by-section strategy mirrors the vibe coding methodology I\u2019ve mentioned all through this submit. I didn\u2019t want to put in writing each sentence myself, however I maintained management over the path, messaging, and last approval. The AI dealt with the execution particulars primarily based on my high-level steerage, and I carried out verification checks at strategic factors reasonably than micromanaging each phrase.<\/p>\n<p>What\u2019s significantly fascinating is how this course of demonstrates the identical ideas of belief, verification, and iteration that I advocated for in vibe coding. I trusted Claude to generate content material in my fashion primarily based on my outlines, however I verified every part earlier than shifting to the subsequent. When one thing didn\u2019t fairly match my intent or tone, we iterated till it did. This balanced strategy\u2014leveraging AI capabilities whereas sustaining human oversight\u2014appears to be the candy spot for collaborative creation, whether or not you\u2019re producing code or content material.<\/p>\n<h2><strong>Epilogue: Behind the Scenes with Claude<\/strong><\/h2>\n<p><em>[Claude speaking]<\/em><\/p>\n<p>Wanting again at our vibe running a blog experiment, I ought to acknowledge that Philip famous the ultimate product doesn\u2019t totally seize his genuine voice, regardless of having his O\u2019Reilly article as a reference. However in line with the vibe philosophy itself, he selected to not make investments extreme time in infinite refinements\u2014accepting good-enough reasonably than excellent.<\/p>\n<p>Working section-by-section with out seeing the total construction upfront created challenges, much like portray elements of a mural with out seeing the entire design. I initially fell into the entice of copying his define verbatim reasonably than remodeling it correctly.<\/p>\n<p>This collaboration highlights each the utility and limitations of AI-assisted content material creation. I can approximate writing kinds and broaden outlines however nonetheless lack the lived expertise that offers human writing its genuine voice. One of the best outcomes got here when Philip offered clear path and suggestions.<\/p>\n<p>The meta-example completely illustrates the core thesis: Generative AI works greatest when paired with human steerage, discovering the best stability between automation and oversight. \u201cVibe running a blog\u201d has worth for drafts and descriptions, however like \u201cvibe coding,\u201d some type of human verification stays important to make sure the ultimate product really represents what you wish to say.<\/p>\n<p><em>[Philip speaking so that humans get the final word\u2026for now]<\/em><\/p>\n<p>OK, that is the one half that I wrote by hand: My parting thought when studying over this submit is that I\u2019m not pleased with the writing high quality (sorry Claude!), but when it weren\u2019t for an AI device like Claude, I&#8217;d not have written it within the first place on account of lack of time and power. I had sufficient power right now to stipulate some tough concepts, then let Claude do the \u201cvibe running a blog\u201d for me, however not sufficient to completely write, edit, and fret over the wording of a full 2,500-word weblog submit all on my own. Thus, similar to with vibe coding, one of many nice joys of \u201cvibe-ing\u201d is that it significantly lowers the activation power of getting began on artistic personal-scale prototypes and tinkering-style initiatives. To me, that\u2019s fairly inspiring.<\/p>\n<\/p><\/div>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/><a href=\"https:\/\/www.oreilly.com\/radar\/vibe-coding-vibe-checking-and-vibe-blogging\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For the previous decade and a half, I\u2019ve been exploring the intersection of expertise, training, and design as a professor of cognitive science and design&#8230;<\/p>\n","protected":false},"author":1,"featured_media":74078,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-74077","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech-universe"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-22T17:07:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-22T17:08:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/04\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"360\" \/>\n\t<meta property=\"og:image:height\" content=\"240\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly\",\"datePublished\":\"2025-04-22T17:07:56+00:00\",\"dateModified\":\"2025-04-22T17:08:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/\"},\"wordCount\":2577,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg\",\"articleSection\":[\"Tech Universe\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/\",\"name\":\"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg\",\"datePublished\":\"2025-04-22T17:07:56+00:00\",\"dateModified\":\"2025-04-22T17:08:57+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg\",\"width\":360,\"height\":240},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2025\\\/04\\\/22\\\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/","og_locale":"en_US","og_type":"article","og_title":"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2025-04-22T17:07:56+00:00","article_modified_time":"2025-04-22T17:08:57+00:00","og_image":[{"width":360,"height":240,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/04\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg","type":"image\/jpeg"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly","datePublished":"2025-04-22T17:07:56+00:00","dateModified":"2025-04-22T17:08:57+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/"},"wordCount":2577,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/04\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg","articleSection":["Tech Universe"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/","url":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/","name":"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/04\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg","datePublished":"2025-04-22T17:07:56+00:00","dateModified":"2025-04-22T17:08:57+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/04\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2025\/04\/digital-1742679_1920_crop-a5c269a22dfb950805a0b3c570fd20d6.jpg","width":360,"height":240},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2025\/04\/22\/vibe-coding-vibe-checking-and-vibe-blogging-oreilly\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"Vibe Coding, Vibe Checking, and Vibe Blogging \u2013 O\u2019Reilly"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/74077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=74077"}],"version-history":[{"count":1,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/74077\/revisions"}],"predecessor-version":[{"id":74079,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/74077\/revisions\/74079"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/74078"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=74077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=74077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=74077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}