SShortSingh.
0
ProgrammingDEV Community ·

Weekly cache expiry was behind recurring CI timeouts, not random flakiness

A development team repeatedly saw a CI linter job fail with a timeout error, only for it to pass when re-run, leading them to dismiss it as flaky behavior. Investigation revealed the job took 311 seconds against a 300-second budget — but only when the cache was cold after its seven-day expiry cycle. The second run passed quickly because it benefited from a freshly populated cache, masking the real problem rather than resolving it. This meant the build was silently failing once a week, every week, with the surrounding warm-cache days hiding the pattern. The fix was straightforward: raising the timeout limit from 5 to 15 minutes, with a comment documenting the root cause to prevent future teams from rediscovering the issue.

0
ProgrammingDEV Community ·

Why AI Systems Must Track Community and Third-Party Data Signals

Community and third-party signals — such as user discussions, specialist forums, and external feedback — are increasingly shaping what AI systems present to users, raising concerns about data provenance and governance. Unlike first-party content, organizations have little control over how they are discussed externally, yet those discussions can influence AI-generated outputs. Governance teams are being urged to document the origin, context, permissions, and traceability of signals that inform AI results. For publishers and brands, the issue carries commercial weight, as source attribution and content licensing become more consequential in an AI-driven information landscape. Experts note that visible citations alone are insufficient — organizations need a fuller view of the information lifecycle to explain, audit, or correct AI-assisted outputs.

0
ProgrammingDEV Community ·

How to Decouple CRM Device Tracking from MDM Platforms Using NestJS

Enterprise tools often need to track device assignments across employees, but integrating a Mobile Device Management (MDM) platform like Fleet, Intune, or Jamf can create risky architectural dependencies. A DEV Community article outlines how one team built an MDM-agnostic device management module using NestJS, MongoDB, and TanStack Start to avoid tight coupling between their CRM and any specific MDM vendor. The core principle involves drawing a hard boundary between business state, owned by the CRM, and technical state, owned by the MDM, with the backend serving as a translation layer. Key data models include a generic Device record with a decoupled provider ID, a DeviceAssignment ledger tracking historical ownership, and a DeviceAction log for administrative operations. This approach ensures that switching MDM providers requires only a provider migration rather than a full application rewrite.

0
ProgrammingDEV Community ·

PrimeIntellect Open-Sources Prime Agent, a Self-Improving AI Coding Framework

PrimeIntellect-ai has released Prime Agent, an open-source framework built around Recursive Language Models (RLM) designed to handle long-running autonomous coding tasks. Unlike standard AI chat tools, it operates within a persistent Python REPL environment, allowing agents to retain state, variables, and subagent outputs across extended sessions. The framework introduces a Continual Harness that saves memories and skill definitions as local files, enabling the agent to learn from past executions without retraining. Developers can trigger self-improvement via a '/refine' command, which analyzes recent task trajectories and updates a local skill library. Prime Agent supports major AI providers including Anthropic Claude, OpenAI, and GitHub Copilot, and is accessible via a command-line interface.

0
SpaceNASA ·

NASA Data Guides Commercial Plans to Mine Resources on the Moon

Lunar Station Corp. is leveraging NASA data to identify and map valuable resources on the Moon, including water, iron, and titanium. These materials are considered essential for sustaining long-term human presence and operations in lunar environments. The location of these resources will directly determine where future missions land and how mining operations are conducted. Extracting and processing lunar resources will require specialized equipment tailored to the harsh conditions of the Moon's surface. The collaboration reflects a growing push to make commercial lunar resource utilization a practical reality.

0
IndiaNDTV ·

White House Press Secretary Karoline Leavitt to Step Down End of Month

White House Press Secretary Karoline Leavitt is set to leave her position by the end of the month, President Donald Trump announced on Wednesday. Trump praised Leavitt as one of his most trusted aides in his announcement. Leavitt has served as the face of White House communications during the Trump administration. No immediate details were provided regarding her successor or her next plans.

0
ProgrammingDEV Community ·

Google Search Console's Platform Properties Falls Short of AI Citation Tracking

Google has introduced Platform Properties in Search Console, allowing creators to connect social accounts from Instagram, TikTok, X, and YouTube to monitor content performance across Google Search, Discover, and News. The feature reports standard metrics such as clicks, impressions, and queries for content on those connected platforms. However, it does not track how user-generated content is cited or used within Google's AI-generated answers, leaving a significant gap for organizations concerned with content provenance. Platforms like Reddit and LinkedIn are not included in the supported list, further limiting its scope. Experts note that a meaningful AI provenance system would require separate tools capable of identifying which community sources appear in AI outputs and under what terms that content is reused.

0
ProgrammingDEV Community ·

Better AI Results Come From Harnesses and Prompts, Not Just Smarter Models

Upgrading to a more powerful AI model does not automatically guarantee better outputs, as most users overlook key techniques that improve performance. The 'harness' — the system surrounding a model that controls context, tools, permissions, memory, and feedback loops — is considered the most critical factor in getting reliable results. Tools like Strands Agents and Claude Code illustrate how a well-built harness can help models understand their environment, take correct actions, and recover from errors. Prompt engineering also plays a supporting role, with best practices including being clear and direct, using XML tags, providing few-shot examples, and specifying output format and constraints. Building an evaluation pipeline to iteratively test and refine prompts is recommended as a practical way to measure and improve model performance over time.

0
TechnologyArs Technica ·

Trump sued over alleged scheme to charge $100K/month for Truth Social API access

