The post The Best Way To Vibe Code Is To First Know The AI Coding Personality That You Are Dealing With appeared on BitcoinEthereumNews.com. Make sure to know what kind of AI coding style or personality is going to be generating code for you. getty In today’s column, I continue my ongoing series about vibe coding and examine the vital role of knowing what’s under the hood when it comes to the type of AI coding personality that your generative AI or LLM employs. If you aren’t aware of this hidden aspect of the AI coding style at play, you are going to be quite frustrated and likely hindered in successfully making use of vibe coding. As the old saying goes, the devil is in the details. Let’s talk about it. This analysis of AI breakthroughs is part of my ongoing Forbes column coverage on the latest in AI, including identifying and explaining various impactful AI complexities (see the link here). Vibe Coding Is Trending As a quick background, I will start by laying out the fundamentals of vibe coding. For my detailed unpacking of what vibe coding consists of, see the link here and the link here. The usual way to craft programming code entails the handwriting of source code, often using a conventional programming language such as Python, C++, and other popular coding languages. Nowadays, generative AI and LLMs are proficient enough that you can use the AI to generate code for you. In the same manner that you enter a prompt into AI to generate a story or answer your questions, the AI can instead produce programming code on your behalf. An entire Python program, for example, can be produced in a few seconds or minutes, instead of handwriting code that might have taken hours, days, or weeks to devise. This suggests that non-techie users who want to devise apps can simply tell the AI what they want an app to… The post The Best Way To Vibe Code Is To First Know The AI Coding Personality That You Are Dealing With appeared on BitcoinEthereumNews.com. Make sure to know what kind of AI coding style or personality is going to be generating code for you. getty In today’s column, I continue my ongoing series about vibe coding and examine the vital role of knowing what’s under the hood when it comes to the type of AI coding personality that your generative AI or LLM employs. If you aren’t aware of this hidden aspect of the AI coding style at play, you are going to be quite frustrated and likely hindered in successfully making use of vibe coding. As the old saying goes, the devil is in the details. Let’s talk about it. This analysis of AI breakthroughs is part of my ongoing Forbes column coverage on the latest in AI, including identifying and explaining various impactful AI complexities (see the link here). Vibe Coding Is Trending As a quick background, I will start by laying out the fundamentals of vibe coding. For my detailed unpacking of what vibe coding consists of, see the link here and the link here. The usual way to craft programming code entails the handwriting of source code, often using a conventional programming language such as Python, C++, and other popular coding languages. Nowadays, generative AI and LLMs are proficient enough that you can use the AI to generate code for you. In the same manner that you enter a prompt into AI to generate a story or answer your questions, the AI can instead produce programming code on your behalf. An entire Python program, for example, can be produced in a few seconds or minutes, instead of handwriting code that might have taken hours, days, or weeks to devise. This suggests that non-techie users who want to devise apps can simply tell the AI what they want an app to…

The Best Way To Vibe Code Is To First Know The AI Coding Personality That You Are Dealing With

2025/10/22 15:50

Make sure to know what kind of AI coding style or personality is going to be generating code for you.

getty

In today’s column, I continue my ongoing series about vibe coding and examine the vital role of knowing what’s under the hood when it comes to the type of AI coding personality that your generative AI or LLM employs. If you aren’t aware of this hidden aspect of the AI coding style at play, you are going to be quite frustrated and likely hindered in successfully making use of vibe coding.

As the old saying goes, the devil is in the details.

Let’s talk about it.

This analysis of AI breakthroughs is part of my ongoing Forbes column coverage on the latest in AI, including identifying and explaining various impactful AI complexities (see the link here).

As a quick background, I will start by laying out the fundamentals of vibe coding. For my detailed unpacking of what vibe coding consists of, see the link here and the link here.

The usual way to craft programming code entails the handwriting of source code, often using a conventional programming language such as Python, C++, and other popular coding languages. Nowadays, generative AI and LLMs are proficient enough that you can use the AI to generate code for you. In the same manner that you enter a prompt into AI to generate a story or answer your questions, the AI can instead produce programming code on your behalf. An entire Python program, for example, can be produced in a few seconds or minutes, instead of handwriting code that might have taken hours, days, or weeks to devise.

This suggests that non-techie users who want to devise apps can simply tell the AI what they want an app to consist of, and voila, the AI will spit out the code for you. This is considered “vibe coding” because you simply express the vibe of what you want done, doing so in natural language such as English, and the AI does the heavy lifting to generate the needed code.

