Author: Naveed Ahmad

AI

Someday not way back, a founder texted his investor with an replace: he was changing his total customer support staff with Claude Code, an AI instrument that may write and deploy software program by itself. To Lex Zhao, an investor at One Method Ventures, the message indicated one thing larger — the second when corporations like Salesforce stopped being the automated default. “The obstacles to entry for creating software program are so low now because of coding brokers, that the construct versus purchase determination is shifting towards construct in so many circumstances,” Zhao informed TechCrunch.  The construct versus purchase shift…

Read More
AI

Because the trade strikes from easy Giant Language Mannequin (LLM) inference towards autonomous agentic methods, the problem for devs have shifted. It’s now not simply in regards to the mannequin; it’s in regards to the surroundings wherein that mannequin operates. A crew of researchers from Alibaba launched CoPaw, an open-source framework designed to handle this by offering a standardized workstation for deploying and managing private AI brokers. CoPaw is constructed on a technical stack comprising AgentScope, AgentScope Runtime, and ReMe. It capabilities as a bridge between high-level agent logic and the sensible necessities of a private assistant, resembling persistent reminiscence,…

Read More
AI

best_C = greatest[“params”][“C”] best_solver = greatest[“params”][“solver”] final_pipe = Pipeline([ (“scaler”, StandardScaler()), (“clf”, LogisticRegression( C=best_C, solver=best_solver, penalty=”l2″, max_iter=2000, random_state=42 )) ]) with mlflow.start_run(run_name=”final_model_run”) as final_run: final_pipe.match(X_train, y_train) proba = final_pipe.predict_proba(X_test)[:, 1] pred = (proba >= 0.5).astype(int) metrics = { “test_auc”: float(roc_auc_score(y_test, proba)), “test_accuracy”: float(accuracy_score(y_test, pred)), “test_precision”: float(precision_score(y_test, pred, zero_division=0)), “test_recall”: float(recall_score(y_test, pred, zero_division=0)), “test_f1”: float(f1_score(y_test, pred, zero_division=0)), } mlflow.log_metrics(metrics) mlflow.log_params({“C”: best_C, “solver”: best_solver, “mannequin”: “LogisticRegression+StandardScaler”}) input_example = X_test.iloc[:5].copy() signature = infer_signature(input_example, final_pipe.predict_proba(input_example)[:, 1]) model_info = mlflow.sklearn.log_model( sk_model=final_pipe, artifact_path=”mannequin”, signature=signature, input_example=input_example, registered_model_name=None, ) print(“Remaining run_id:”, final_run.information.run_id) print(“Logged mannequin URI:”, model_info.model_uri) eval_df = X_test.copy() eval_df[“label”] = y_test.values eval_result = mlflow.fashions.consider( mannequin=model_info.model_uri, information=eval_df, targets=”label”,…

Read More
AI

It takes loads of computing energy to run an AI product — and because the tech business races to faucet the facility of AI fashions, there’s a parallel race underway to construct the infrastructure that can energy them. On a recent earnings call, Nvidia CEO Jensen Huang estimated that between $3 trillion and $4 trillion can be spent on AI infrastructure by the tip of the last decade — with a lot of that cash coming from AI corporations. Alongside the best way, they’re putting immense pressure on energy grids and pushing the business’s constructing capability to its restrict. Under,…

Read More
AI

Friday afternoon, simply as this interview was getting underway, a information alert flashed throughout my laptop display screen: the Trump administration was severing ties with Anthropic, the San Francisco AI firm based in 2021 by Dario Amodei and different former OpenAI researchers who left over security considerations. Protection Secretary Pete Hegseth had invoked a nationwide safety regulation — one designed to counter overseas provide chain threats — to blacklist the corporate from doing enterprise with the Pentagon after Amodei refused to permit Anthropic’s tech for use for mass surveillance of U.S. residents or for autonomous armed drones that would choose…

Read More
AI

The streaming and leisure trade simply witnessed one in every of its most high-stakes megadeals ever, gorgeous trade observers. Not solely is it historic in its measurement, however it is usually predicted to disrupt Hollywood and the media enterprise as we all know it.  After years of Warner Bros. Discovery struggling underneath the burden of billions of {dollars} in debt, compounded by declining cable viewership and fierce competitors from streaming platforms, the corporate has been contemplating main strategic modifications, together with promoting its leisure belongings to one in every of its rivals. A number of main gamers noticed the potential…

Read More
AI

Netflix shocked the leisure world this week when it declined to boost its bid for Warner Bros. Discovery, setting the stage for Paramount Skydance to win possession of the Hollywood studio. On the time, Netflix co-CEOs Ted Sarandos and Greg Peters mentioned that they had been being financially disciplined. Now reporting in Bloomberg affords extra particulars about why Netflix executives backed down from a bidding conflict that it appeared to win again in December.  For one factor, the streaming big’s shareholders appeared unconvinced that purchasing a Hollywood studio was the best transfer — Netflix’s share value was down 30% since…

Read More
AI

Anthropic’s chatbot Claude appears to have benefited from the eye across the firm’s fraught negotiations with the Pentagon. As first reported by CNBC, as of Saturday afternoon, Claude is at the moment ranked quantity two amongst free apps in Apple’s US App Retailer — the primary app is OpenAI’s ChatGPT, and quantity three is Google Gemini. In keeping with data from SensorTower, Claude was simply outdoors the highest 100 on the finish of January, and has spent most of February someplace within the high 20. Its rating has climbed in the previous few days, from sixth on Wednesday to fourth…

Read More
AI

An increase within the want for computer systems and information facilities to energy AI is causing a massive shortage of RAM, driving reminiscence costs sharply higher. Now, analyst agency IDC predicts that it will trigger smartphone shipments to plummet by 12.9% this yr, making it the largest single-year dip in additional than a decade. Hours after IDC revealed its report, one other analyst agency, Counterpoint, made a similar prediction and stated the market will dip by 12% this yr. Earlier this yr, IDC reported that producers shipped 1.26 billion devices in 2025. The agency predicts that determine will drop to…

Read More
AI

OpenAI CEO Sam Altman introduced late on Friday that his firm has reached an settlement permitting the Division of Protection to make use of its AI fashions within the division’s labeled community. This follows a high-profile standoff between the division — additionally identified beneath the Trump administration because the Division of Warfare — and OpenAI’s rival Anthropic. The Pentagon pushed AI corporations, together with Anthropic, to permit their fashions be used “all lawful functions,” whereas Anthropic sought to attract a purple line round mass home surveillance and totally autonomous weapons. In a lengthy statement released Thursday, Anthropic CEO Dario Amodei…

Read More