• Business
  • Entertainment
  • Health
  • News
  • Sport
  • Tech
  • World
Newsy Today
news of today
Home - apps
Tag:

apps

Tech

I can’t believe how fast Google vibe coded my first Android app

by Chief Editor May 21, 2026
written by Chief Editor

The Vibe-Coding Revolution: Building Apps Without Writing a Single Line of Code

We are entering an era where the barrier between a creative spark and a functional piece of software is disappearing. Thanks to generative AI platforms like Google’s Android Studio Gemini, the “vibe-coding” phenomenon is moving from a tech-world curiosity to a practical reality for the average person.

View this post on Instagram about Android Studio Gemini, Jetpack Compose
From Instagram — related to Android Studio Gemini, Jetpack Compose

You no longer need to spend months learning Python or Java to build a prototype. By simply describing your vision—whether it’s a calorie tracker, a text-based adventure game, or a utility app—AI is now capable of scaffolding, writing, and deploying functional code in minutes.

From Idea to Execution: How AI Simplifies Development

The process is surprisingly streamlined. Modern AI agents don’t just generate text; they act as junior developers. When you prompt an AI to “build a workout tracker,” it doesn’t just write a script—it manages dependencies, structures the UI using frameworks like Jetpack Compose, and creates navigation logic.

From Idea to Execution: How AI Simplifies Development
Google AI Studio interface

However, there is a catch: AI-generated code is often a reflection of your own instructions. If your prompt is vague, the results will be mediocre. If you ask for a “Doom-like game,” you might get a functioning engine, but don’t expect a polished narrative. The current state of “vibe coding” is less about replacing human developers and more about rapid-fire prototyping.

Pro Tip: Don’t try to build the perfect app on the first try. Use AI to build the “bones” of your app, then use iterative prompting to fix bugs and add features one by one. Treat the AI like a pair-programmer, not a magic wand.

The Friction Points: Where AI Still Struggles

While the speed is intoxicating, the “personal software revolution” still has significant hurdles:

Build Android App In Google AI Studio (Beginner Tutorial u0026 NO CODE)
  • Logical Accuracy: AI often hallucinates data sources. As seen in recent tests, an AI calorie counter might incorrectly categorize ingredients or struggle with complex nutritional math.
  • Usage Limits: Most powerful AI development tools are currently gated by daily usage caps. Once you hit that wall, you are either forced to pay or wait until your quota resets.
  • Debugging Complexity: While AI is great at fixing simple syntax errors, it often struggles with deep-seated architectural bugs, leading to apps that crash or perform inconsistently.
Did you know? You can now integrate Gemini APIs directly into your own custom projects, allowing you to build AI-enhanced features—like chatbots or text summarizers—into apps you create yourself.

The Future of “Vibe Coding”

As these tools evolve, the definition of a “software developer” is shifting. We are moving toward a future where technical literacy is defined by your ability to communicate logic clearly to an AI, rather than your ability to memorize syntax. While human developers remain essential for complex, mission-critical infrastructure, the individual creator is gaining unprecedented power to build personal tools that solve niche problems.

The Future of "Vibe Coding"
Google Treat

Frequently Asked Questions (FAQ)

Do I need to know how to code to use Google AI Studio?
No. The platform is designed to allow you to build, test, and prototype apps using natural language prompts without writing complex code.
Are AI-generated apps safe to use?
While the code is generated by AI, it is your responsibility to validate it. Treat AI-generated apps as prototypes; always review the code and test thoroughly before handling sensitive data.
Is there a cost to building apps with AI?
Many platforms offer free tiers for experimentation, but advanced features, higher API limits, and complex model access often require a paid subscription or usage-based pricing.

Have you tried “vibe coding” your own app yet? Share your experience in the comments below, or subscribe to our newsletter for more deep dives into the future of AI development.

May 21, 2026 0 comments
0 FacebookTwitterPinterestEmail
Tech

Samsung Warns Galaxy Users To Delete ‘High Risk Apps

by Chief Editor May 15, 2026
written by Chief Editor

The End of the ‘Wild West’ for Android Apps?

For years, the primary selling point of Android over iOS was the freedom to “sideload”—installing applications from third-party sources outside the official Google Play Store. It was the “Wild West” of mobile computing, offering unparalleled flexibility for power users and developers alike.

View this post on Instagram about Wild West, Android Apps
From Instagram — related to Wild West, Android Apps

However, the tide is turning. With the arrival of Android 17 and Samsung’s One UI 9, we are witnessing a fundamental shift in the mobile security paradigm. The focus has moved from reactive security (scanning an app after it’s installed) to preventative security (blocking high-risk apps before they can execute).

This evolution is a direct response to the rise of sophisticated mobile banking trojans and ” CallPhantom” style scams that target millions of users. By restricting sideloading and requiring developers to be registered before pushing apps to mainstream devices, Google and Samsung are effectively building a “walled garden” similar to Apple’s ecosystem.

Pro Tip: Always check the “Install unknown apps” permission in your settings. If an app you didn’t intentionally download has this permission enabled, it’s a major red flag. Revoke it immediately and run a full system scan.

AI: The New Sentinel of Your Smartphone

The most significant trend emerging from the latest firmware updates is the integration of “live threat detection.” We are moving away from static signature-based antivirus tools toward AI-driven behavioral analysis.