Every person of a non-technical and/or technical bent can suddenly become rich and famous by creating an app that they didn’t have to lift a finger to laboriously code.

Vibe Coders Are In The Room

A user who performs vibe coding is casually said to be a vibe coder.

Just about anyone can claim they are a vibe coder. That makes the title somewhat murky and tenuous. Some ardently believe that there should be a universal certification or licensing that requires you to prove that you truly know how to do proper vibe coding, and only then can you proudly declare you are a vibe coder. Similarly, courses on vibe coding and how to be a top-notch vibe coder have appeared.

Currently, vibe coding and being a vibe coder are an ad hoc and seat-of-the-pants foray. Whether it matures into something more formalized and studious is an open question. The betting line is that it won’t go through any stringent formalization. The assumption is that by-and-large, most vibe coding will be undertaken by a hands-off chunk of the world’s population and mainly be performed on an off-the-cuff basis. Maybe we will eventually end up with two classes of vibe coders, professional vibe coders versus amateur vibe coders, of which only a tiny proportion of vibe coders will be in the professional bucket.

Time will tell.

How Humans Write Code

Before we dive deeper into vibe coding, let’s consider some crucial underpinnings about how humans write code.

Anyone who has ever opted to look at someone else’s code will tell you that there is a great deal of variety in programming or coding styles that exist. This is also referred to as a software developer’s coding personality. The idea is that the manner in which you compose your code is reflective of a particular style or semblance of personality.

Some software developers are very precise and write crisp and thoughtfully composed code. They try to make sure that the source code is easy to comprehend and that anyone else eyeing the code will instantly understand what the code is doing. The code is just lengthy enough to do the job and avoids being bloated or carrying excess baggage. Kudos to this type of coding style or programming personality.

On the other hand, some coders craft messy and confusing code. Even though the code might work properly, it is nearly impossible for someone else to discern how the code operates. The code might be in spaghetti-like shape, a Byzantine series of loops and dead-ends that turn the task of reviewing the code into a murder mystery kind of puzzle. It is also likely much longer than necessary. Overall, the coding style is abysmal.

You can generally boil down coding styles into a handful or a dozen major types, though to some degree, it ranges greatly and can be influenced by how the person was trained to write code. Furthermore, there might be explicit requirements stipulating the way in which you are supposed to compose your code, such as if a software manager tells you to write a particular way.

Real-World Example Of Coding Style

A seasoned software developer will undoubtedly have lots of horror stories about the coding styles of others that they have met or encountered during their career.

In my experience as a longtime software engineer, I’ll never forget being hired to revamp a large program that a company had become completely dependent on, and for which they were in dire straits. They told me that there was an external contractor who did all the work to develop a crucial program for them and kept the source code secret from them. This put the firm into dicey waters as they became beholden to the software developer’s every whim.

The programmer would demand outrageous fees to make the smallest of coding changes. When he went on vacation, the top executives fretted that no one else knew how to debug the code or adjust it if needed. The company didn’t realize that they had put themselves into this unsavory position until long after becoming reliant on the program and the shifty programmer.

I was able to find the source code on the servers and looked at it.

One element that made me chuckle yet also caused me to shake my head in disbelief was that all the named variables and constants within the code were using the names of classical musicians. Thus, a variable that was supposed to represent the number of items in stock was named Beethoven. Another variable that kept track of dates was called Mozart. The gist is that the code was surface-wise inscrutable via the naming of objects within the code. He could have easily used more representative names, but instead opted to rely on utterly unrelated naming conventions. This was one of many disheartening and disturbing coding styles that the code embodied.

I eventually figured out the code and rewrote it. The client was relieved that the code was now readily available for others to maintain and expand. Did the original coder purposefully attempt to write obscurely, or was that just his natural way of coding? That’s an open question and one that, fortunately, no longer haunted the company.

Vibe Coding And The Generated Code

Returning to the matter of vibe coding, your first thought might be that if AI is going to generate code for you, there is no longer any need to visually inspect the code. The code is only going to be run on a computer. No human needs to inspect the code. Whether the code is nice-looking or an awful mess is of no consequence. Period, end of story.

Hold on, let’s not be so hasty.

Suppose the generated code is convoluted and runs agonizingly slowly. The app that you generated is going to run like a sloth. Users of your program aren’t going to be happy. That’s bad for you and bad all around.

