macOS 27 Golden Gate – Review
Ars Technica reviews macOS 27 Golden Gate, highlighting an unavoidable Apple Intelligence upgrade, new AFM 3 Core models, and dropped Intel Mac support.
macOS 27 Golden Gate delivers the first significant Apple Intelligence upgrade two years after launch, and the toggle to disable the AI features or delete downloaded models is gone. Apple Intelligence runs on a new AFM 3 Core model built in collaboration with Google, while the more capable AFM 3 Core Advanced requires an M3 chip and at least 12GB of RAM. The release drops all Intel Mac support, requiring Apple Silicon, with Sequoia security updates expected to end in fall 2027 and Tahoe's in 2028.
Besxar is building an orbital semiconductor factory, one SpaceX rocket at a time
Besxar, founded by a former OpenAI staffer, raised ~$14M to prototype semiconductor manufacturing in orbit using SpaceX Falcon 9 booster flights.
Besxar, founded by former OpenAI staffer Ashley Pilipiszyn, raised almost $14 million, including a $9 million seed led by Dauntless Ventures and Overture VC, to build orbital semiconductor fabrication. Its first two "fabship" canisters flew on a July Starlink mission and returned wafer samples cleaner than comparable terrestrial wafers. The company plans to iterate over two years with a dozen Falcon 9 booster flights before flying larger fabs on Starship, targeting wafers for power-regulation chips used in data centers, robots, and electric vehicles.
NCP-ArchPreview Technical Report: Moving towards Latent Space Language Models through Next Concept Prediction
An 8.9B-parameter latent-space language model using next-concept prediction matches OLMo-3-7B pretraining loss with only 51.3% of the training tokens.
NCP-ArchPreview augments next-token prediction with Next Concept Prediction over a product-quantized concept vocabulary built from hidden states, trained jointly end-to-end. The 8.9B model was trained on 5.73T tokens from the Dolma-3 dataset, the largest latent-space language model demonstration to date. It consumes 51.3% of the tokens to reach OLMo-3-7B's final pretraining loss and outperforms it by 2.45 points on the downstream macro-average, including a 5.99-point GSM8K gain. The learned latent space also enables lightweight domain adaptation via a 17M-parameter VQ module and improves speculative drafting accepted length by 4.17%.
Robust Coverless Linguistic Steganography via Sentence Embedding Space with Global Resynchronization
Researchers propose a coverless steganographic framework encoding messages as hierarchical clustering paths in sentence embedding space with a Global Resynchronization Mechanism for robustness.
An arXiv paper proposes encoding secret messages as hierarchical clustering paths in the sentence embedding space rather than token space, improving decoding stability against word- and sentence-level textual perturbations. A Global Resynchronization Mechanism (GRM) reframes variable-length bitstreams as discrete symbols anchored to semantic subspaces to prevent bit-slippage. Experiments show substantial robustness improvements while maintaining embedding capacity and resistance to statistical analysis.