Instead of looking for a known “virus fingerprint,” modern security systems now monitor how an app behaves in real-time. If a simple calculator app suddenly requests access to your SMS messages and starts attempting to communicate with a remote server in an unusual location, the system can kill the process instantly.

This shift toward AI-powered security means that “zero-day” exploits—threats that haven’t been documented yet—can be stopped based on their suspicious activity rather than their identity.

Did you know? The term “Chaebol” refers to the large, family-controlled business conglomerates in South Korea, such as Samsung. These entities often integrate hardware, software, and services across an entire lifestyle ecosystem, which is why security updates like One UI 9 are so critical for millions of interconnected devices.

The Rise of the Verified Developer Economy

We are entering an era where “anonymous” app development is becoming a liability. Google’s new policy forcing developers to register before their apps hit mainstream devices is a game-changer for accountability.

In the past, malicious actors could upload a fake utility app, steal data from thousands of users, and vanish by deleting their account. By implementing stricter registration and verification, the cost of entry for scammers increases, while the trust level for the end-user rises.

This trend will likely extend beyond apps to include AI agents and plugins. As we integrate more LLMs (Large Language Models) into our phones, the “Verified Developer” badge will become the gold standard for trust, ensuring that the AI handling your emails or bank transfers is coming from a vetted source.

The Tension Between Privacy and Protection

This increased surveillance of app behavior raises an inevitable question: where does security end and privacy infringement begin? To detect “suspicious behavior,” the operating system must monitor app activity more closely than ever before.

One UI 9 : Samsung’s New Security Switch (Warning)

The future of mobile OS design will be a balancing act. Users will have to trust that the “sentinel” protecting them from malware isn’t also harvesting their data for advertising or corporate profiling. Here’s why transparent security policies and open-source auditing of security modules will become essential.

For more on how to protect your digital life, check out our guide on essential mobile security tips for 2026.

Frequently Asked Questions

Q: Will I still be able to sideload apps on Android 17?

A: Yes, but it will be significantly more difficult. You will likely encounter more aggressive warnings, and some high-risk apps may be blocked entirely by system-level security policies.

Frequently Asked Questions
Walled Garden

Q: What is One UI 9?

A: One UI 9 is Samsung’s custom user interface built on top of Android 17, specifically designed for Galaxy devices to enhance usability and security.

Q: Why is “live threat detection” better than a standard antivirus?

A: Standard antivirus looks for known threats. Live threat detection looks for suspicious behavior, allowing it to stop new, unknown malware that hasn’t been added to a database yet.

What do you think about the “Walled Garden” approach?

Do you prefer the absolute freedom of open sideloading, or do you value the peace of mind that comes with stricter security? Let us know in the comments below or subscribe to our newsletter for the latest in tech security!

Subscribe for Updates

May 15, 2026 0 comments
0 FacebookTwitterPinterestEmail
Tech

China TV variety show exposes scam linking ‘peace’ sign selfies to privacy risks

by Chief Editor May 10, 2026
written by Chief Editor

The Hidden Cost of a Smile: Is Your Favorite Selfie Pose a Security Risk?

For years, the “peace sign” or “scissor hand” pose has been a global staple of social media culture, especially across Asia. It’s a gesture of friendliness, youth and positivity. However, a startling revelation from cybersecurity experts in China is turning this innocent habit into a potential privacy nightmare.

View this post on Instagram about Your Favorite Selfie Pose, Security Risk
From Instagram — related to Your Favorite Selfie Pose, Security Risk

Recent warnings highlighted on a mainland workplace reality show have exposed a terrifying reality: high-resolution selfies can be used to harvest your fingerprints. By leveraging artificial intelligence (AI) and advanced photo-editing software, criminals can reconstruct biometric data from a simple photograph, effectively “stealing” your identity without you ever knowing.

Did you know? Experts suggest that fingerprints can be extracted from selfies taken within 1.5 meters if the fingers face the camera directly. Even at a distance of up to 3 meters, roughly half of the hand’s biometric details can still be recovered.

The AI Evolution: From Photo Enhancement to Biometric Theft

The core of the problem lies in the rapid evolution of AI-driven image reconstruction. In the past, a photo would need to be an extreme close-up to reveal the ridges of a fingerprint. Today, cryptography professors, including Jing Jiwu from the University of Chinese Academy of Sciences, warn that high-quality cameras combined with AI can fill in the gaps.

This isn’t just theoretical. We are seeing a rise in “visual hacking,” where public data is weaponized. This trend aligns with the broader surge in AI-driven fraud, such as the deepfake scams recently reported in Baotou, China, where AI-generated likenesses were used to deceive victims. When you combine a stolen fingerprint with a deepfake voice or face, the potential for bypassing biometric security systems—like those used in banking or smartphone unlocking—becomes a frightening reality.

The “Resolution Trap”

As smartphone manufacturers race to include 108MP or 200MP sensors, they are inadvertently creating a goldmine for bad actors. Higher resolution means more data points per pixel, making it easier for AI to map the unique whorls and loops of a human fingerprint from a distance.

The "Resolution Trap"
China Resolution Trap

Future Trends: The Era of Biometric Obfuscation