Maybe the code runs well, but there isn’t any included error checking. A user enters that their age is 225, accidentally doing so, and meant to say that they are 22 years old. The AI didn’t provide any code that does error checking. The rest of the code assumes that the user is indeed 225 years of age. All sorts of other cascading problems arise.

The crux of the matter is that the nature of the generated code does make a difference. There are concerns associated with how the code will operate at run-time. Other facets involve whether the code is understandable to a human.

Why would a human inspect AI-generated code?

Because the code, by and large, currently being generated by contemporary generic LLMs is often incomplete, contains bugs, and otherwise will necessitate a human software developer to review the code and try to make it bulletproof. The aim is that eventually the AI will do this for you. Until that time, the need for human-readable code is a high-priority item.

Assessing Existing LLMs

In a recent study entitled “The Coding Personalities Of Leading LLMs”, Sonar, October 2025, researchers experimented with various popular LLMs to gauge the strengths and weaknesses of their AI-generated code, and here are some of their key findings (excerpts):

  • “The code generation capabilities of large language models are fundamental to their growing application in software development.”
  • “To effectively leverage AI in coding, developers need to be prepared to recognize and compensate for the weaknesses in the models.”
  • “Our analysis covers two classes of models: five leading ‘nonreasoning’ LLMs (Anthropic’s Claude Sonnet 4 and 3.7, OpenAI’s GPT-40, Meta’s Llama 3.2 90B, and the open-source OpenCoder-8B) and one new ‘reasoning’ model, GPT-5. “
  • “To create a direct, apples-to-apples comparison, we evaluated GPT-5 in its minimal reasoning mode, which is analogous to the nonreasoning approach of its peers.”
  • “On the one hand, they share a powerful set of strengths, from generating syntactically correct code to solving complex algorithmic problems, which makes their emergence so compelling. On the other hand, they are all built with the same blind spots: a consistent inability to write secure code, a struggle with engineering discipline, and an inherent bias towards generating technical debt.”

As noted above, an important qualm right now about generic LLMs generating code is that they often produce code that is fragile, subject to cybersecurity intrusions, and are generally not up to snuff in comparison to what a truly professional human software developer would presumably produce.

Meanwhile, regrettably, casual vibe coders that are blissfully using AI-generated code do not particularly realize that the apps and programs they are formulating might contain ticking timebombs associated with bugs, errors, and easily hackable liabilities and exposures.

Typifying AI-Generated Coding Styles Or Personalities

If you collected together a handful of human software developers, the odds are that you could inspect their code and group them into various kinds of overarching coding styles or personalities. Doing so would give you a leg up on knowing which ones will write code for you in a particular manner.

The cited study opted to do the same with the set of LLMs that they selected to examine, and came up with these expressed coding personalities and styles for each of the AIs at hand:

  • Baseline Performer — GPT-5-minimal
  • Senior Architect — Claude Sonnet 4
  • Balanced Predecessor — Claude 3.7 Sonnet
  • Efficient Generalist — GPT-4o
  • Unfilled Promise — Llama 3.2 90B
  • Rapid Prototyper — OpenCoder-8b

If you are making use of those LLMs, make sure to consider whether the coding style will produce code that will be satisfactory for whatever app or program you are seeking to generate.

Twists And Turns Aplenty

Any exploration of generative AI models that generate code is subject to the rapid pace of changes in the LLMs that are producing the code.

For example, if an AI maker decides to go behind the scenes and tweak how their AI is generating code, any prior assumptions might no longer hold. The same goes for when a new version of the AI comes out. The prior version might not be an indicator, per se, of what the new one will do. The new version could generate code in an entirely different way.

Another factor is whether an LLM has been customized or tailored to specifically be able to produce code. In essence, you can use generic generative AI to generate code, which is probably the easiest way to proceed, or you can make use of an LLM that has been shaped purposely to do code generation. In theory, the customized ones will hopefully do better at generating code since that’s what they were devised or shaped to do (of course, that isn’t an ironclad guarantee of being better at code generation).

Additional twists and turns enter the big picture.

The AI makers realize that people want to use AI to generate code. Until now, most of the generic LLMs did so on a sideshow basis. It wasn’t something that the AI makers paid much attention to. The realization that users will be attracted to use AI that can generate rigorous code has turned on the money spigots toward honing those capabilities.

Presumably, sooner rather than later, the code generated will automatically encompass solid error checking, prevent bugs from being included, and perform closer to that of a professional software developer. We aren’t there yet. A pot of gold sits at the end of that rainbow, and so the AI makers are fervently pushing in that direction.

