<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Jitendra</title><description>Blog posts about AI, technology, and things I find interesting.</description><link>https://jitendra.page/</link><language>en</language><item><title>AI Trends Shaping 2026</title><link>https://jitendra.page/blog/ai-trends-2026/</link><guid isPermaLink="true">https://jitendra.page/blog/ai-trends-2026/</guid><description>A look at the biggest AI trends in 2026 — from multimodal models to AI agents that can work on their own.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://media.jitendra.page/blog/ai-trends-2026.png&quot; alt=&quot;AI robots working alongside screens displaying 2026, representing AI trends&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The world of AI is moving fast. Every few months, something new comes along that changes how we think about technology. Here are the biggest trends shaping AI in 2026.&lt;/p&gt;
&lt;h2&gt;Multimodal Models Are the New Normal&lt;/h2&gt;
&lt;p&gt;AI models can now understand text, images, audio, and video all at once. This is not new, but in 2026 it has become the standard. Almost every major AI product now works with multiple types of input.&lt;/p&gt;
&lt;p&gt;This means you can show a picture to an AI, ask a question about it, and get a detailed answer. You can upload a video and ask for a summary. These things were research demos two years ago. Now they are everyday tools.&lt;/p&gt;
&lt;h2&gt;AI Agents That Work on Their Own&lt;/h2&gt;
&lt;p&gt;The biggest shift in 2026 is the rise of AI agents. These are AI systems that can plan, take actions, and complete tasks without step-by-step instructions from humans.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Coding agents&lt;/strong&gt; that can read a bug report, find the problem in the code, fix it, and submit a pull request&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Research agents&lt;/strong&gt; that can search the web, read papers, and write a summary&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customer service agents&lt;/strong&gt; that can handle complex issues from start to finish&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The key difference from chatbots is that agents can use tools, make decisions, and work through multi-step problems.&lt;/p&gt;
&lt;h2&gt;Smaller Models, Bigger Impact&lt;/h2&gt;
&lt;p&gt;Not every task needs a massive AI model. In 2026, smaller and more efficient models are becoming popular. These models run on phones, laptops, and edge devices without needing a cloud connection.&lt;/p&gt;
&lt;p&gt;Companies like Apple, Google, and Qualcomm are putting AI chips in consumer devices. This means AI features work offline, respond faster, and keep your data private.&lt;/p&gt;
&lt;h2&gt;AI in Science and Healthcare&lt;/h2&gt;
&lt;p&gt;AI is making real progress in science. In 2026, AI tools are helping researchers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Discover new drugs faster&lt;/li&gt;
&lt;li&gt;Predict protein structures with high accuracy&lt;/li&gt;
&lt;li&gt;Analyze medical images better than many specialists&lt;/li&gt;
&lt;li&gt;Model climate change scenarios&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These are not just research papers. Real products are being used in hospitals and labs around the world.&lt;/p&gt;
&lt;h2&gt;What Comes Next&lt;/h2&gt;
&lt;p&gt;The pace of AI progress shows no sign of slowing down. The trends we see today — agents, multimodal models, smaller models, and AI in science — will only get stronger in the coming years.&lt;/p&gt;
&lt;p&gt;The most important thing is to stay curious and keep learning. The AI landscape changes fast, and the best way to keep up is to try things out and see what works for you.&lt;/p&gt;
</content:encoded></item><item><title>The Rise of Agentic AI</title><link>https://jitendra.page/blog/agentic-ai-future/</link><guid isPermaLink="true">https://jitendra.page/blog/agentic-ai-future/</guid><description>AI agents can now plan and execute complex tasks on their own. Here is what that means for the future.</description><pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;For years, AI was mostly about answering questions. You typed something, and the AI gave you a response. That was it. But in 2026, a new type of AI is taking over — agentic AI.&lt;/p&gt;
&lt;h2&gt;What Is Agentic AI?&lt;/h2&gt;
&lt;p&gt;Agentic AI refers to AI systems that can act on their own to achieve a goal. Instead of just answering one question at a time, these agents can:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Break down a task&lt;/strong&gt; into smaller steps&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use tools&lt;/strong&gt; like web browsers, code editors, and APIs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make decisions&lt;/strong&gt; about what to do next&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Learn from mistakes&lt;/strong&gt; and try different approaches&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Think of it like this: a chatbot is like asking someone a question. An agent is like hiring someone to do a job.&lt;/p&gt;
&lt;h2&gt;Real Examples in 2026&lt;/h2&gt;
&lt;p&gt;Agentic AI is already being used in many areas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Software development&lt;/strong&gt;: AI agents can write code, run tests, debug errors, and deploy applications. Some companies report that AI agents handle 30-40% of routine coding tasks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data analysis&lt;/strong&gt;: Give an agent a dataset and a question, and it will clean the data, run the analysis, and create charts — all without manual steps.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Personal assistants&lt;/strong&gt;: AI agents can book travel, manage calendars, and handle email — not just one task at a time, but entire workflows.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;The Challenges&lt;/h2&gt;
&lt;p&gt;Agentic AI is powerful, but it comes with challenges:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Trust&lt;/strong&gt;: How do you know the agent is doing the right thing? Verification and oversight are still important.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Safety&lt;/strong&gt;: An agent that can take actions in the real world needs guardrails. One wrong API call could cause real damage.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cost&lt;/strong&gt;: Agents use more compute than simple chatbots because they run multiple steps. This makes them more expensive to operate.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Where Things Are Heading&lt;/h2&gt;
&lt;p&gt;The agentic AI trend is still in its early days. Most agents today work well on narrow tasks but struggle with open-ended problems. Over time, we can expect agents to get better at handling complex, multi-step workflows.&lt;/p&gt;
&lt;p&gt;The key question is not whether agentic AI will become mainstream — it already is. The question is how we build systems that are safe, reliable, and useful.&lt;/p&gt;
</content:encoded></item><item><title>AI Regulation Challenges Worldwide</title><link>https://jitendra.page/blog/ai-regulation-challenges/</link><guid isPermaLink="true">https://jitendra.page/blog/ai-regulation-challenges/</guid><description>Governments around the world are trying to regulate AI. Here is a look at the different approaches and the challenges they face.</description><pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;AI is powerful, and with that power comes the need for rules. Governments around the world are trying to figure out how to regulate AI without slowing down innovation. It is not an easy balance.&lt;/p&gt;
&lt;h2&gt;The European Union Approach&lt;/h2&gt;
&lt;p&gt;The EU was the first major region to pass a comprehensive AI law — the EU AI Act. This law puts AI systems into risk categories:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Unacceptable risk&lt;/strong&gt;: Banned entirely (like social scoring systems)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;High risk&lt;/strong&gt;: Strict rules for AI in healthcare, law enforcement, and education&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Limited risk&lt;/strong&gt;: Transparency requirements (like disclosing when content is AI-generated)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Minimal risk&lt;/strong&gt;: No special rules&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The EU approach is detailed and thorough, but some critics say it is too complex for smaller companies to follow.&lt;/p&gt;
&lt;h2&gt;The United States Approach&lt;/h2&gt;
&lt;p&gt;The US has taken a more sector-by-sector approach. Instead of one big law, different agencies make rules for their own areas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The FDA handles AI in medical devices&lt;/li&gt;
&lt;li&gt;The FTC focuses on AI in consumer products&lt;/li&gt;
&lt;li&gt;The SEC looks at AI in financial services&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This approach is more flexible, but it can lead to gaps where no agency has clear responsibility.&lt;/p&gt;
&lt;h2&gt;India and Other Countries&lt;/h2&gt;
&lt;p&gt;India has been working on its own AI governance framework. The focus is on responsible AI development while encouraging innovation. India sees AI as a major economic opportunity and wants to be a global AI hub.&lt;/p&gt;
&lt;p&gt;Other countries like Japan, South Korea, and Singapore have their own approaches, often focusing on guidelines rather than strict laws.&lt;/p&gt;
&lt;h2&gt;The Core Challenges&lt;/h2&gt;
&lt;p&gt;No matter which approach a country takes, some challenges are universal:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Speed&lt;/strong&gt;: AI moves faster than legislation. By the time a law is passed, the technology may have changed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Definitions&lt;/strong&gt;: What counts as &quot;AI&quot;? The definition matters a lot for who has to follow the rules.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enforcement&lt;/strong&gt;: How do you check if an AI system is following the rules? Auditing AI is technically difficult.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Global coordination&lt;/strong&gt;: AI does not respect borders. A model trained in one country can be used anywhere.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Finding the Balance&lt;/h2&gt;
&lt;p&gt;The goal of AI regulation is to protect people while allowing innovation. Too many rules can slow down progress. Too few rules can lead to harm.&lt;/p&gt;
&lt;p&gt;The best approach is probably somewhere in the middle — clear rules for high-risk uses, transparency requirements for everyone, and flexibility to adapt as the technology changes.&lt;/p&gt;
</content:encoded></item><item><title>Quantum Computing Breakthrough by IBM</title><link>https://jitendra.page/blog/quantum-computing-breakthrough/</link><guid isPermaLink="true">https://jitendra.page/blog/quantum-computing-breakthrough/</guid><description>IBM announced a major step forward in quantum computing. Here is what happened and why it matters.</description><pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Quantum computing has been &quot;the next big thing&quot; for a long time. But in early 2026, IBM made an announcement that got everyone&apos;s attention. Their new quantum processor showed results that could not be matched by any classical computer in a reasonable time.&lt;/p&gt;
&lt;h2&gt;What IBM Announced&lt;/h2&gt;
&lt;p&gt;IBM revealed a new quantum processor with over 1,000 qubits. But the real news was not just the number of qubits — it was the error rate. Quantum computers are notoriously unreliable because qubits are fragile. IBM managed to reduce error rates to a level where the computer can do useful work.&lt;/p&gt;
&lt;p&gt;Key numbers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;1,121 qubits&lt;/strong&gt; on a single chip&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;99.9% gate fidelity&lt;/strong&gt; for two-qubit operations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Successful error correction&lt;/strong&gt; demonstrated at scale&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Why This Matters&lt;/h2&gt;
&lt;p&gt;Classical computers use bits that are either 0 or 1. Quantum computers use qubits that can be both 0 and 1 at the same time (a concept called superposition). This lets quantum computers solve certain problems much faster.&lt;/p&gt;
&lt;p&gt;Problems where quantum computing could make a difference:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Drug discovery&lt;/strong&gt;: Simulating how molecules interact&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cryptography&lt;/strong&gt;: Breaking or strengthening encryption&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Optimization&lt;/strong&gt;: Finding the best solution among millions of options&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Materials science&lt;/strong&gt;: Designing new materials at the atomic level&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;What This Does Not Mean&lt;/h2&gt;
&lt;p&gt;It is important to be clear about what this breakthrough does not mean:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Quantum computers are &lt;strong&gt;not replacing&lt;/strong&gt; your laptop or phone&lt;/li&gt;
&lt;li&gt;They are &lt;strong&gt;not breaking encryption&lt;/strong&gt; today (but we should prepare)&lt;/li&gt;
&lt;li&gt;They are &lt;strong&gt;not solving all problems&lt;/strong&gt; faster — only specific types of problems&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Quantum computing is a specialized tool. It will be most useful for scientific research and industrial applications, not everyday computing.&lt;/p&gt;
&lt;h2&gt;The Road Ahead&lt;/h2&gt;
&lt;p&gt;IBM&apos;s milestone is a big step, but there is still a long way to go. The company plans to release even more powerful systems in the coming years. Other companies like Google, Microsoft, and several startups are also making progress.&lt;/p&gt;
&lt;p&gt;For most people, quantum computing will not change daily life anytime soon. But for scientists, researchers, and certain industries, it could be transformative within the next decade.&lt;/p&gt;
</content:encoded></item><item><title>How AI is Changing Jobs and the Economy</title><link>https://jitendra.page/blog/ai-impact-on-jobs/</link><guid isPermaLink="true">https://jitendra.page/blog/ai-impact-on-jobs/</guid><description>AI is changing the job market in big ways. Some jobs are disappearing, new ones are being created, and many are being transformed.</description><pubDate>Fri, 30 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Every time a new technology arrives, people worry about jobs. AI is no different. But the reality of how AI is changing work is more complex than &quot;robots taking our jobs.&quot;&lt;/p&gt;
&lt;h2&gt;Jobs That Are Changing&lt;/h2&gt;
&lt;p&gt;AI is not replacing entire jobs as much as it is changing what people do within those jobs. Here are some examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Writers and editors&lt;/strong&gt;: AI can draft content, but human judgment is still needed for strategy, voice, and accuracy&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Programmers&lt;/strong&gt;: AI coding assistants handle routine code, freeing developers to focus on architecture and problem-solving&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customer service&lt;/strong&gt;: AI handles simple queries, while humans deal with complex or sensitive issues&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data analysts&lt;/strong&gt;: AI automates data cleaning and basic analysis, so analysts can focus on insights and decision-making&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The pattern is clear: AI takes over the repetitive parts of a job, and humans focus on the parts that require creativity, judgment, and empathy.&lt;/p&gt;
&lt;h2&gt;New Jobs Created by AI&lt;/h2&gt;
&lt;p&gt;AI is also creating entirely new types of jobs:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Prompt engineers&lt;/strong&gt;: People who specialize in writing effective instructions for AI systems&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI trainers&lt;/strong&gt;: People who provide feedback to improve AI models&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI safety researchers&lt;/strong&gt;: People who work on making AI systems safe and aligned&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI integration specialists&lt;/strong&gt;: People who help companies adopt AI tools&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;These jobs did not exist five years ago. And there will be more new roles we cannot predict yet.&lt;/p&gt;
&lt;h2&gt;The Economic Impact&lt;/h2&gt;
&lt;p&gt;The economic effects of AI are significant:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Productivity gains&lt;/strong&gt;: Companies using AI report 20-40% productivity improvements in certain tasks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cost reduction&lt;/strong&gt;: AI automation reduces costs for businesses, which can lead to lower prices for consumers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wealth concentration&lt;/strong&gt;: There is a risk that AI benefits flow mostly to large tech companies and their shareholders&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;What Workers Can Do&lt;/h2&gt;
&lt;p&gt;If you are worried about AI affecting your job, here are some practical steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Learn to use AI tools&lt;/strong&gt;: The people who thrive will be those who use AI as a tool, not those who compete against it&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Focus on human skills&lt;/strong&gt;: Creativity, emotional intelligence, leadership, and complex problem-solving are hard for AI to replicate&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stay adaptable&lt;/strong&gt;: The job market is changing fast. Being willing to learn new things is the most important skill&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Build expertise&lt;/strong&gt;: Deep knowledge in a specific area makes you more valuable, because AI works best when guided by experts&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Looking Forward&lt;/h2&gt;
&lt;p&gt;AI will continue to change the job market. Some jobs will disappear, many will transform, and new ones will be created. The transition will not be smooth for everyone, and governments and companies need to invest in training and support.&lt;/p&gt;
&lt;p&gt;The best approach is to see AI as a partner, not a replacement. The future belongs to people who can work effectively with AI to achieve things neither could do alone.&lt;/p&gt;
</content:encoded></item></channel></rss>