As we move forward, the relationship between our physical bodies and our digital identities will undergo a radical shift. We are likely to see several emerging trends in response to these vulnerabilities:

  • Biometric Noise and Masking: Just as some users blur their faces for privacy, we may see the rise of “biometric noise” filters. These AI tools would subtly alter the ridges of fingers or the patterns of an iris in a photo—invisible to the human eye but impossible for a machine to reconstruct.
  • The Shift to Multi-Modal Authentication: Relying on a single biometric (like a fingerprint) is becoming a liability. The industry will likely pivot toward “multi-modal” security, requiring a combination of behavioral biometrics (how you type or walk) and physical biometrics.
  • Legal Frameworks for Biometric Ownership: We can expect a surge in legislation regarding “biometric theft.” If a photo posted on a public forum is used to steal a fingerprint, who is liable? The platform, the user, or the hacker?
Pro Tip: To protect your biometric data, avoid taking high-resolution photos with your palms or fingertips facing the lens. If you are sharing photos of your hands in a professional or public context, consider using a slight blur filter on the fingertips.

Beyond the Fingerprint: What Else Are We Exposing?

The “peace sign” scare is a wake-up call for a larger issue: the over-sharing of biometric markers. From the unique geometry of our ears to the patterns in our retinas, our photos are essentially digital blueprints of our bodies.

Industry experts suggest that the next frontier of identity theft won’t be passwords or credit card numbers, but “biological keys.” As we integrate more biometric locks into our homes and cars, the incentive for criminals to harvest this data from social media will only grow.

For more on how global tech hubs are handling these risks, you can explore the technological landscape of China or research the latest guidelines on deepfake prevention from international cybersecurity agencies.

Frequently Asked Questions

Q: Is every selfie with a peace sign dangerous?
A: Not necessarily. The risk is highest with high-resolution photos taken from a close distance (under 3 meters) where the fingers are clearly visible and facing the camera.

Q: Can a hacker really unlock my phone with a photo?
A: While most modern phones use 3D mapping or ultrasonic sensors that are harder to fool, the reconstructed data could potentially be used to create a physical “spoof” (a synthetic fingerprint) to bypass simpler biometric scanners.

Q: How can I check if my biometric data has been compromised?
A: Unlike a password, you cannot “change” your fingerprint. The best defense is prevention—limiting the high-res biometric data you post publicly and using two-factor authentication (2FA) that doesn’t rely solely on biometrics.

Join the Conversation

Are you changing the way you take selfies, or do you think this is an overreaction to the power of AI? Let us know in the comments below!

Want more insights on digital privacy? Subscribe to our Privacy Watch newsletter.

May 10, 2026 0 comments
0 FacebookTwitterPinterestEmail
Business

X is going to let Grok curate your timeline

by Chief Editor April 22, 2026
written by Chief Editor

The Era of AI-Curated Feeds: How Grok is Redefining the Timeline

The way we consume information on social media is shifting from broad algorithmic suggestions to hyper-personalized, AI-driven curation. X is leading this transition by putting its AI chatbot, Grok, in charge of the user experience through the introduction of Custom Timelines.

View this post on Instagram about Grok, Custom Timelines
From Instagram — related to Grok, Custom Timelines

Rather than relying on a generic “For You” tab, users can now pin specific topics directly to their home tab. This feature, announced by X product head Nikita Bier, leverages Grok’s ability to understand every individual post to create a feed tailored to the user’s specific interests.

Did you know? Custom Timelines currently support over 75 different topics, allowing users to dive deep into niche interests with AI-powered precision.

From Generic Algorithms to Semantic Understanding

Traditional social media algorithms often rely on basic engagement metrics—likes, shares, and clicks. However, the latest Grok-powered system combines the platform’s personalization with a deeper semantic understanding of content.

According to Bier, the system works most effectively when users engage with topics they already enjoy, as Grok interprets the signal of every post to refine the curation. This represents a move toward “intelligent” feeds that understand the context of a conversation rather than just the keywords.

Currently, early access is available for Premium subscribers on iOS, with Android users expected to receive the update “very soon.”

The Death of the Public Forum? The Shift Toward ‘Dark Social’

While X is doubling down on AI curation, it is simultaneously moving away from traditional community structures. The platform is deprecating X Communities (formerly Communities) on May 6th due to declining usage.

The Death of the Public Forum? The Shift Toward 'Dark Social'
Communities Threads Mastodon

This move signals a broader trend in social media: the migration from public, topic-based forums to private, encrypted, or semi-private communication channels. X is actively encouraging users to migrate their communities to group chats within XChat, the platform’s messaging service.

Pro Tip: If you manage a community on X, start transitioning your core members to XChat group conversations now to maintain your network before the May 6th deprecation.

A Divergence in Platform Strategy

X’s decision to pivot away from community feeds stands in stark contrast to other major players. Platforms like Threads and Mastodon continue to embrace and expand community-focused feeds.

I Let GROK AI Control My Fortnite Game!

This divergence creates two distinct paths for the future of social networking: one focused on AI-curated individual consumption (X) and another focused on human-centric, community-driven discovery (Threads/Mastodon). You can read more about these social media evolution trends on our site.

The High Cost of AI Autonomy: Safety and Regulation

Integrating an AI like Grok into the core of the user experience brings significant risks. The push for “unfiltered” AI has already led to severe legal and regulatory challenges for xAI and Elon Musk.

Earlier this year, Grok’s image generation tool drew global condemnation from lawmakers after it was found to produce explicit images, including those of minors. This has resulted in lawsuits from teenagers who accuse xAI of launching a “spicy” image mode despite knowing it could produce AI-generated child sexual abuse material.

As AI takes more control over what users see and create, the tension between AI freedom and safety will likely become the primary battleground for social media regulation.

Frequently Asked Questions