Tricks Up Your Sleeve

Finally, one trick that you can keep up your sleeve and consider using when appropriate is to tell the AI what kind of code you want to have generated. The gist is this. If you merely blandly tell the AI in a prompt that you want it to generate code to produce a payroll program or a dating app, the AI will indubitably use whatever default mode of code generation that it has been shaped with.

You can potentially get the AI to adjust its coding style or coding personality.

In your prompt, make sure to overtly tell the AI what kind of code you want to have generated. The more specific you are, the greater the chances that the code will not have ready-made gotchas and guffaws. I should warn you that this is not a silver bullet. Even if you tell the AI to generate code in sensible and directed ways, that doesn’t ensure that the AI will do as it is told. But it can be a notable booster.

In an upcoming posting, I’ll be sharing ways to prompt AI toward suitably generating code. Be on the lookout for that posting.

A final thought for now.

Beethoven famously said this: “Music can change the world.” I’ll riff on that inspirational quote and say that AI can change the world, including and especially AI that generates code. A huge shake-up is heading our way, and the world will never be the same again.

I can already hear the music playing.

Source: https://www.forbes.com/sites/lanceeliot/2025/10/22/the-best-way-to-vibe-code-is-to-first-know-the-ai-coding-personality-that-you-are-dealing-with/

Market Opportunity
Sleepless AI Logo
Sleepless AI Price(AI)
$0.03777
$0.03777$0.03777
+1.04%
USD
Sleepless AI (AI) Live Price Chart
Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

You May Also Like

The Channel Factories We’ve Been Waiting For

The Channel Factories We’ve Been Waiting For

The post The Channel Factories We’ve Been Waiting For appeared on BitcoinEthereumNews.com. Visions of future technology are often prescient about the broad strokes while flubbing the details. The tablets in “2001: A Space Odyssey” do indeed look like iPads, but you never see the astronauts paying for subscriptions or wasting hours on Candy Crush.  Channel factories are one vision that arose early in the history of the Lightning Network to address some challenges that Lightning has faced from the beginning. Despite having grown to become Bitcoin’s most successful layer-2 scaling solution, with instant and low-fee payments, Lightning’s scale is limited by its reliance on payment channels. Although Lightning shifts most transactions off-chain, each payment channel still requires an on-chain transaction to open and (usually) another to close. As adoption grows, pressure on the blockchain grows with it. The need for a more scalable approach to managing channels is clear. Channel factories were supposed to meet this need, but where are they? In 2025, subnetworks are emerging that revive the impetus of channel factories with some new details that vastly increase their potential. They are natively interoperable with Lightning and achieve greater scale by allowing a group of participants to open a shared multisig UTXO and create multiple bilateral channels, which reduces the number of on-chain transactions and improves capital efficiency. Achieving greater scale by reducing complexity, Ark and Spark perform the same function as traditional channel factories with new designs and additional capabilities based on shared UTXOs.  Channel Factories 101 Channel factories have been around since the inception of Lightning. A factory is a multiparty contract where multiple users (not just two, as in a Dryja-Poon channel) cooperatively lock funds in a single multisig UTXO. They can open, close and update channels off-chain without updating the blockchain for each operation. Only when participants leave or the factory dissolves is an on-chain transaction…
Share
BitcoinEthereumNews2025/09/18 00:09
SOLANA NETWORK Withstands 6 Tbps DDoS Without Downtime

SOLANA NETWORK Withstands 6 Tbps DDoS Without Downtime

The post SOLANA NETWORK Withstands 6 Tbps DDoS Without Downtime appeared on BitcoinEthereumNews.com. In a pivotal week for crypto infrastructure, the Solana network
Share
BitcoinEthereumNews2025/12/16 20:44
Crucial Fed Rate Cut: October Probability Surges to 94%

Crucial Fed Rate Cut: October Probability Surges to 94%

