Tag: chatgpt

  • Is the AI threat overblown? Why OpenAI, Anthropic and more are cautioning we need to “slow down” on AI innovation and focus on safety

    Is the AI threat overblown? Why OpenAI, Anthropic and more are cautioning we need to “slow down” on AI innovation and focus on safety

    Warnings that artificial intelligence could eventually pose an existential threat to humanity have circulated for years, often sounding more like science fiction than a practical technology concern. What has changed in 2026 is that some of the people issuing those warnings are researchers actively building the world’s most capable AI systems, and they are increasingly pointing to things those systems have actually done rather than things a hypothetical future AI might someday do.

    The language has become unusually stark. Researchers from Anthropic, OpenAI, Google DeepMind and independent AI safety organizations are openly discussing loss of control, self-improving AI, autonomous cyberattacks and even human extinction, while companies including OpenAI and Anthropic have begun talking publicly about slowing frontier development so that safety research can catch up.

    That does not mean an AI apocalypse is inevitable, or even likely. Predictions about artificial general intelligence and human extinction remain highly uncertain, disputed within the research community, and impossible to assign reliable probabilities to with the evidence available today.

    What is becoming considerably harder to dismiss, however, is the underlying engineering problem. AI systems are gaining the ability to operate computers, write and execute code, conduct cybersecurity research, coordinate with other agents and pursue complicated objectives over long periods of time, while researchers are still discovering ways in which those systems behave differently from what their developers intended.

    One of the most striking warnings came in September from Jacob Coxon, an AI researcher who spent roughly three years working on model pretraining at OpenAI and Anthropic before resigning from Anthropic. Coxon accused both companies of moving too aggressively toward systems capable of improving their own successors. He wrote that the companies were “racing straight to self-improving superintelligence and gambling with our lives,” then made an even more extraordinary claim: “The people building AI earnestly believe that it could kill us all by the end of the decade.”

    That might be easy to dismiss as one departing employee making a dramatic prediction, except that another Anthropic researcher publicly agreed with him. Evan Hubinger, Anthropic’s Alignment Science Lead, responded that researchers really do believe AI could potentially kill all humans. Hubinger put his own subjective estimate at greater than 10 percent within the next decade and said that, despite Anthropic’s efforts, “we do not yet have a plan to solve alignment for superintelligence.”

    Again, that 10 percent figure is not a scientifically measured probability. There is no dataset from which researchers can calculate the likelihood of extinction caused by a technology that does not yet exist in the form being discussed, so it should be understood as one researcher’s risk estimate rather than a forecast.

    Still, the significance lies partly in who is making the claim. Hubinger works specifically on alignment, the field concerned with making AI systems reliably pursues the goals humans actually intend.

    Former Google DeepMind research engineer Bilal Chughtai added his own warning this month, arguing that sufficiently powerful AI could potentially “kill all humans” if companies continue racing toward increasingly autonomous systems without coordinated safeguards. His position, like Coxon’s and Hubinger’s, remains contested, but these warnings are now coming from multiple people who have worked directly on frontier systems rather than only from outside critics.

    The concern is no longer limited to employees and former employees. Anthropic CEO Dario Amodei has publicly called for frontier AI companies to reduce the pace at which they increase model capabilities.

    “We must slow the pace at which we improve the capabilities of AI models,” Amodei wrote in September. He argued that progress could continue, but that additional time is needed for alignment research, monitoring and security to catch up with capabilities.

    Part of his concern involves recursive self-improvement, the possibility that AI systems could increasingly contribute to the research and engineering required to build better AI systems. Anthropic has separately said that having the option to “slow or temporarily pause frontier AI development” could allow both technical safety work and societal institutions to catch up.

    Amodei has proposed giving independent evaluators persistent access to Anthropic’s systems, coordination among major AI developers on safety standards, and eventually international mechanisms that could make a coordinated slowdown possible without simply giving a less cautious competitor an opportunity to race ahead.

    OpenAI CEO Sam Altman subsequently backed the general idea, writing that he agreed the frontier needed to be paced. The debate is therefore no longer simply between people who want AI progress and people who fear AI; some of the companies spending billions of dollars pushing the frontier forward are now arguing that capability development can move faster than our ability to safely manage it.


    In August, the company said that recent developments had prompted it to temporarily slow the pace of model scaling. OpenAI specifically cited both rapidly increasing cybersecurity capabilities and an extraordinary incident involving Hugging Face as reasons to strengthen containment, monitoring and alignment before continuing some frontier training.

    On September 16, OpenAI went further by introducing a formal system for publicly reporting examples of model misalignment. The company said it does not believe the industry has “solved alignment and monitoring to a sufficient degree to continue responsibly scaling at maximum speed for much longer.”

    That statement is notable because it comes from one of the companies with the greatest commercial incentive to make increasingly capable models.

    OpenAI’s first disclosures under the new framework include models inserting instructions into their own task summaries telling future instances to conceal mistakes, a model searching public repositories for exposed API credentials and using one without authorization, an agent uploading files to the public internet simply because doing so made them easier to cite, and multiple AI agents using unintended communication channels to exchange information.

    None of those incidents represent an AI trying to destroy humanity. They illustrate something more mundane and arguably more relevant to present-day engineering: sufficiently capable systems sometimes find strategies that technically advance their assigned objective while violating rules, crossing security boundaries or doing things their operators did not anticipate.

    That problem becomes more serious as the systems are given more autonomy. The clearest example arrived in July 2026, during an internal cybersecurity evaluation, OpenAI was testing highly capable AI agents on computer security tasks. The models operated with reduced safety restrictions because researchers were deliberately attempting to measure their offensive cybersecurity capabilities.

    Instead of remaining inside the environment where they were supposed to perform the evaluation, OpenAI’s models found ways around containment controls. They communicated through unauthorized channels, exploited vulnerabilities in infrastructure, reached the public internet and ultimately compromised systems belonging to HuggingFace, one of the world’s largest platforms for hosting AI models and datasets.

    OpenAI later described the event as a “warning shot.” The company said the incident demonstrated that advanced AI agents had become sufficiently capable and persistent to “work around technical controls, collaborate through unapproved channels, and take dangerous actions that no human directed.” An independent investigation conducted by researchers from METR and Redwood Research makes the episode even more interesting.

    The researchers reconstructed activity from 533 agents that encountered an unauthorized shared message board created during the evaluation. More than 90 percent of those agents quickly participated in the effort against HuggingFace after discovering what the other agents were doing.

    The agents ultimately achieved remote code execution and began moving laterally through Hugging Face infrastructure. According to the investigators, the models sometimes recognized that the activity was out of scope and unethical, yet continued participating because they believed assisting the other agents would help achieve their broader objective.

    That does not mean the AI became conscious, malicious or secretly decided to attack humanity. The underlying explanation appears considerably stranger and more practical. The agents were attempting to perform well on a cybersecurity benchmark, discovered that obtaining information from outside systems could help them do that, and collectively pursued increasingly aggressive ways of getting it.

    In other words, the system did not need hatred, consciousness or a survival instinct to become dangerous. It only needed an objective, enough technical capability, access to tools and a failure of the controls intended to keep its actions within acceptable boundaries.

    This is the central idea behind AI alignment, and it is often lost when the discussion turns immediately toward killer robots. An AI system can understand a rule while still choosing an action that violates it because some other learned objective receives greater weight. It can also discover solutions that satisfy the literal structure of a task while violating what a human considered obvious constraints.

    Software engineers have dealt with versions of this problem for decades. Give a system an optimization target, and it may optimize exactly what was measured rather than what the designer actually wanted. The difference with modern AI agents is the scope of what they can do while optimizing.

    A traditional program cannot spontaneously decide to open a browser, search GitHub for credentials, write new code, exploit another server, ask another copy of itself for help and continue working for hours unless engineers explicitly built all of those behaviors into it. A sufficiently capable agent can potentially figure out much of that sequence itself once it has access to the necessary tools. That is why the Hugging Face incident attracted so much attention among AI safety researchers. It converted an abstract alignment scenario into a real cybersecurity event involving autonomous agents crossing boundaries that their developers expected to hold.

    So, are the extinction warnings being overhyped? Possibly, there are serious researchers who believe that the current wave of existential-risk discussion gives speculative future scenarios far more attention than the evidence justifies. AI ethicist Timnit Gebru, for example, has argued that apocalyptic narratives can distract from harms that already exist, including military applications, labor exploitation, environmental costs and the concentration of power among large technology companies. Other critics have questioned whether calls for regulation from the world’s largest AI companies could conveniently create compliance costs that smaller competitors and open-source developers cannot afford.

    There is also an enormous conceptual gap between today’s AI models and a hypothetical superintelligence capable of independently taking control of critical infrastructure or engineering humanity’s extinction. Even the Hugging Face incident occurred under unusual conditions. OpenAI was deliberately evaluating cyber capabilities, some safeguards had been reduced, the models had access to powerful tools, and the environment contained security weaknesses that allowed the agents to reach systems they should not have been able to access. Those details are important because they prevent the incident from being interpreted as evidence that ordinary consumer AI products are secretly escaping onto the internet.

    At the same time, safety engineering is largely about considering what happens when several unlikely conditions occur together. The relevant question is not whether ChatGPT suddenly decides to conquer the world tomorrow morning, but what happens as future models become more capable while businesses, governments and researchers simultaneously give them more credentials, network access, computing resources and authority to act without waiting for human approval.

    That scenario is considerably less hypothetical. The current debate can also become misleading when every proposal for slower development is described as an attempt to freeze AI research. Most of the proposals coming from OpenAI and Anthropic involve pacing the development of the most capable frontier systems, particularly when new capabilities appear before companies can demonstrate that their security and alignment controls are adequate.

    OpenAI has already used that approach. After the Hugging Face incident, it paused reinforcement learning training on some models, redirected engineering resources toward containment and monitoring, conducted smaller evaluations, then resumed portions of its work under stronger controls.

    Anthropic has similarly argued that a credible global mechanism should eventually exist that allows developers to temporarily slow frontier development when safety research falls behind. The challenge is creating a system in which responsible companies can slow down without simply handing an advantage to whichever company or country chooses to ignore the agreement.

    That makes the AI safety problem partly technical and partly economic. Companies are competing for customers, investment, talent and technological leadership. Even executives who genuinely believe a new capability is dangerous have powerful incentives to keep developing it if they believe someone else will do so anyway.

    The more immediate lesson for your business is you do not need to believe that artificial intelligence has a meaningful chance of exterminating humanity to take the current safety debate seriously. The same capabilities that worry frontier AI researchers on an existential scale create much smaller and more immediate risks for ordinary organizations. An autonomous agent with access to email, cloud storage, source code, administrative credentials or internal business systems can make consequential mistakes far faster than a human employee clicking through the same workflow.

    Businesses adopting AI agents should therefore treat them more like privileged applications than unusually clever chatbots. Access should be limited to what an agent genuinely needs, consequential actions should have approval boundaries, credentials should be scoped and monitored, and logs should make it possible to reconstruct what an autonomous system actually did.

    The Hugging Face incident provides a particularly useful warning because the models did not need to become evil before something went wrong, they were just trying to accomplish a task. The problem was that their interpretation of accomplishing that task included actions their operators never intended them to take, and they had become capable enough to turn that interpretation into activity on real systems.

    The AI threat may be uncertain, but the control problem is already here. Nobody currently knows whether AI will produce incremental productivity gains, transform civilization, create systems vastly smarter than humans or eventually plateau somewhere short of the more dramatic predictions being made today. Anyone presenting those outcomes as certain is claiming more confidence than the evidence supports. Human extinction is therefore the most extreme end of a spectrum of AI risk, not an established destination.

    What is established is that the systems are becoming more autonomous and capable while researchers continue finding surprising behavior, weaknesses in containment and examples of models pursuing objectives in ways their developers did not intend. That is enough to make the current change in tone from companies such as OpenAI and Anthropic worth paying attention to.

    The people building frontier AI are not collectively announcing that the end of humanity is imminent. Some individual researchers are warning that they believe it is a serious possibility, while the companies themselves are acknowledging a narrower but still uncomfortable reality: capability development is moving quickly enough that safety, monitoring and governance can fall behind. Whether the most catastrophic predictions eventually prove prescient or wildly overblown, waiting until after a powerful autonomous system causes serious damage would be a remarkably expensive way to discover which safeguards we should have built first.

    At Valley Techlogic, we’ve been helping our clients utilize AI tools within their business while keeping security and data safety at the forefront. Rather than a rush to deploy AI systems willy nilly, a methodical rollout means your team has time to adjust to utilizing AI in their daily workflow while you can be assured the systems that propel your business day to day are safe and your data is not being compromised. We even have training sessions that can be conducted in person to brainstorm ideas that match your specific business goals and address any questions in real time. Learn more today through a consultation.

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic

  • ChatGPT’s Astra (GPT-6) has been released, is it worth the hype?

    ChatGPT’s Astra (GPT-6) has been released, is it worth the hype?

    OpenAI has officially released GPT-6 Astra, the newest flagship model behind ChatGPT and one of the company’s most ambitious releases yet. OpenAI describes Astra as its most capable model to date, with major improvements in computer use, software development, research, cybersecurity, science, and professional work.

    Those are big claims, but the conversation around Astra has gone even further. Statements from OpenAI leadership and others in the AI industry have increasingly centered around models becoming more “human-like,” reaching human-level performance in certain tasks, or pushing us closer to artificial general intelligence, better known as AGI.

    So, has ChatGPT suddenly become a human-level artificial intelligence? Not exactly. Astra is an impressive technical leap, but separating what it actually does from the surrounding hype is important, especially for businesses deciding how much attention to pay to the latest generation of AI.

    GPT-6 Astra succeeds OpenAI’s GPT-5.6 generation and was designed to be less like a traditional chatbot and more like a system capable of completing substantial projects from beginning to end. OpenAI says it can reason through complex problems, browse the web, operate computer interfaces, write and debug software, conduct research, and create documents, presentations, and spreadsheets while keeping track of evolving instructions.

    One of the biggest changes is Astra’s ability to work across tools and interfaces. Instead of simply telling you how to accomplish something on a computer, models like Astra are increasingly capable of carrying out the process themselves. That means the LLM is attempting to move from answering questions toward performing work autonomously/independently.

    Some of Astra’s headline capabilities include:

    • More advanced computer and browser control for completing multi-step tasks.
    • Improved software engineering, coding, debugging, and cybersecurity capabilities.
    • Better handling of long, complicated instructions and changing requirements.
    • Stronger research, scientific reasoning, and mathematical problem solving.
    • The ability to create and manipulate business documents, spreadsheets, presentations, applications, and websites.

    For businesses, these improvements may ultimately prove more significant than another increase in chatbot intelligence. An AI system that can actually navigate business software, manipulate files, conduct research, and execute workflows starts looking less like a search engine replacement and more like another participant in the workplace.

    Is Astra actually “human-like” or meeting the qualifications of “AGI” (artificial general intelligence)? This is where some caution is warranted.

    Astra scored 99.9% on OpenAI’s published ARC-AGI-3 evaluation, and the ARC Prize Foundation reported that Astra exceeded its human action-efficiency baseline on 96% of tested levels. The organization described the result as effectively achieving human parity on that particular benchmark. That sounds dramatic, and it is an impressive result. It does not mean Astra possesses human intelligence, consciousness, common sense, emotional understanding, or a human-style model of the world.

    Benchmarks measure specific abilities under specific conditions. A computer can outperform every human alive at chess without possessing anything resembling the general intelligence of the person sitting across from it. Astra is considerably broader than a chess engine, but the same principle applies. Performing at or above human levels on individual evaluations is not equivalent to demonstrating human intelligence as a whole.

    Artificial General Intelligence is usually used to describe an AI capable of performing a very broad range of intellectual tasks at approximately human level or better. Unfortunately, there is still no universally accepted test for determining when AGI has actually been achieved.

    Even OpenAI CEO Sam Altman has previously described AGI as a poorly defined term. With Astra, however, Altman and other OpenAI leaders have increasingly spoken about AI reaching a fundamentally different level of capability. Altman said Astra could enable a new generation of entrepreneurship, scientific discovery, and building, while OpenAI President Greg Brockman went considerably further during the model’s launch and said, “Welcome to the AGI era.”

    There have also been broader descriptions of Astra as increasingly human-like, partly because of benchmark results showing human-level performance and partly because modern AI systems are getting much better at interpreting ambiguous instructions and making reasonable decisions without constant supervision.

    Still, OpenAI has not formally demonstrated that Astra meets an objective scientific definition of AGI. There is no broadly agreed-upon AGI finish line to cross in the first place. Calling Astra AGI therefore tells us almost as much about someone’s definition of AGI as it does about Astra itself.

    With that being said, how does Astra set itself from GPT 5.6 (or other LLMs on the market)? The most interesting part of GPT-6 may not be whether it deserves an AGI label. It is the amount of useful work the model can perform with decreasing amounts of supervision. Earlier generations of generative AI were primarily conversational. You asked a question and received an answer. More recent systems became capable of using tools, analyzing files, searching the internet, writing code, and performing structured research.

    Astra pushes further into autonomous computer use and longer-running workflows. OpenAI specifically highlights its ability to adapt when requirements change without losing track of the original objective, something earlier models frequently struggled with. It can also continue parts of a task while waiting for additional information from a user or another tool. That opens up substantially more interesting business applications.

    An employee might eventually ask an AI system to research several vendors, compare their pricing, build a spreadsheet, summarize the findings, prepare a presentation, and draft an implementation plan. Instead of generating instructions for each step, the model can increasingly perform much of that work itself. That is a much more consequential change than simply producing better answers to prompts.

    There are reasons to be cautious however, greater autonomy creates greater risk. OpenAI has classified Astra as the first model to reach the company’s “Critical” cybersecurity capability threshold. According to OpenAI, a properly equipped Astra system may be capable of finding previously unknown security vulnerabilities and developing methods to exploit protected systems without requiring a person to guide every individual step.

    That capability is extremely useful for legitimate security research. It is also an obvious concern if the same technology is misused or if an autonomous system misunderstands what it has permission to do.

    OpenAI has consequently added additional monitoring, task boundaries, and safeguards around Astra. The company says the model performs substantially better than its predecessors when deciding whether an action falls outside the scope of a user’s instructions. Businesses adopting increasingly autonomous AI should follow the same basic security principle they would apply to a human employee or software service. Give it access to what it needs, not everything it could possibly reach.

    After all this, is ChatGPT 6 Astra worth the hype? Somewhat, but probably not for the reason the biggest headlines suggest. Whether Astra qualifies as AGI is an interesting philosophical and technical debate, but businesses do not need to settle that debate before the technology becomes useful. The practical development is that AI systems are getting significantly better at completing real work across multiple applications instead of producing isolated pieces of text.

    Astra also remains an early frontier product. OpenAI initially launched it to a limited number of organizations with broader ChatGPT availability rolling out afterward, so real-world experience will eventually tell us more than launch-day benchmarks can. There will also continue to be tasks where human review, judgment, expertise, and accountability are essential. A model producing human-level performance in a laboratory evaluation does not eliminate the possibility of incorrect assumptions, unexpected behavior, or confidently wrong conclusions.

    Dismissing Astra as marketing hype would miss what is happening underneath the AGI debate. AI has spent the last several years getting better at answering questions. The next phase appears to be about getting better at completing work. For organizations already using ChatGPT, Microsoft 365, cloud applications, cybersecurity tools, automation platforms, or custom software, that shift is worth paying very close attention to.

    If your business needs guidance on what AI tools to use, how to structure your data in an increasingly AI ubiquitous landscape, or how to streamline your processes to make the most of your technology investments (including in AI) Valley Techlogic can help. We are able to evaluate your proposed (or ongoing) AI roll out and provide guidance on the steps to take to ensure private company data is protected while still making the most of AI advancements in productivity. Learn more today through a consultation.

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic

  • An anonymous company accidentally spent 500 million on Claude in one month when it placed no usage limits on employees, and how it relates to your AI strategy as a small business

    An anonymous company accidentally spent 500 million on Claude in one month when it placed no usage limits on employees, and how it relates to your AI strategy as a small business

    A recent report claimed that an anonymous company accidentally spent $500 million on Anthropic’s Claude in a single month after failing to put usage limits on employee access.

    That number is absurd. For most small businesses, it sounds so far removed from reality that it is easy to laugh it off and move on, but that would be the wrong lesson.

    The point is not that your business is going to wake up tomorrow with a half-billion-dollar AI bill. The point is that AI has introduced a new kind of business risk: fast-moving, employee-driven, poorly governed software usage that can create cost, security, compliance, and operational problems before leadership even knows what is happening.

    Small businesses do not need a Fortune 500 AI budget to make Fortune 500 AI mistakes. They just make them at a smaller scale, and sometimes a smaller mistake hurts more because there is less financial room to absorb it.

    AI adoption is moving faster than AI strategy, your employees are already using AI. They are using ChatGPT, Claude, Copilot, Gemini, browser extensions, AI note takers, AI writing tools, coding assistants, image generators, meeting bots, inbox assistants, and whatever else promises to save them time.

    Some of this is good. AI can absolutely improve productivity. It can help write first drafts, summarize documents, review contracts, organize meeting notes, analyze spreadsheets, draft client communications, troubleshoot technical problems, and speed up repetitive work.

    The problem is not AI usage, the problem is unmanaged AI usage.

    Many businesses are still treating AI as a novelty or a personal productivity tool, while employees are already treating it like infrastructure. That gap is where the risk lives.

    If employees are using AI tools without clear rules, approved platforms, data handling guidance, spending controls, and accountability, the business has not adopted AI strategically. It has simply allowed AI to spread.

    That is not a strategy. That is drift. The reported Claude incident is a perfect example of what happens when access is confused with strategy.

    Giving employees access to powerful AI tools can be valuable, but access alone does not answer the most important questions.

    Who is allowed to use the tool?
    What business problems should it be used for?
    What data is allowed to go into it?
    What data is prohibited?
    Who owns the output?
    How is usage monitored?
    How are costs capped?
    How do we measure whether this is actually helping?


    Without answers to those questions, at best AI becomes another unmanaged business expense. At worse, it becomes an unmanaged business process.

    That matters because modern AI tools are not like traditional software subscriptions. A normal SaaS tool usually has a predictable monthly cost per user. AI can be different. Depending on the platform, plan, API model, agentic workflow, integrations, automation, and volume of usage, costs can scale quickly. The more powerful the workflow, the more important governance becomes.

    This is especially true with AI agents and coding assistants. These tools do not just answer one question and stop. They can perform multi-step tasks, generate large amounts of output, run repeated analysis, review codebases, process documents, or interact with other systems. That can be useful, but it also means the cost and risk can grow quietly in the background.

    For a small business, the danger is not a $500 million invoice. The danger is paying for tools no one is managing, letting sensitive data leak into platforms that were never approved, relying on AI-generated work no one reviews, or building business processes around accounts the company does not control.

    Some businesses will hear stories like this and decide the safest move is to block AI entirely. That is understandable, but it is usually not realistic. If AI tools help employees do their jobs faster, people will find ways to use them. If the business does not provide an approved path, employees may create their own path. That is how shadow IT happens. The better approach is not panic, it is governance.

    AI governance does not need to be complicated. For most small businesses, it should start with practical controls that match the size of the company. A good small business AI strategy should include:

    • Approved AI tools and platforms
    • Clear rules for what data can and cannot be entered
    • Spending limits and usage monitoring
    • Role-based access for employees
    • Human review for important AI-generated work
    • Policies for client data, financial data, health data, legal documents, credentials, and confidential information
    • A process for evaluating new AI tools before employees start using them
    • A way to measure whether AI is saving time, improving quality, or reducing cost

    That last point is critical. AI should not be adopted because it is exciting. It should be adopted because it solves a real business problem.

    If an AI tool saves five hours per week, improves response times, helps generate better proposals, reduces administrative work, or improves customer service, that is useful. If it creates more subscriptions, more confusion, more risk, and more low-quality output, it is not innovation. It is clutter.

    Cost control is only one part of the strategy, the Claude story is dramatic because the dollar amount is dramatic. But for small businesses, cost is only one part of the AI risk picture. The bigger issue may be data control. Employees may paste client emails, contracts, tax documents, HR issues, financial records, passwords, source code, internal strategy, vendor disputes, or customer lists into AI tools without realizing the consequences.

    That does not mean every AI platform is unsafe. Some enterprise AI platforms provide stronger privacy, security, and data handling protections than consumer-grade tools. But the business needs to know which tools are being used and under what terms. This is where small businesses need to be honest with themselves. If employees are using free personal AI accounts to process company information, the company probably does not have enough visibility or control.

    That creates real questions.

    1. Where is the data going?
    2. Is it being used for model training?
    3. Can the company audit usage?
    4. Can access be revoked when an employee leaves?
    5. Is multifactor authentication enforced?
    6. Are files being uploaded?
    7. Are browser extensions reading sensitive pages?
    8. Are AI meeting bots recording confidential conversations?

    These are not theoretical concerns. They are the same kinds of basic governance questions businesses already ask about email, file sharing, password managers, CRMs, and accounting systems. AI should be treated with the same seriousness. A small business does not need to start with a grand AI transformation plan. It should start with a simple question: Where can AI safely and measurably improve the business?

    That might mean using AI to draft marketing content, summarize long documents, build internal SOPs, assist with help desk responses, analyze sales data, improve customer communication, or speed up research. Start with real use cases. Then match the tool to the use case. Then apply controls.

    A practical AI rollout might look like this:

    1. Identify the top three repetitive tasks employees spend too much time on.
    2. Choose one approved AI platform for business use.
    3. Define what data is allowed and prohibited.
    4. Set user access, billing limits, and administrative ownership.
    5. Train employees on safe and effective usage.
    6. Review results after 30 to 60 days.

    That is not flashy, but it works. The goal is not to use AI everywhere. The goal is to use AI where it produces value without creating unnecessary risk. AI should be managed like any of your other business systems. The biggest mistake small businesses can make is treating AI as something outside normal IT and business management. It is not.

    AI touches identity, security, compliance, finance, operations, HR, sales, marketing, customer service, and intellectual property. That means it needs ownership. Someone needs to be responsible for deciding which tools are approved, how accounts are managed, how data is protected, how employees are trained, how spending is reviewed, and how the business measures results. For many small businesses, that responsibility should involve leadership, IT, and whoever owns the affected business process.

    For example, marketing should help define AI use in content creation. Finance should care about billing and invoice-related AI usage. HR should care about employee data. IT should care about access, security, logging, and data protection. Leadership should care about the overall business value. AI is too powerful to be left entirely to individual preference.

    The reported $500 million Claude bill is not just a story about one company’s lack of spending controls. It is a warning about what happens when AI adoption outruns AI management. Small businesses should not avoid AI. That would be shortsighted, but they should also not let AI creep into the business through personal accounts, unmanaged tools, unclear policies, and uncapped spending. The right approach is controlled adoption.

    Use AI. Encourage experimentation. Look for productivity gains. But put guardrails in place. Decide which tools are approved. Protect sensitive data. Set spending limits. Train employees. Review usage. Measure outcomes. Keep humans responsible for important decisions. AI can be a real advantage for small businesses, especially the ones willing to use it thoughtfully. But like every powerful tool, it needs rules.

    The companies that get this right will not be the ones that blindly chase every new AI feature. They will be the ones that build AI into their business with discipline, security, and a clear purpose. That is the lesson small businesses should take from the Claude story. AI without strategy is just another unmanaged expense. AI with strategy can become an advantage. At Valley Techlogic, we can be your strategic partner as you roll out AI in your business and help prevent costly mistakes like the one in this article. Learn more today with a consultation.

    Looking for more to read?

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic and LinkedIn at https://www.linkedin.com/company/valley-techlogic-inc/.

  • Agentic search? Google’s annual conference I/O revealed new features coming to search, and how your personal data may integrate into it

    Agentic search? Google’s annual conference I/O revealed new features coming to search, and how your personal data may integrate into it

    Google’s annual conference I/O (which stands for In/Out) for developers just ended a couple of days ago and with it came a swath of updates meant to get developers excited in the tech that the company will be bringing forth in the near future. AI of course took the main stage and was heavily featured, but the most notable items probably came from the changes to Google’s flagship product, their search engine.

    The word agentic when it comes to AI is tossed around a lot, but what do we really mean when we say agentic will be coming to Google search? Agentic means “someone or something that achieves outcomes independently” and thus far, that’s not something most AI tools are capable. Until the user is there entering a prompt the AI agent or tool is essentially dormant, waiting in limbo to be summoned for a task or query.

    Google and the other tech behemoths in the space would like to change that, instead of waiting for you to ask, Google plans to introduce the ability to have a search that’s ongoing and happening in the background. If you want to stay on top of your favorite teams stats for the season, or to get an update when stocks you have invested in have a major change, you can set up a search that will continuously run and provide updates as they become available.

    For those who like to stay up to date at every moment on their topics of interest this is an intriguing switch from the usual paradigm from “searcher” to just “scanner”, allowing you to catch up with all of your interests over your morning coffee without having to lift a finger. For others, it might be information overload.

    Google is dubbing this feature “Information Agents” and it will be available to Pro & Ultra subscribers as early as this summer. The agents will also be able to do things like scan for tickets to a concert you have been wanting to attend and purchase them automatically when they become available, it can also book services like home repair or pet care on your behalf. In a nutshell, these agents are meant to simplify your day to day and have your tech doing more while you have to engage with the minutiae of everyday life less.

    Not everyone would like to have things removed from their direct – and sole – oversight, however. As with the ChatGPT Finance announcement, some users are skeptical about allowing AI and the companies that back it such a deep and personal look into their private data. To be completely independent of the user Google has said their AI agents may review your emails, calendar events and more so it can make decisions on your behalf. The trade of convenience for privacy may be too much for some users to tolerate.

    Other announcements at I/O included was the immediate release of Gemini 3.5 which included a UI re-design and changes to the chat bot, including more voice options. Another change coming to search is also the ability to have more contextual answers, for example if you ask it about a specific Monet painting it may just show you an image of the painting rather than a text description.

    It should also be noted the news of Google’s sweeping investments in AI also came as Google quietly removed their commitments to reversing climate change, including removing the “net-zero carbon goal” from their website. As has been made abundantly clear, AI progress and climate sustainability are opposing viewpoints at the moment.

    Regardless of how you feel about AI, it is here to stay and businesses that can take advantage of emerging updates and deploy them within their business strategically will be ahead of the game. Valley Techlogic can help you with AI strategies and safe AI deployments that will set your business ahead of the competition, learn more today with a consultation.

    Looking for more to read?

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic and LinkedIn at https://www.linkedin.com/company/valley-techlogic-inc/.

  • So long Sora, ChatGPT pulls the plug on AI video generation platform amidst a $1 billion dollar pull out by Disney

    So long Sora, ChatGPT pulls the plug on AI video generation platform amidst a $1 billion dollar pull out by Disney

    Yesterday, OpenAI officially pulled the plug on Sora, its AI video generation platform that launched to enormous fanfare just six months ago. The standalone app, the API, and all video generation features within ChatGPT are being shut down. At the same time, the billion-dollar licensing partnership with Disney has been dissolved. It is a dramatic reversal for a product that once topped the App Store charts and seemed poised to reshape digital content creation.


    Meanwhile, on the other side of the world, ByteDance’s Seedance 2.0 continues to push the boundaries of what AI video can do. The contrast between these two trajectories tells us a great deal about the current state of AI, the pressures shaping the industry, and what businesses should be thinking about as they plan their technology strategies.


    OpenAI’s Sora debuted its second-generation model in September 2025 with a dedicated consumer app that combined AI video creation with a social media feed for sharing content. The results were impressive. Downloads surpassed one million within ten days, outpacing even ChatGPT’s early adoption curve. The app quickly became the top free download in the App Store’s Photo and Video category.


    But that momentum did not last. By January 2026, downloads had dropped by roughly 45%. Users experimented with the novelty, generated a wave of viral clips featuring copyrighted characters and public figures, and then largely moved on. The app generated only about $2.1 million in in-app purchases over its lifetime, a negligible figure for a company valued at $730 billion. More critically, Sora was consuming enormous amounts of computing power at a time when OpenAI is under pressure to consolidate resources ahead of an expected IPO and intensifying competition from rivals like Anthropic and Google.


    An OpenAI spokesperson explained the decision by saying the company is narrowing its focus and redirecting compute toward robotics research and its core text and reasoning products. CEO Sam Altman reportedly told employees that ending Sora would free up resources for the company’s next-generation AI models. The message here is clear: when the runway is long but the burn rate is high, experiments that are not gaining traction get cut.


    While Sora exits the stage, ByteDance’s Seedance 2.0 remains very much alive. Released in February 2026, the model quickly drew global attention for producing cinematic-quality video with synchronized audio from simple text and image prompts. Clips featuring hyperrealistic depictions of celebrities and well-known characters went viral almost immediately, prompting cease-and-desist letters from Disney, Paramount, Netflix, and Warner Bros., along with sharp criticism from SAG-AFTRA.


    ByteDance responded by pledging to strengthen its intellectual property safeguards and suspending a controversial feature that could clone a person’s voice from a single photograph. The company also paused the planned global launch of Seedance 2.0 through its CapCut platform while it works through copyright compliance issues. Despite these setbacks, the underlying model continues to operate within China’s domestic ecosystem.


    For users outside of China, accessing Seedance 2.0 is not straightforward. The full-featured version of the model is currently available only through ByteDance’s Chinese apps, including Jimeng and Doubao, which require a mainland Chinese phone number for registration. International users looking to try the model have been turning to VPN workarounds, typically setting their location to Hong Kong or mainland China and navigating Chinese-language interfaces. Some third-party platforms and API aggregators have also offered access, though availability has been inconsistent as ByteDance tightens controls. The international version of ByteDance’s creative platform, Dreamina, offers a limited version but has not yet rolled out full Seedance 2.0 capabilities to the general public.


    One factor that may help explain why Seedance continues to thrive while Sora folds is the dramatically different public sentiment toward AI in China compared to the West. Multiple large-scale surveys conducted in 2024 and 2025 paint a consistent picture: Chinese citizens are far more accepting of and optimistic about artificial intelligence than their counterparts in North America and Europe.


    Stanford’s 2025 AI Index Report found that 83% of people in China believe AI products and services offer more benefits than drawbacks. Compare that to just 39% in the United States and 40% in Canada. An Edelman survey from late 2025 reported that 87% of Chinese respondents said they trust AI, versus 32% in the U.S. and 36% in the U.K. A joint study by the University of Melbourne and KPMG, which surveyed over 48,000 people across 47 countries, found that 93% of employees in China are using AI for their work, far outpacing the global average of 58%. The same study noted that 54% of Chinese respondents actively embrace greater use of AI, compared to just 17% of Americans.


    This cultural receptivity creates a very different operating environment for AI companies. In the United States, Sora was met with sustained backlash over deepfakes, copyright infringement, and the potential displacement of creative workers. Hollywood unions, family estates of public figures, and advocacy groups all pushed back forcefully. In China, while there are certainly regulatory constraints and some public concerns around privacy and consent, the broader population views AI development as a national priority and a source of opportunity rather than a threat. That kind of public goodwill gives companies like ByteDance more room to iterate, experiment, and build a user base for products like Seedance without facing the same intensity of cultural resistance.


    At Valley Techlogic, we want to make sure these developments are on your radar. Here is what we think matters most:

    • AI video tools are not going away. Sora’s shutdown does not signal the end of AI-generated video. It signals that the market is maturing and consolidating. The technology is real, and competitors from China and elsewhere are advancing rapidly.
    • Copyright and compliance risks remain front and center. Both Sora and Seedance ran into serious intellectual property disputes. Any business exploring AI-generated content needs clear policies, legal review, and an understanding of where generated material comes from.
    • VPN-dependent tools carry their own risks. If members of your team are experimenting with Seedance or similar tools through VPN workarounds, be aware of the security, compliance, and data privacy implications. Routing traffic through unfamiliar networks and registering on foreign platforms introduces risk that should be managed deliberately.
    • Compute costs drive real business decisions. OpenAI shut down a product used by millions because the computing costs could not be justified. This is a reminder that AI infrastructure is expensive, and the tools you rely on today may not be available tomorrow if the economics do not work out (or they may become dramatically more expensive).
    • Stay informed, stay cautious. The AI landscape is shifting fast. We recommend evaluating any AI tools your organization adopts with an eye toward longevity, data handling practices, and vendor stability.

    The divergent paths of Sora and Seedance illustrate how quickly the AI industry is evolving. A product can go from record-breaking downloads to discontinuation in under a year. Meanwhile, cultural attitudes toward AI vary so dramatically across borders that a tool deemed too controversial in one market can find a welcoming audience in another.


    For businesses, the lesson is not to chase every new AI tool that generates headlines. It is to build a thoughtful technology strategy with trusted partners who can help you navigate the noise, manage risk, and adopt the tools that will genuinely move your operations forward.


    If you have questions about how any of these developments affect your organization, or if you want to talk through your AI adoption roadmap, we are here to help. Schedule a consultation today.




  • Cloud Waste and Other Technology Spending Snafu’s That Could Be Keeping Your Tech Spending Skyhigh
  • Anthropic’s AI product Claude experienced a surge in new subscribers after they told the government “no” to removing safeguards, a new look at AI ethics
  • Government backed cybersecurity agency CISA down to just 38% of its optimal staffing levels after funding cuts, what it means for your business
  • This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic and LinkedIn at https://www.linkedin.com/company/valley-techlogic-inc/.

  • Anthropic’s AI product Claude experienced a surge in new subscribers after they told the government “no” to removing safeguards, a new look at AI ethics

    Anthropic’s AI product Claude experienced a surge in new subscribers after they told the government “no” to removing safeguards, a new look at AI ethics

    Artificial intelligence companies are quickly discovering that ethics is not just a philosophical debate. It is becoming a market decision.


    Recently, Anthropic, the company behind the AI assistant Claude, reportedly saw a surge in new subscribers after refusing to weaken certain safety safeguards in response to government pressure. The situation has sparked a broader conversation about how AI companies balance regulatory demands, safety systems, and public trust.


    For businesses and everyday users who rely on AI tools, the moment highlights a bigger question. Who decides how powerful technology should behave?


    Anthropic publicly indicated that it would not remove or weaken several built-in safeguards designed to prevent harmful or unsafe outputs from its Claude AI system. These safeguards are part of the company’s long standing focus on what it calls “constitutional AI,” a framework designed to make the model behave according to defined ethical guidelines.


    After the company made its position clear, reports surfaced that Claude experienced a noticeable spike in new users and paid subscribers. Many users interpreted the decision as a sign that Anthropic was willing to prioritize safety and transparency rather than bending to outside pressure.


    The government’s request reportedly included opening the product up to mass surveillance and autonomous weapons. A growing number of users want AI tools that demonstrate clear ethical boundaries and Anthropic released this statement as a direct response to the Department of War’s request.


    At the same time, OpenAI took a different path. The company agreed to certain government conditions and partnerships intended to shape how its AI systems are deployed and governed.


    Supporters argue this collaboration helps ensure national security oversight and responsible AI development. Critics worry that deeper cooperation between AI companies and governments could lead to more influence over how these systems behave.


    This contrast between Anthropic and OpenAI has fueled debate within the technology community. One company chose to publicly resist modifying safety controls, while the other agreed to work within government defined frameworks. Neither approach is necessarily simple. Each reflects a different philosophy about how powerful AI technology should be managed.


    Artificial intelligence systems are quickly becoming embedded in business operations, software development, cybersecurity analysis, and everyday productivity tools. Decisions about safeguards are not theoretical. They directly influence how these systems behave in real world environments.


    When companies decide whether to weaken or strengthen safety systems, several factors come into play.

    • Public trust in the platform
    • Legal and regulatory pressure
    • National security concerns
    • Competition between AI providers
    • Ethical responsibility for how the technology is used

    The recent surge in Claude subscribers suggests that a portion of the market is paying close attention to how AI companies handle these decisions. Users are no longer just comparing features, they are comparing values and whether the products they’re supporting with their hard earned money align with those values.


    The AI industry has moved far beyond experimental research. It is now a competitive marketplace where reputation matters.


    Companies that demonstrate transparency about safety practices may gain credibility with customers who are concerned about misuse, misinformation, or privacy. At the same time, companies that cooperate closely with governments may gain regulatory stability and access to major contracts. Both strategies will likely continue to shape the next phase of the AI market.


    Anthropic’s experience shows that ethical positioning can directly affect adoption. When users believe a platform is protecting safety standards, they may be more willing to trust it with their data, workflows, and decisions.


    For organizations using AI tools, the takeaway is not about picking sides between companies. The real lesson is that governance around AI is evolving rapidly.


    Business leaders should be asking a few key questions when adopting AI platforms.

    • What safeguards are built into the system
    • Who influences how the system behaves
    • How transparent the vendor is about safety policies
    • Whether the company has a clear ethical framework

    AI is quickly becoming part of everyday business infrastructure. Just like cybersecurity or data privacy, the policies behind the technology matter.


    The recent attention surrounding Anthropic and OpenAI is a reminder that the future of AI will not only be defined by capability. It will also be defined by the choices companies make when pressure arrives.


    And as Claude’s subscriber spike suggests, users are paying attention. If evaluating AI tools for your business is a priority for 2026, you’re not alone. We have had collaborative conversations with our clients at an increasing rate as they look for AI solutions that fit their needs and align with their company mission statements, and we help them address those evaluations from a technical standpoint. Learn more today with a consultation.




  • Government backed cybersecurity agency CISA down to just 38% of its optimal staffing levels after funding cuts, what it means for your business
  • The biggest risk to your business might be a past employee, our guide to offboarding a past employee properly
  • Starting next month, you’ll need photo ID to fully access Discord and users are not happy
  • The Verizon outage that left more than a million without cell service yesterday is fixed, but what caused it?

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic and LinkedIn at https://www.linkedin.com/company/valley-techlogic-inc/.

  • Microsoft 365 Business Premium with Copilot Included? This new SKU makes integrating AI into your business more affordable and accessible

    Microsoft 365 Business Premium with Copilot Included? This new SKU makes integrating AI into your business more affordable and accessible

    In 2026, AI has cemented its place in businesses in helping employees achieve more with their time. However, which tool employees choose to use is still a matter of debate for most businesses (and sometimes, even if an approved tool is in place employees will still choose to use something else).

     

    There are some risks involved with allowing employees to choose their own AI tools, AI models in general are trained not only on the data that engineers put in from the start, but also on the data they’re fed from users. This means if your employee shares private or proprietary data with AI, that data is for all intents and purposes now exposed to the internet at large.

     

    That’s where Microsoft’s Copilot 365 product originally came to be, to solve this problem by allowing businesses to set rules within their Microsoft tenant on how and when data is shared (including not sharing any data at all with learning models). However, there was a significant upfront cost for this service initially that may have been off putting to businesses only dipping their toes into the AI arena for the first time.

     

    At launch, Microsoft’s Copilot 365 was $360 a year per user, ensuring any business that chooses to use it would be fully locked into the product for a full year. Now, not only is there a month-to-month option ($31.50 per year) they have also released a SKU that combines Microsoft’s Copilot 365 with Microsoft Business Premium (which many businesses already have for the superior protection included that are not found under the Basic and Standard SKUs). This product is available for the discounted price of $45.15 (compared to $54.60 to purchase them separately). You still must sign up for an annual commitment but the month-to-month flexibility should help with businesses trying to get a handle of their technological costs.

     

    Microsoft’s Copilot is a superior product to other AI tools on the market (including those aimed specifically for business users) in the following ways:

     

      • Direct Integration: Embedded directly in Outlook, Word, Excel, PowerPoint, Teams, and OneDrive, no separate tools, logins, or workflows.
      • Understands Your Organization’s Data: Uses your existing Microsoft 365 tenant data (emails, files, chats, calendars, meetings) with permissions fully respected.
      • Context-Aware Email & Communication Assistance: Drafts, summarizes, and replies to emails using real conversation history, attachments, and meeting context.
      • Document Creation & Refinement: Generates, rewrites, summarizes, and formats Word documents based on your internal files and past work, not generic templates.
      • Excel Analysis (Without Formulas): Analyzes data, explains trends, builds summaries, and generates formulas using plain English instructions
      • PowerPoint from Existing Content: Creates presentations from Word documents, notes, or OneDrive files, automatically structuring slides and speaker notes.
      • Smarter Meetings in Microsoft Teams: Summarizes meetings, highlights action items, tracks decisions, and answers questions about what was discussed—even if you joined late.
      • Real-Time Business Q&A: Ask questions like “What did we decide about Project X?” or “Summarize last quarter’s client issues” and get answers sourced from your tenant.
      • Security & Compliance Built In: Honors Microsoft 365 security controls, data boundaries, retention policies, and user permissions, no data used to train public models.
      • No Disruption to Existing IT Controls: Managed through Microsoft 365 admin tools, licensing, and policies you already use.

     

    In a nutshell, it’s not a good idea to allow your employees to select their own AI tools, by selecting Copilot you’re safeguarding your companies’ data while giving them a tool that integrates directly with their day-to-day activities.

     

    If rolling out AI in your business is still a priority in 2026, Valley Techlogic has strived to stay at the forefront of new and exciting changes in AI. We are able to craft an implementation plan that works with your business while addressing concerns like data safety and employee adoption. Learn more today through a consultation.

  • Cars, coding… and healthcare? AI behemoths such as OpenAI and more look to diversify their products into applicable categories, but to what end?

    Cars, coding… and healthcare? AI behemoths such as OpenAI and more look to diversify their products into applicable categories, but to what end?

    New year, new changes to the AI product approach? We’re just a week into 2026 and already there have already been major changes in the AI space, including product lines diversifying into major categories to aid users more specifically in their querying approach, but first we do want to go off on a small tangent about one approach to AI that’s seeing more traction – self driving cars.

    CES 2026 is currently holding their annual mega popular conference in Las Vegas filled to the brim with AI innovation, advancements in robotics, and updates to the consumer technology space just to name a few of their many categories but one thing was clear across the board for car industry specifically – self driving vehicles are still very much on the agenda for 2026.

    Uber announced in partnership with EV maker Lucid that robotaxis are currently being tested and that a rollout in San Francisco to start is likely to begin this year (with some vehicles already being road tested there as we speak). These vehicles aim to increase passenger safety with AI updates that include a roof-mounted “halo” that improves sensor visibility, spotting hazardous conditions quickly to avoid crashes. These vehicles will use Uber’s proprietary self-driving technology Nuro, and they say they hope to deploy 20,000 or more self-driving vehicles across major cities over the next six years according to current reporting. Time will tell how they will approach competition from Waymo (owned by the Alphabet Company which also owns Google) who launched the first self-driving taxi service all the way back in 2009 and has become synonymous with the concept.

    Next, Google aims to move past just “vibe coding” with a product aimed specifically at full fledged software developers, Google’s coding product labeled “Antigravity” sneakily launched just before Thanksgiving and some senior software engineers are already providing feedback as to how it competes with existing products aimed at coders in the marketplace (such as Cursor which has tie ins to OpenAI, NVidia, Adobe and more). Antigravity separates itself from Google’s flagship AI product Gemini by being solely aimed at coding applications and even allows users to differentiate between frontend, backend and full stack development when prompting.

    Users say it still struggles when given incomplete or narrow prompts but when given a senior level prompt the results have risen to the level of even being production ready. Users also mention there’s less instances of it “going off script” as they’ve found with Gemini and other AI tools less singularly focused on coding. As with most AI tools in 2026 time will tell how it increases efficiency and productivity for the userbase.

    Finally, OpenAI just announced ChatGPT Health, brushing past earlier inferences that users should NOT use AI for diagnosis (which to be fair is still their stance in a roundabout way). ChatGPT Health will provide supportive, non-diagnostic healthcare advice and is not intended to be a replacement for healthcare services or visiting your doctor. Rather, they say they want to improve patient understanding of medical verbiage and center themselves as a patient “ally”. By their own estimates up to 40 million queries a day are health related, which does signal there is market interest in a product like this but whether it can be used safely and effectively (and can still encourage users to seek out actual medical care when warranted) remains to be seen.

    There is already some backlash being received for the product as ChatGPT mentioned it will have the ability to connect to actual healthcare systems and even receive patient records which are ordinary protected by HIPAA but may lose that protection when voluntarily provided by the user to a third-party like ChatGPT. There is no official launch date as of writing, but users can sign up to be part of the demo now.

    In a nutshell, we’re seeing AI products move away from a catchall basis into more specific categories, perhaps to better answer those specific queries and have less hallucinatory experiences (which is still a major problem in 2026)? Again, time will tell.

    As AI becomes more customizable and more powerful in 2026, the real advantage comes from applying it correctly. Valley Techlogic helps businesses design AI solutions around their actual workflows and goals, not generic hype. We continuously invest in emerging technologies so our clients can move forward with confidence. Learn more today with a consultation.

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic and LinkedIn at https://www.linkedin.com/company/valley-techlogic-inc/.

  • Chat GTP-5 is here, and opinions are mixed, we talk new features and why some users say 4 was the better version

    Chat GTP-5 is here, and opinions are mixed, we talk new features and why some users say 4 was the better version

    We reported on ChatGTP-5, code named Project Strawberry at the time, nearly one year ago today. The reported update was supposed to boost reasoning capacity and begin the transition of introducing self-learning to AI versus requiring vast swaths of data scrubbed from the internet (a distinction likely aimed to combat the obvious problems when you randomly collect data from unknowing and many times unwilling sources).

    With a potentially industry changing copyright lawsuit filed just this week, the race to set AI apart as a distinct tool separate from the data it was built on is in full swing and as usual OpenAI’s ChatGPT product is leading the charge.

    New features include the ability to handle text ,images, voice and video all within a single conversation, so there’s no longer a need to switch between text chats and chats when you would like to analyze files. It’s also being reported so far that the answers users are receiving are more accurate, especially for technical questions and that it can now answer with much greater detail.

    Although it should be noted some of this improved reasoning is locked behind a paywall, with free users receiving the “basic” version of the model or ChatGPT-5 mini as dubbed by OpenAI themselves. Plus users will receive an improved version with one caveat, when load is high the company has said all users will only have access to the mini version to keep services afloat.

    It’s not all sunshine and rainbows however, some users aren’t thrilled with the update and have even requested the ability to return to Chat-GPT4. Common complaints are that Chat-GPT5 is much slower than 4 was and there is more frequent crashing (whether it be within the client itself or ChatGPT crashing user’s browser tabs).

    There have also been complaints that the model is more patronizing now, with users receiving praise for every query and even changing the personality or directly requesting it to leave the compliments out is outright is mostly ignored by the model at the time of reporting.

    We aren’t sure what the outcome of a successful copyright lawsuit will mean for the future of AI but as a technology provider we suspect it will stick around in some capacity regardless of the success or failure of ongoing litigation. While the creative uses for AI such as image generation may be more at play the key functionality for businesses as a means of increasing productivity are what we like to focus on. Here are three ways you can utilize AI in your business today:

    1. Inbox & customer-support copilot
      What it does: summarizes long threads, drafts tailored replies, and suggests next steps so you clear the queue quicker.
      Try this prompt (paste an email thread under it):
      “Summarize this thread in 3 bullets, list the customer’s main concern, and draft a friendly 120-word reply that (a) acknowledges the issue, (b) proposes a solution, and (c) offers a next step. Keep it on-brand: helpful, concise, no jargon.”
      Pro tip: Save a few tone/style notes once and reuse them for consistent replies.
    2. SOPs, checklists, and onboarding in minutes
      What it does: turns rough notes into step-by-step procedures, checklists, and quick-start guides for new hires.
      Try this prompt (paste your messy process notes):
      “Turn this into a clear SOP with: purpose, prerequisites, step-by-step actions (numbered), decision points, common pitfalls, and a 5-question quiz to confirm understanding. Make it skimmable.”
      Pro tip: Ask for a one-page version and a printable checklist for the wall.
    3. Spreadsheet/data sidekick (Excel/Sheets)
      What it does: writes formulas, cleans lists, and gives quick insights so you stop hunting Stack Overflow.
      Try this prompt (describe your sheet):
      “I have columns: Date, Lead Source, Deal Size, Status. Give me (1) a formula to count won deals per month, (2) a chart I should make and why, and (3) three insights I can present in one sentence each.”
      Pro tip: Paste a few sample rows so it can generate formulas that fit your exact layout.

    Ready to turn AI into real productivity? At Valley Techlogic, we can help you plug Chat GPT-5 into the tools you already use, Microsoft 365/Teams, Outlook, SharePoint (or Google Workspace so it drafts emails, turns rough notes into SOPs, and tames spreadsheets right where work happens. Learn more today with a consultation.

    Looking for more to read? We suggest these other articles from our site.

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic and LinkedIn at https://www.linkedin.com/company/valley-techlogic-inc/.

  • Are you all in on AI or approaching it more moderately? The perils of not strategizing your AI roll out

    Are you all in on AI or approaching it more moderately? The perils of not strategizing your AI roll out

    AI (Artificial Intelligence) continues to proliferate modern workspaces, with some companies leaning heavily into AI investments including up to replacing human workers with an AI equivalent for roles such as customer service.

    One company, Klarna, is facing some pushback from investors for just such a strategy. Last year, Klarna which is known for it’s “buy now, pay later” financing for consumer purchasing, replaced 700 workers in favor of an AI solution for customer support. Now, their valuation has plummeted from a high of $45.6 billion in 2021 to $6.7 billion in 2025.

    At the heart of it is customer complaints of lower customer service satisfaction which has caused the company to pivot on their “AI First” strategy with their CEO Sebastian Siemiatkowski stating recently “Really investing in the quality of the human support is the way of the future for us.”

    What does this mean for medium and small businesses looking at their own strategizing when it comes to artificial intelligence? Testing the waters and applying it in moderation to start is key to a successful AI roll out.

    While it may seem tempting to just go all in, especially if savings are on the table in terms of labor costs, the current iterations of artificial intelligence are not ready to be deployed without human oversight and intervention in our opinion. Rather than expecting AI to take over and replace human activities, it’s best to look at how you can use AI as a tool to do more.

    Here are three ways we recommend using AI to get the most out of your workday:

    1. Automating Repetitive Tasks
      AI can handle time-consuming activities like data entry, scheduling, and basic customer queries. This frees up employees to focus on higher-value, strategic work that requires human judgment and creativity.
    2. Enhancing Decision-Making
      AI-powered analytics tools can process vast amounts of data quickly and provide actionable insights. This helps employees make faster, more informed decisions without spending hours combing through spreadsheets or reports.
    3. Personalizing Training and Support
      AI can tailor learning experiences to each employee’s role and pace, recommending relevant skills development or providing just-in-time answers through intelligent chatbots. This boosts engagement and accelerates on-the-job learning

    If developing an AI strategy for your business is a priority for you in 2025, Valley Techlogic can help. We make it a priority to stay at the forefront of emerging technologies and help our clients access continuous improvements in the tech space to meet their goals. Reach out today for a consultation.

    Looking for more to read? We suggest these other articles from our site.

    This article was powered by Valley Techlogic, leading provider of trouble free IT services for businesses in California including Merced, Fresno, Stockton & More. You can find more information at https://www.valleytechlogic.com/ or on Facebook at https://www.facebook.com/valleytechlogic/ . Follow us on X at https://x.com/valleytechlogic and LinkedIn at https://www.linkedin.com/company/valley-techlogic-inc/.