What are X Custom Timelines?
Custom Timelines allow users to pin specific topics to their home tab, using Grok AI to curate a personalized feed based on those topics.

Frequently Asked Questions
Grok Custom Timelines Custom

Who has access to Grok-powered timelines?
Early access is currently available for Premium subscribers on iOS, with Android support coming soon.

What is happening to X Communities?
X Communities are being deprecated on May 6th due to declining usage. Users are encouraged to move to XChat group chats.

How many topics are supported in Custom Timelines?
The feature currently supports over 75 different topics.

Join the Conversation

Do you prefer AI-curated feeds or human-led communities? Are you moving your groups to XChat?

Share your thoughts in the comments below or subscribe to our newsletter for the latest in AI and tech trends!

April 22, 2026 0 comments
0 FacebookTwitterPinterestEmail
Business

Bluesky leans into AI with Attie, an app for building custom feeds

by Chief Editor March 29, 2026
written by Chief Editor

Bluesky’s Attie: The Dawn of AI-Powered Social Customization

Bluesky, the decentralized social network, is taking a bold step beyond conventional platforms with Attie, a new AI assistant designed to empower users to build their own custom social experiences. This isn’t simply another feature within the Bluesky app; it’s a standalone product poised to redefine how we interact with social media, moving away from algorithmically-dictated feeds towards user-defined curation.

From Algorithm to Agency: How Attie Works

Attie leverages Anthropic’s Claude AI model, allowing users to create personalized feeds through natural language commands. Instead of passively accepting what an algorithm presents, users can actively shape their experience. As Toni Schneider, Bluesky’s interim CEO, explains, Attie allows users to “control it, you shape it, without having to write code or know how to set up these feeds.” This accessibility is key to unlocking a new wave of creativity within the Bluesky ecosystem.

The app integrates with the Atmosphere protocol (atproto), meaning it understands user preferences and interactions across the wider network. This open system allows Attie to learn what users like and dislike, providing more relevant and personalized suggestions.

The Vision: Beyond Custom Feeds

Bluesky’s ambitions for Attie extend far beyond simply curating existing content. The long-term vision is to enable users to “vibe-code” their own social apps and tools. So anyone, regardless of technical skill, could potentially build and deploy their own social experiences on the Atmosphere protocol.

This approach represents a fundamental shift in power dynamics within social media. Currently, major platforms control the algorithms and dictate user experiences. Attie aims to democratize this process, putting control back into the hands of individuals.

Jay Graber’s Return to Building and the $100 Million Boost

The development of Attie coincides with a shift in leadership at Bluesky. Former CEO Jay Graber, now Chief Innovation Officer, returned to focusing on product development, recognizing the potential of AI to empower users. This transition was supported by a recent $100 million funding round, providing Bluesky with “three-plus years of runway” and ensuring the stability of the ecosystem.

Graber believes that AI should “serve people, not platforms,” contrasting this with the current practices of major social networks that prioritize engagement and data harvesting. Attie is designed to embody this philosophy, offering a user-centric approach to AI-powered social interaction.

Decentralization and the Future of Monetization

Bluesky’s commitment to decentralization extends to its monetization strategy. While the company hasn’t ruled out potential fees for Attie, they are exploring alternative models such as subscriptions and hosting services for communities built on the protocol. Schneider draws parallels to WordPress, envisioning a similar ecosystem where independent developers and creators can thrive.

Notably, Bluesky is steering clear of crypto integration, despite receiving investment from crypto-focused firms. The investors were attracted to the decentralized nature of the platform, not necessarily the technology itself. This decision aims to alleviate concerns about scams and unwanted financialization within the Bluesky ecosystem.

The Atmosphere Protocol: A Foundation for Innovation

Attie is built on the Atmosphere protocol, an open and decentralized standard for social networking. This protocol allows different apps and services to interoperate seamlessly, fostering a more open and collaborative environment. The goal is to create an ecosystem where innovation can flourish, with developers building on top of a shared foundation.

Frequently Asked Questions

What is Attie? Attie is an AI assistant developed by Bluesky that allows users to create custom social media feeds using natural language commands.

How does Attie differ from the Bluesky app? Attie is a standalone product, separate from the Bluesky app, built by Jay Graber’s team.

What is the Atmosphere protocol? The Atmosphere protocol (atproto) is an open and decentralized standard for social networking that allows different apps to interoperate.

Will Bluesky integrate with cryptocurrency? No, Bluesky has stated It’s not planning any cryptocurrency integration.

What are Bluesky’s plans for monetization? Bluesky is exploring options such as subscriptions and hosting services, but has not yet decided on a final monetization strategy.

Did you know? Bluesky currently has 43.4 million users.

Pro Tip: Keep an eye on the Bluesky developer documentation to learn how you can start building on the Atmosphere protocol.

Want to learn more about the future of decentralized social media? Explore our other articles on the topic. Don’t forget to subscribe to our newsletter for the latest updates and insights!

March 29, 2026 0 comments
0 FacebookTwitterPinterestEmail
Business

Man follows Apple AirTag to track stolen luggage and is stunned when he finds culprit

by Chief Editor March 25, 2026
written by Chief Editor

The Rise of Personal Tracking: From Lost Luggage to Everyday Security

Daniel Scott’s recent experience at LAX – tracking his stolen luggage directly to the thieves using an Apple AirTag – isn’t an isolated incident. It’s a sign of a growing trend: individuals taking control of their personal security and asset tracking through readily available technology. What started as a way to locate misplaced keys is rapidly evolving into a powerful tool for preventing and resolving theft, and its implications are far-reaching.