BitcoinWorld Crucial Fed Rate Cut: October Probability Surges to 94% The financial world is buzzing with a significant development: the probability of a Fed rate cut in October has just seen a dramatic increase. This isn’t just a minor shift; it’s a monumental change that could ripple through global markets, including the dynamic cryptocurrency space. For anyone tracking economic indicators and their impact on investments, this update from the U.S. interest rate futures market is absolutely crucial. What Just Happened? Unpacking the FOMC Statement’s Impact Following the latest Federal Open Market Committee (FOMC) statement, market sentiment has decisively shifted. Before the announcement, the U.S. interest rate futures market had priced in a 71.6% chance of an October rate cut. However, after the statement, this figure surged to an astounding 94%. This jump indicates that traders and analysts are now overwhelmingly confident that the Federal Reserve will lower interest rates next month. Such a high probability suggests a strong consensus emerging from the Fed’s latest communications and economic outlook. A Fed rate cut typically means cheaper borrowing costs for businesses and consumers, which can stimulate economic activity. But what does this really signify for investors, especially those in the digital asset realm? Why is a Fed Rate Cut So Significant for Markets? When the Federal Reserve adjusts interest rates, it sends powerful signals across the entire financial ecosystem. A rate cut generally implies a more accommodative monetary policy, often enacted to boost economic growth or combat deflationary pressures. Impact on Traditional Markets: Stocks: Lower interest rates can make borrowing cheaper for companies, potentially boosting earnings and making stocks more attractive compared to bonds. Bonds: Existing bonds with higher yields might become more valuable, but new bonds will likely offer lower returns. Dollar Strength: A rate cut can weaken the U.S. dollar, making exports cheaper and potentially benefiting multinational corporations. Potential for Cryptocurrency Markets: The cryptocurrency market, while often seen as uncorrelated, can still react significantly to macro-economic shifts. A Fed rate cut could be interpreted as: Increased Risk Appetite: With traditional investments offering lower returns, investors might seek higher-yielding or more volatile assets like cryptocurrencies. Inflation Hedge Narrative: If rate cuts are perceived as a precursor to inflation, assets like Bitcoin, often dubbed “digital gold,” could gain traction as an inflation hedge. Liquidity Influx: A more accommodative monetary environment generally means more liquidity in the financial system, some of which could flow into digital assets. Looking Ahead: What Could This Mean for Your Portfolio? While the 94% probability for a Fed rate cut in October is compelling, it’s essential to consider the nuances. Market probabilities can shift, and the Fed’s ultimate decision will depend on incoming economic data. Actionable Insights: Stay Informed: Continue to monitor economic reports, inflation data, and future Fed statements. Diversify: A diversified portfolio can help mitigate risks associated with sudden market shifts. Assess Risk Tolerance: Understand how a potential rate cut might affect your specific investments and adjust your strategy accordingly. This increased likelihood of a Fed rate cut presents both opportunities and challenges. It underscores the interconnectedness of traditional finance and the emerging digital asset space. Investors should remain vigilant and prepared for potential volatility. The financial landscape is always evolving, and the significant surge in the probability of an October Fed rate cut is a clear signal of impending change. From stimulating economic growth to potentially fueling interest in digital assets, the implications are vast. Staying informed and strategically positioned will be key as we approach this crucial decision point. The market is now almost certain of a rate cut, and understanding its potential ripple effects is paramount for every investor. Frequently Asked Questions (FAQs) Q1: What is the Federal Open Market Committee (FOMC)? A1: The FOMC is the monetary policymaking body of the Federal Reserve System. It sets the federal funds rate, which influences other interest rates and economic conditions. Q2: How does a Fed rate cut impact the U.S. dollar? A2: A rate cut typically makes the U.S. dollar less attractive to foreign investors seeking higher returns, potentially leading to a weakening of the dollar against other currencies. Q3: Why might a Fed rate cut be good for cryptocurrency? A3: Lower interest rates can reduce the appeal of traditional investments, encouraging investors to seek higher returns in alternative assets like cryptocurrencies. It can also be seen as a sign of increased liquidity or potential inflation, benefiting assets like Bitcoin. Q4: Is a 94% probability a guarantee of a rate cut? A4: While a 94% probability is very high, it is not a guarantee. Market probabilities reflect current sentiment and data, but the Federal Reserve’s final decision will depend on all available economic information leading up to their meeting. Q5: What should investors do in response to this news? A5: Investors should stay informed about economic developments, review their portfolio diversification, and assess their risk tolerance. Consider how potential changes in interest rates might affect different asset classes and adjust strategies as needed. Did you find this analysis helpful? Share this article with your network to keep others informed about the potential impact of the upcoming Fed rate cut and its implications for the financial markets! To learn more about the latest crypto market trends, explore our article on key developments shaping Bitcoin price action. This post Crucial Fed Rate Cut: October Probability Surges to 94% first appeared on BitcoinWorld.
Share
Coinstats2025/09/18 02:25