Donald Trump is facing a lawsuit over a plan to sell access to the Truth Social API for $100,000 per month. Critics have described the arrangement as a 'brazen' scheme, arguing that Trump is effectively monetizing priority access to news and statements he himself produces. The lawsuit challenges the legality and ethics of charging for access to content generated by a sitting or former president through his own social media platform. The case raises broader questions about the intersection of political communication, personal business interests, and public access to information.

0
ProgrammingDEV Community ·

How One Tech Writer Uses LLMs to Extract Knowledge, Not Generate Prose

A technical writer with over a decade of experience argues that the most valuable use of large language models in documentation is not drafting content, but accelerating the knowledge-extraction phase. The workflow involves feeding the model a messy corpus of existing docs, code comments, and meeting notes, then prompting it to identify gaps, contradictions, and undefined terms before any writing begins. Structured outlines mapped to documentation frameworks like Diátaxis are requested before narrative prose, keeping output task-oriented. A mandatory human review pass checks every fact against source material and rewrites sentences to suit the intended reader. The author contends that traditional documentation disciplines — versioning, user-task testing, and treating docs as a product — remain essential to keeping AI-assisted workflows rigorous and accurate.

0
WorldBBC World ·

White House Press Secretary Karoline Leavitt to Step Down from Role

US President Donald Trump has announced that White House Press Secretary Karoline Leavitt will be leaving her position. Trump stated that her departure is motivated by her desire to spend more time with her young children and family. Leavitt had served as press secretary since Trump returned to the presidency. No official date for her departure or details about a replacement have been immediately confirmed.

0
ProgrammingDEV Community ·

AI Prompt Governance: Why Tracking Community Data Sources Matters for Enterprises

Organizations using AI systems for research increasingly draw on community platforms such as Reddit, Stack Exchange, YouTube, and specialist forums, raising questions about accountability and source control. A governance framework for AI prompt data provenance involves identifying which source categories are likely to inform a given query before that prompt is ever run. Teams are advised to document the prompt's purpose, the community domains involved, how sourced material influenced the output, and who reviewed it before use. Different community sources carry distinct terms of use, licensing conditions, and moderation standards, meaning a citation in an AI response does not automatically authorize an organization to reuse or redistribute that content. Researchers and industry practitioners argue that provenance tracking should be an active, purpose-led process rather than a retrospective audit conducted after AI outputs have already been acted upon.

0
ProgrammingDEV Community ·

Full-time hire vs. contractor: a cost breakdown beyond the salary figure

When companies compare contractor rates to employee salaries, they often overlook the true fully-loaded cost of a full-time hire, which typically runs 1.25–1.4 times the base salary after payroll taxes, benefits, and equipment. Recruiting fees alone can add $35–45k per senior hire, and a two-to-three-month vacancy means a quarter of roadmap potentially delayed. Contractors, by contrast, carry no recruiting overhead, can start within days, and allow teams to scale down without severance or legal exposure when a project ends. However, contractors come with their own trade-offs, including onboarding time, ongoing management, and knowledge loss when the engagement concludes. The article concludes that full-time hiring makes sense for long-term core roles, while contract engineers are better suited to time-bound projects, specialized skills, or urgent capacity needs.

0
ProgrammingDEV Community ·

Why Medallion Architecture Fails on Databricks and How to Fix It

The medallion architecture — bronze, silver, and gold data layers — is a widely used framework in Databricks lakehouses, but teams often misapply it by treating it as a complete solution rather than a set of decisions still requiring careful implementation. A common mistake is cleaning or filtering data before it reaches the bronze layer, which eliminates the ability to reprocess historical data when logic errors are later discovered. The silver layer should enforce a proper data model with schema validation and quarantine mechanisms for bad records, not simply serve as a cleaner version of bronze. Gold tables should be purpose-built for specific consumers rather than designed as a single canonical layer attempting to serve every team. Broader practices such as adopting Unity Catalog from the start, tagging jobs for cost visibility, and planning reprocessing strategies before launch are essential to preventing the architecture from breaking down operationally.

0
ScienceWIRED ·

Lettuce Grow Indoor Garden Offers 20% Off Amid Fresh Produce Safety Concerns

Lettuce Grow, an indoor home gardening system, is currently available at a 20 percent discount. The product allows users to grow their own salad greens, including lettuce, from within their homes. It has been highlighted as a practical alternative for consumers concerned about contamination risks associated with store-bought leafy greens. Growing produce indoors can reduce exposure to the pathogens sometimes linked to commercially farmed lettuce.

0
TechnologyTechCrunch ·

Amazon to use Twitch streamers' content for AI training unless they opt out

Amazon has announced it will use Twitch streamers' content to train its AI systems by default. The policy is set to an opt-out model, meaning streamers must actively choose to exclude their content. Twitch Chief Product Officer Mike Minton acknowledged the reasoning behind the opt-out approach during a livestream responding to user feedback. Minton candidly admitted that an opt-in system would see virtually no participation, justifying the default enrollment decision.

0
SpaceNASA ·

Total Solar Eclipse to Cross Spain and Parts of Europe in August 2026

A total solar eclipse is set to occur on August 12, 2026, sweeping across several regions including Greenland, Iceland, northern Russia, the Atlantic Ocean, and Spain. The phenomenon occurs when the Moon passes directly between the Sun and Earth, completely blocking the Sun's face. Spain is among the notable landmasses in the eclipse's path, with the town of San Millán de los Caballeros being one of the viewing locations. A total solar eclipse is a relatively rare event for any given location, making this a significant astronomical occasion for affected regions.

← NewerPage 89 of 2543Older →