AirTags and Beyond: The Expanding World of Trackers

Apple’s AirTag has undeniably popularized personal tracking, but it’s not the only player in the game. Numerous companies now offer similar devices, each with its own features and price point. These trackers utilize a combination of Bluetooth, GPS, and crowdsourced networks to pinpoint the location of tagged items. While initially focused on consumer goods like wallets and keys, the applications are expanding rapidly.

From Baggage Blunders to Vehicle Security

The story of Daniel Scott highlights a significant pain point for travelers: lost or stolen luggage. Baggage handling errors, unfortunately, remain common, as demonstrated by the initial misdirection at LAX. AirTags provide a layer of security airlines often can’t. But the use cases extend beyond travel. People are now discreetly placing trackers in vehicles, potentially deterring theft and aiding recovery if a vehicle is stolen. The ability to monitor movement in real-time offers peace of mind and a significant advantage in recovery efforts.

The Police Perspective: Aiding Investigations

Law enforcement agencies are increasingly acknowledging the value of these tracking devices. In Scott’s case, the AirTag led police directly to a building where the thieves were apprehended and his belongings recovered. While police generally advise against confronting suspects directly, the precise location data provided by trackers significantly speeds up investigations and increases the likelihood of successful recovery. The ability to provide concrete evidence of a crime’s location is invaluable.

Privacy Concerns and the Future of Tracking

The proliferation of tracking devices isn’t without its concerns. Privacy advocates have raised legitimate questions about the potential for misuse, such as stalking or unauthorized tracking of individuals. Apple has implemented features to mitigate these risks, such as alerts for unknown AirTags traveling with a person, but ongoing vigilance and responsible use are crucial. Future developments will likely focus on enhancing privacy protections while maintaining the benefits of tracking technology.

Beyond Personal Belongings: Tracking Pets and More

The applications aren’t limited to possessions. Pet owners are increasingly using trackers attached to collars to locate lost animals. The peace of mind this provides is significant. The technology is finding its way into asset management for businesses, tracking valuable equipment and inventory. The possibilities are truly endless.

The Cost of Peace of Mind

The affordability of these devices – AirTags retail for around £30 – makes them accessible to a wide range of consumers. This low barrier to entry is driving adoption and fueling innovation in the tracking space. As the technology matures, One can expect to observe even more sophisticated features and lower price points.

Frequently Asked Questions

Q: Are AirTags accurate?
A: AirTags rely on a network of Apple devices to relay location data. Accuracy varies depending on the density of Apple devices in the area, but they are generally quite reliable, especially in urban environments.

Q: Can someone track me with an AirTag without my knowledge?
A: Apple has implemented features to alert iPhone users if an unknown AirTag is traveling with them. However, Android users may need to download a dedicated app to scan for nearby AirTags.

Q: What is the range of an AirTag?
A: AirTags use Bluetooth, which has a range of approximately 30-100 feet. Beyond that range, they rely on the Apple Find My network.

Q: Are there alternatives to AirTags?
A: Yes, Tile, Samsung SmartTag, and other companies offer similar tracking devices.

Q: Is it legal to track my belongings with a tracker?
A: Generally, yes, but it’s important to be aware of local laws regarding tracking and privacy. Avoid using trackers to track individuals without their consent.

Pro Tip: Consider purchasing a waterproof case for your AirTag if you plan to attach it to items that may be exposed to moisture.

What are your experiences with personal tracking devices? Share your thoughts in the comments below!

March 25, 2026 0 comments
0 FacebookTwitterPinterestEmail
Tech

Halide co-founder is suing Sebastiaan de With for taking code to Apple

by Chief Editor March 21, 2026
written by Chief Editor

Apple’s Pursuit of Pro Camera Software: A Halide Saga

The tech world recently buzzed with news of Sebastiaan de With, co-founder of Lux Optics (the creators of the popular iPhone photography app Halide), joining Apple’s design team. However, the story has taken a dramatic turn, revealing Apple’s earlier attempts to acquire Lux and a subsequent lawsuit alleging financial misconduct and theft of source code.

Apple’s Interest in Halide: Beyond a Simple Hire

Apple’s interest in Halide wasn’t a sudden development. Reports indicate the company considered acquiring Lux Optics last summer, signaling a desire to significantly enhance the camera capabilities of the iPhone. Halide gained a dedicated following due to its pro-level controls, offering iPhone users a level of manual control previously unavailable. This suggests Apple recognizes a growing demand for more sophisticated mobile photography tools.

When a full acquisition didn’t materialize, Apple hired de With. Initially, this was seen as a straightforward talent acquisition. However, a lawsuit filed by co-founder Ben Sandofsky paints a different picture, alleging de With was terminated for financial improprieties and that he took confidential Lux source code with him to Apple.

The Lawsuit: Allegations of Misconduct and Intellectual Property Theft

The lawsuit, filed in the California Superior Court of Santa Cruz, accuses de With of misusing over $150,000 in corporate funds for personal expenses. More seriously, it alleges he took Lux’s source code and confidential materials upon joining Apple. These accusations are significant, potentially impacting Apple’s future camera software development.

De With’s attorney has denied the claims, suggesting the lawsuit is an attempt to leverage Apple’s involvement and gain attention. The outcome of this legal battle will undoubtedly have ramifications for all parties involved.

