Author: Naveed Ahmad

Naveed Ahmad is a technology journalist and AI writer at ArticlesStock, covering artificial intelligence, machine learning, and emerging tech policy. Read his latest articles.

AI

In a put up on Reality Social, President Trump directed federal companies to stop use of all Anthropic merchandise after the corporate’s public dispute with the Division of Protection. The president allowed for a six-month phase-out interval for departments utilizing the merchandise, however emphasised that Anthropic was not welcome as a federal contractor. “We don’t want it, we don’t need it, and won’t do enterprise with them once more,” the president wrote within the put up. Notably, the president’s put up didn’t point out any plans to designate Anthropic as a provide chain danger, as had been beforehand talked about…

Read More
AI

def create_marker_cluster_map(): “””Create a map with marker clustering for giant datasets””” np.random.seed(123) n_locations = 5000 lats = np.random.uniform(25, 49, n_locations) lons = np.random.uniform(-125, -65, n_locations) values = np.random.randint(1, 100, n_locations) df_markers = pd.DataFrame({ ‘lat’: lats, ‘lon’: lons, ‘worth’: values }) m = folium.Map(location=[37.8, -96], zoom_start=4) marker_cluster = MarkerCluster( title=”Location Cluster”, overlay=True, management=True ).add_to(m) for idx, row in df_markers.iterrows(): if row[‘value’] < 33: coloration=”inexperienced” elif row[‘value’] < 66: coloration=”orange” else: coloration=”purple” folium.Marker( location=[row[‘lat’], row[‘lon’]], popup=f”Worth: {row[‘value’]}”, tooltip=f”Location {idx}”, icon=folium.Icon(coloration=coloration, icon=’info-sign’) ).add_to(marker_cluster) folium.LayerControl().add_to(m) title_html=””‘ Marker Clustering Demo 5000 markers – zoom to see particular person factors ”’ m.get_root().html.add_child(folium.Aspect(title_html)) return m def create_time_series_map():…

Read More
AI

OpenAI has fired an worker over the worker’s exercise on prediction markets, together with Polymarket, the corporate confirmed to Wired. The worker used confidential OpenAI info in reference to the trades made, the corporate alleges. OpenAI didn’t launch the identify of the worker. Nonetheless, a spokesperson stated that such actions violated an organization coverage that bans staff from utilizing inside info for private achieve, together with on prediction markets. Prediction markets like Polymarket and Kalshi permit folks to make wagers on the outcomes of real-world occasions. For example, on Polymarket, there are wagers being made across the sort of merchandise…

Read More
AI

US President Donald Trump announced Friday that he was instructing each federal company to “instantly stop” use of Anthropic’s AI instruments. The transfer comes after Anthropic and prime officers clashed for weeks over army functions of synthetic intelligence.”The Leftwing nut jobs at Anthropic have made a DISASTROUS MISTAKE attempting to STRONG-ARM the Division of Struggle,” Trump stated in a publish on Truth Social.Trump stated that there could be a “six month section out interval” for businesses utilizing Anthropic, which may permit time for additional negotiations between the federal government and the AI startup.The Pentagon and Anthropic didn’t instantly reply to…

Read More
AI

The previous two weeks have been outlined by a conflict between Anthropic CEO Dario Amodei and Protection Secretary Pete Hegseth as the 2 battle over the army’s use of AI.  Anthropic refuses to permit its AI fashions for use for mass surveillance of Individuals or for absolutely autonomous weapons that conduct strikes with out human enter. On the identical time, Secretary Hegseth has argued the Division of Protection shouldn’t be restricted by the foundations of a vendor, arguing any “lawful use” of the know-how needs to be permitted. On Thursday, Amodei publicly signaled that Anthropic isn’t backing down — regardless…

Read More
AI

OpenAI has fired an worker following an investigation into their exercise on prediction market platforms together with Polymarket, WIRED has discovered.OpenAI CEO of Purposes, Fidji Simo, disclosed the termination in an inner message to workers earlier this 12 months. The worker, she mentioned, “used confidential OpenAI data in reference to exterior prediction markets (e.g. Polymarket).”“Our insurance policies prohibit workers from utilizing confidential OpenAI data for private acquire, together with in prediction markets,” says spokesperson Kayla Wooden. OpenAI has not revealed the identify of the worker or the specifics of their trades.Proof means that this was not an remoted occasion. Polymarket…

Read More
AI

In a newly launched deposition filed in Elon Musk’s case in opposition to OpenAI, the tech govt attacked OpenAI’s security file, claiming that his firm, xAI, higher prioritizes security. He went as far as to say that “No one has dedicated suicide due to Grok, however apparently they’ve due to ChatGPT.” The remark got here up in a line of questioning a few public letter Musk signed in March 2023. In it, he known as on AI labs to pause growth of AI methods extra highly effective than GPT-4, OpenAI’s flagship mannequin on the time, for at the very least…

Read More
AI

Customizing Massive Language Fashions (LLMs) at present presents a major engineering trade-off between the pliability of In-Context Studying (ICL) and the effectivity of Context Distillation (CD) or Supervised Advantageous-Tuning (SFT). Tokyo-based Sakana AI has proposed a brand new strategy to bypass these constraints via value amortization. In two of their current papers, they launched Textual content-to-LoRA (T2L) and Doc-to-LoRA (D2L), light-weight hypernetworks that meta-learn to generate Low-Rank Adaptation (LoRA) matrices in a single ahead go. The Engineering Bottleneck: Latency vs. Reminiscence For AI Devs, the first limitation of ordinary LLM adaptation is computational overhead: In-Context Studying (ICL): Whereas handy, ICL…

Read More
AI

Suno co-founder and CEO Mikey Shulman shared on LinkedIn that the AI music generator has amassed 2 million paid subscribers and $300 million in annual recurring income. Simply three months in the past, Suno introduced a $250 million funding spherical that valued the corporate at $2.45 billion. On the time, Suno informed The Wall Road Journal that annual income had hit $200 million — that may point out that the corporate has had some main development in a short while body. Suno lets customers create music utilizing pure language prompts, making it attainable for individuals with little expertise to generate…

Read More
AI

Earlier than final week the identify Alap Shah didn’t ring a bell for many individuals. The 45-year-old monetary analyst and tech entrepreneur had spent the previous 20 years working in relative obscurity. Then final weekend he coauthored a weblog with the analysis agency Citrini titled “The 2028 World Intelligence Disaster.” It was a “thought train” concerning the impacts of synthetic intelligence, and it predicted that in June of that 12 months, AI would jack up unemployment previous 10 p.c and drive the Dow down, down, down. Writing in a assured, Nostradamic tone—as if auditioning for starring roles within the subsequent…

Read More