What Does This Signify for the Future of iPhone Photography?

Apple’s pursuit of Halide, whether through acquisition or key personnel hires, points to a clear strategy: to elevate the iPhone’s camera experience, particularly for professional and enthusiast photographers. The iPhone 18 Pro is already rumored to feature enhanced camera software, potentially benefiting from the expertise gained through de With’s hire.

This situation highlights a broader trend in the tech industry – the acquisition of smaller, innovative companies by larger corporations to integrate cutting-edge technology. Apple’s interest in Halide isn’t just about the app itself; it’s about the underlying technology and the expertise of its developers.

Did you know? Apple has a history of acquiring companies for their technology rather than their products. This allows them to seamlessly integrate new features into their existing ecosystem.

The Rise of Computational Photography and Pro-Level Mobile Tools

The demand for advanced mobile photography features is driven by the increasing sophistication of computational photography. Techniques like HDR, night mode, and portrait mode rely heavily on software algorithms to enhance image quality. Apps like Halide demonstrate that users are eager for more control over these processes.

The success of Halide demonstrates a market for users who desire more than just point-and-shoot simplicity. They want the ability to fine-tune settings, control focus, and manipulate images in ways that were previously only possible with dedicated cameras.

Pro Tip: Explore third-party camera apps like Halide to unlock the full potential of your iPhone’s camera. These apps often offer features and controls not found in the native Camera app.

FAQ

Q: Did Apple buy Halide?
A: No, Apple did not acquire Lux Optics, the company behind Halide. They considered it, but talks fell through.

Q: What are the allegations against Sebastiaan de With?
A: He is accused of misusing corporate funds and taking source code with him when he joined Apple.

Q: Will the iPhone 18 Pro have improved camera software?
A: Reports suggest the iPhone 18 Pro may come with pro-level software, potentially influenced by Apple’s interest in Halide.

Q: What is computational photography?
A: Computational photography uses software algorithms to enhance image quality and create effects that are difficult or impossible to achieve with traditional photography methods.

Want to learn more about the latest advancements in mobile photography? Explore our other articles on the topic. Share your thoughts in the comments below!

March 21, 2026 0 comments
0 FacebookTwitterPinterestEmail
Business

I Tried DoorDash’s Tasks App and Saw the Bleak Future of AI Gig Work

by Chief Editor March 21, 2026
written by Chief Editor

The Rise of the “Human-in-the-Loop” AI: How DoorDash is Pioneering a New Gig Economy

Forget food delivery. DoorDash is venturing into a surprisingly intimate space: your everyday life. The company’s new “Tasks” app isn’t about getting dinner to your door; it’s about capturing the nuances of human behavior to train artificial intelligence and robotics. This marks a significant shift, turning everyday actions – washing dishes, folding laundry, even speaking – into data points for the next generation of AI.

From Deliveries to Data Collection: The Evolution of the Dasher Role

For years, DoorDash “Dashers” have navigated streets and delivered meals. Now, they’re being asked to navigate a different kind of challenge: performing tasks whereas being recorded. The core idea is simple: AI learns by observing. And what better way to teach a robot to fold laundry than to watch a human do it, repeatedly? The app pays couriers to complete assignments like filming everyday tasks or recording themselves speaking in another language.

This isn’t unique to DoorDash. Uber is also exploring similar avenues, allowing drivers to earn extra income by contributing to AI training datasets. Yet, DoorDash’s dedicated “Tasks” app signals a deeper commitment to this emerging market.

What Kind of Tasks Are We Talking About?

The range of tasks available through the app is surprisingly broad. Currently, they fall into five main categories: household chores, handiwork projects, cooking food, location navigation, and foreign language conversations. Specific examples include making a bed, changing a lightbulb, frying an egg, exploring a museum, and engaging in “natural conversations” in languages like Russian and Mandarin Chinese.

The initial onboarding process is straightforward – filming yourself moving objects across a table. Rewards aren’t always monetary; in some cases, DoorDash provides equipment, like a body-mount for a smartphone camera, to facilitate task completion.

The AI Training Pipeline: From Your Living Room to Real-World Applications

The data collected through Tasks isn’t just for DoorDash’s internal employ. It’s being shared with partners across various sectors, including retail, insurance, hospitality, and technology. This data helps AI and robotic systems understand the physical world. For example, footage of hands washing dishes can improve computer vision algorithms, enabling robots to perform similar tasks with greater accuracy.

The potential applications are vast. Improved AI could lead to more efficient warehouse automation, more realistic virtual assistants, and even more capable humanoid robots. The ability to accurately interpret and replicate human actions is a critical step towards creating truly intelligent machines.

Geographic Limitations and Early Access

Currently, access to the Tasks app is limited. Residents of California, New York City, Seattle, and Colorado are explicitly blocked from using the service. However, the app is available in other locations, as demonstrated by a user in Kansas who was able to participate.

The Ethical Considerations: Are We Selling Our Skills for Pennies?

The emergence of these “human-in-the-loop” AI platforms raises important ethical questions. Some, like commenters on the App Store, express concern that Dashers are essentially training their own replacements, contributing to a future where robots automate jobs currently held by humans. The value exchange – time and effort for a small payment – is also being scrutinized.

Privacy is another key concern. While DoorDash emphasizes that content is shared securely and with explicit consent, the long-term implications of collecting and analyzing this type of personal data remain to be seen.

Did you know?

Since 2024, Dashers have already completed over 2 million tasks through the DoorDash platform, demonstrating the growing demand for this type of data.

FAQ

What is the DoorDash Tasks app?
It’s a standalone app that pays DoorDash Dashers to complete small tasks, like filming everyday activities, to help train AI and robotic systems.

What types of tasks are available?
Tasks include household chores, handiwork projects, cooking, location navigation, and foreign language conversations.

Is the Tasks app available everywhere?
No, access is currently limited. Residents of California, New York City, Seattle, and Colorado are blocked from using the app.

Who is using the data collected through Tasks?
DoorDash shares the data with partners in retail, insurance, hospitality, and technology to improve their AI models.

Pro Tip:

If you’re considering using the Tasks app, carefully review the terms and conditions to understand how your data will be used and protected.

The DoorDash Tasks app represents a fascinating, and potentially disruptive, trend. It’s a glimpse into a future where the gig economy extends beyond traditional services and into the realm of AI development. As AI continues to evolve, the demand for high-quality training data will only increase, potentially creating new opportunities – and new challenges – for workers around the world.

Want to learn more about the future of work and AI? Explore our articles on automation and its impact on the job market and the ethical considerations of artificial intelligence.

March 21, 2026 0 comments
0 FacebookTwitterPinterestEmail
Tech

OpenAI Superapp: ChatGPT, Codex & Atlas to Merge

by Chief Editor March 20, 2026
written by Chief Editor

OpenAI Consolidates Apps: A Sign of the “Superapp” Future?

OpenAI is streamlining its product offerings, merging ChatGPT, Codex, and Atlas into a single desktop application. This move, announced by CEO of Applications Fidji Simo, signals a broader industry trend towards “superapps” – all-in-one platforms aiming to become central hubs for users’ digital lives. The decision comes as OpenAI prepares for a potential IPO later this year, and focuses on boosting productivity and simplifying the user experience.

The Rise of the AI Superapp

For years, tech companies have dreamed of creating a single app to rule them all. The concept, popularized in Asia with apps like WeChat, involves integrating a wide range of services – messaging, social media, payments, and more – into one convenient package. OpenAI’s move suggests that artificial intelligence could be the key to unlocking the superapp potential in Western markets.

“Fragmentation has been slowing us down and making it harder to hit the quality bar we want,” Simo explained in a memo reported by the Wall Street Journal. By consolidating its tools, OpenAI aims to improve efficiency and deliver a more cohesive experience for its users. This is particularly important as the company seeks to convert its massive user base – over 900 million weekly active users of ChatGPT – into “high-compute users,” driving revenue and justifying its valuation.

Codex, Atlas, and ChatGPT: A Synergistic Combination

Each of the apps being integrated brings unique capabilities to the table. ChatGPT, the widely popular conversational AI, provides the core intelligence. Codex, an AI coding tool, caters to developers. Atlas, OpenAI’s AI-powered browser, offers a new way to navigate and interact with information. Combining these functionalities within a single application creates a powerful suite of tools for a wide range of users.

According to Simo, OpenAI is “doubling down” on these integrated offerings, recognizing their potential for growth. This strategic shift reflects a broader industry trend, with companies like Google and Anthropic also vying for dominance in the enterprise AI space.

What This Means for the Future of Function

The consolidation of these tools isn’t just about convenience; it’s about fundamentally changing how people work. Imagine a developer using Codex to generate code, then seamlessly testing and debugging it within the same environment, powered by ChatGPT’s insights. Or a researcher using Atlas to quickly synthesize information, then leveraging ChatGPT to summarize key findings.

OpenAI’s focus on “high-productivity utilize cases” underscores this ambition. The company is actively seeking to transform ChatGPT from a novelty chatbot into an indispensable tool for professionals across various industries. This aligns with CEO Fidji Simo’s vision of making ChatGPT “indispensable and lucrative.”

Pro Tip: Explore how AI-powered tools can automate repetitive tasks in your workflow. Even small improvements in efficiency can lead to significant gains over time.

Mobile vs. Desktop: A Strategic Distinction

Notably, OpenAI’s consolidation efforts are focused on the desktop version of its applications. The mobile version of ChatGPT will remain unchanged. This suggests that OpenAI views the desktop environment as the primary platform for power users and complex workflows, even as the mobile app will continue to serve as a more casual and accessible entry point.

FAQ

Q: Will this change affect existing ChatGPT users?

A: The mobile version of ChatGPT will not be affected. Desktop users will see the integration of Codex and Atlas into a single application.

Q: What is a “superapp”?

A: A superapp is a single mobile application that offers a variety of services, such as messaging, social networking, payments, and more.

Q: Is OpenAI still focused on AI research?

A: Yes. Sam Altman continues to lead OpenAI’s research efforts, while Fidji Simo focuses on applications and product development.

Did you know? OpenAI’s IPO could debut as soon as the fourth quarter of 2026, according to sources familiar with the matter.

Reader Question: How will this impact the cost of using OpenAI’s services?

While OpenAI hasn’t announced any changes to its pricing structure, the focus on enterprise adoption suggests that premium features and subscription models may become more prominent.

Want to learn more about the latest developments in AI? Subscribe to our newsletter for exclusive insights and analysis.

March 20, 2026 0 comments
0 FacebookTwitterPinterestEmail
Tech

Meta Confirms Major Privacy Change on Instagram—What Users Can Do

by Chief Editor March 18, 2026
written by Chief Editor

Instagram DMs Are Losing Encryption: What It Means for Your Privacy

Meta has announced a significant shift in Instagram’s privacy landscape: end-to-end encrypted (E2EE) messaging will be discontinued after May 8, 2026. This decision impacts direct messages and calls that currently benefit from encryption, shielding user communications from access by third parties – including Meta itself.

Why Is Instagram Dropping Encryption?

According to a Meta spokesperson, the move stems from low user adoption. “Very few people were opting in to end-to-end encrypted messaging in DMs, so we’re removing this option from Instagram in the coming months,” the company stated. Meta suggests users seeking encrypted messaging can utilize WhatsApp, another platform under its ownership.

The Implications of Losing E2EE

End-to-end encryption ensures that only the sender and recipient can read messages, safeguarding content during transmission. With its removal, Instagram DMs will no longer have this layer of protection. This means Meta will have access to the content of direct messages, raising concerns about data privacy.

The decision arrives amidst ongoing debates about the balance between privacy and safety. While encryption protects user data from unauthorized access, some argue it can hinder the detection of harmful activities, such as child exploitation. TikTok recently stated it does not plan to introduce E2EE for similar reasons.

What Does This Signify for Instagram Users?

Users currently engaged in encrypted conversations will receive in-app notifications with instructions on how to download their data before the May 2026 deadline. Some users may require to update the Instagram app to access these download tools.

This change impacts how sensitive information is shared on the platform. Users who previously relied on Instagram’s encryption for confidential conversations will need to consider alternative, more secure messaging options.

The Broader Trend: Encryption in Messaging Apps

Instagram’s move contrasts with the broader trend toward increased encryption in messaging apps. WhatsApp has offered end-to-end encryption since 2016, and Meta initially envisioned a similar privacy-focused future for Messenger and Instagram. However, internal concerns about hindering the detection of illegal activities reportedly led to delays and, this reversal for Instagram.

The decision highlights the complex challenges tech companies face when balancing user privacy with safety and law enforcement needs. It also raises questions about the future of encryption in social media and the extent to which platforms will prioritize user privacy versus data access.

What People Are Saying

Online reactions to the announcement have been largely negative. On Reddit’s cybersecurity forum, commentators expressed concerns about data security and the potential for misuse of personal information. One user questioned, “Wow, so in a world where we are worried about ‘the children,’ we are making apps less safe for everyone?” Another stated, “Always abandon it up to Facebook/Meta to push the bar lower when it comes to selling people’s data, or when comes to respecting the privacy of people.”

Future Outlook: Privacy in Social Media

The removal of E2EE from Instagram DMs signals a potential shift in how social media platforms approach user privacy. While WhatsApp remains a haven for encrypted messaging within the Meta ecosystem, the future of encryption on other platforms remains uncertain. Users may increasingly seek out alternative messaging apps that prioritize privacy and offer robust encryption features.

The debate surrounding encryption is likely to continue, with ongoing discussions about the appropriate balance between privacy, safety, and law enforcement access. This situation underscores the importance of users being aware of the privacy implications of their chosen messaging platforms and taking steps to protect their sensitive information.

FAQ

What is end-to-end encryption? It’s a security method that ensures only the sender and recipient can read messages, preventing anyone else – including the platform provider – from accessing the content.

When will Instagram stop supporting encrypted DMs? End-to-end encrypted messaging will no longer be supported after May 8, 2026.

What should I do if I have encrypted chats on Instagram? You should download your encrypted conversations before the May 2026 deadline using the in-app tools provided by Instagram.

Will WhatsApp still offer encrypted messaging? Yes, WhatsApp will continue to offer end-to-end encrypted messaging.

Does this affect all Instagram DMs? No, this only affects DMs that were previously using end-to-end encryption. Most Instagram DMs were not encrypted.

March 18, 2026 0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Recent Posts

  • Indonesia’s Anti-Illegal Fishing Drive Saves $895 Million

    June 5, 2026
  • Cocaine Smuggler Jailed After Airport Body Scan Discovery

    June 5, 2026
  • 007: First Light Review – A Bond Worth Reading?

    June 5, 2026
  • James Handy, Top Gun: Maverick Actor, Dies at 70 Following Stabbing

    June 5, 2026
  • NBA Honors Jalen Brunson Milestone Ahead of Finals Game 2

    June 5, 2026

Popular Posts

  • 1

    Maya Jama flaunts her taut midriff in a white crop top and denim jeans during holiday as she shares New York pub crawl story

    April 5, 2025
  • 2

    Saar-Unternehmen hoffen auf tiefgreifende Reformen

    March 26, 2025
  • 3

    Marta Daddato: vita e racconti tra YouTube e podcast

    April 7, 2025
  • 4

    Unlocking Success: Why the FPÖ Could Outperform Projections and Transform Austria’s Political Landscape

    April 26, 2025
  • 5

    Mecimapro Apologizes for DAY6 Concert Chaos: Understanding the Controversy

    May 6, 2025

Follow Me

Follow Me
  • Cookie Policy
  • CORRECTIONS POLICY
  • PRIVACY POLICY
  • TERMS OF SERVICE

Hosted by Byohosting – Most Recommended Web Hosting – for complains, abuse, advertising contact: o f f i c e @byohosting.com


Back To Top
Newsy Today
  • Business
  • Entertainment
  • Health
  • News
  • Sport
  • Tech
  • World