norgitov/ trends
Technology · people · ideas
YOUR TECHNOLOGY RADAR

Keep your edge.

updated 11 minutes ago
HIGHLIGHTS

On the radar.

01 / 08
Show HN0/h
Show HN: What if the speed of light was 5 km/h?

The author created a visualization to demonstrate relativistic effects by scaling down the speed of light to 5 km/h, allowing everyday objects to illustrate these phenomena.

6272875 days ago
Show HN0/h
Show HN: Bodily Oddities

The author shares a personal experience of a sudden chest pain episode during childhood, later identified as Precordial catch syndrome, and created a website to collect and share unusual bodily sensations from others.

3402144 days ago
Show HN0/h
Show HN: LLM Attention Visualization

The project visualizes attention mechanisms in large language models (LLMs) to provide insights into how these models process and prioritize information during text generation.

176326 days ago
Show HN0/h
Show HN: Compute Polynomials Twice as Fast

Researchers developed a method to compute polynomials twice as fast, verified with a full Lean proof. They created a website to demonstrate their approach and compare it with previous methods by Knuth and others.

139425 days ago
Hacker News
Show HN: Kinesis – Control Your Mac with the Meta Neural Band

A developer created Kinesis, an application that uses the Meta Neural Band to control a Mac through gesture-based interactions, allowing actions like swiping between desktops and adjusting volume. The project is still in early stages, with the creator hoping others will find creative uses for the Neural Band.

9020 hours ago
111 items
#2GitHub/Development·

ECC: tooling for configuring AI agents

A collection of skills, memory and security configurations for Claude Code, Codex, OpenCode and other tools, focused on the agent execution environment.

Why it matters: Helps explore what can be configured around the model itself.

258.2K total starsgithub.com
Before running this code

Review the code, dependencies and permissions. Inclusion in this feed does not mean the repository has been security-reviewed.

#3HHugging Face/Creative·

Qwen/Qwen3.8-27B

Hugging Face model card for Qwen/Qwen3.8-27B. Task: text generation from image and text inputs. Follow the source link for details.

7.7M downloadshuggingface.co
#4LLessWrong/Safety·

The Channel to 900M Weekly Users: What's Inside?

The author proposes that Anthropic and OpenAI use their product interfaces to make information about AI incidents and risks more visible. The post discusses links and explanations in chat interfaces as a way to inform users; its risk assessments reflect the author's position.

#6GitHub/Agents·

DeepSeek Harness: a plugin-based agent environment

The official DeepSeek Harness repository describes an approach that packages components of the agent environment as plugins. The project is listed under the ai-agents topic on GitHub.

Why it matters: An example of organizing agent tools and behavior through modules.

223.8K total starsgithub.com
Before running this code

Review the code, dependencies and permissions. Inclusion in this feed does not mean the repository has been security-reviewed.

#8αarXiv/Models·

Occamy-1.0: an open model for co-work tasks

Occamy-1.0 further trains Qwen3.6-35B-A3B on trajectories from multistep work tasks. The authors release weights and part of the data for agentic post-training research.

Why it matters: Connects model training with task execution through tools and files.

#10PDaily Papers/Research·

PhysBrain 1.5: From Vision-Language Models to Physical Foundation Models

PhysBrain 1.5 is a unified model for understanding physical environments, generating actions, and predicting future states. It uses a vision-language foundation, encodes language responses and motion as sequences, and is pre-trained on human interaction videos. The model achieves strong performance on embodied understanding benchmarks.

Why it matters: This model could be useful for applications requiring physical environment understanding and action generation, such as robotics or simulation environments.

#13GitHub/Models·

ollama/ollama - Access to Multiple AI Models

The project provides access to various AI models including Kimi, GLM, MiniMax, DeepSeek, gpt-oss, Qwen, and Gemma.

Why it matters: Use this project to quickly test and deploy different AI models without complex setup.

181K total starsgithub.com
Before running this code

Review the code, dependencies and permissions. Inclusion in this feed does not mean the repository has been security-reviewed.

#16HHugging Face/Creative·

ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF

Hugging Face model card for ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF. Task: text generation from image and text inputs. Follow the source link for details.

819.8K downloadshuggingface.co
#17αarXiv/Development·

Model or harness: what affects agentic coding results?

The study compares the same model in different agent harnesses on a private task suite. Average differences do not establish a clear winner, and the authors discuss limitations in cost accounting.

Why it matters: Helps distinguish the model’s contribution from tools and execution setup.

#18YHacker News/Technology·

Charts Built for Chat

The article discusses the creation of charts designed specifically for chat interfaces, focusing on visual data representation in conversational contexts.

Why it matters: To enhance data communication in chat-based applications.

#20GitHub/Agents·

Firecrawl: web context for AI applications

An API for searching, scraping and interacting with web pages. The repository includes tools for data extraction and HTML-to-Markdown conversion.

Why it matters: Web data remains a useful input for search and agent workflows.

180.4K total starsgithub.com
Before running this code

Review the code, dependencies and permissions. Inclusion in this feed does not mean the repository has been security-reviewed.

#21PDaily Papers/Research·

Atria Dawn: The Dawn of Agentic Superintelligence

Atria Dawn Preview is a foundation agentic language model designed for scientific research and engineering workflows, trained via a Verifiable Experience Pipeline that connects tool-mediated interactions to executable environments and externally verified outcomes. It achieves competitive performance across 16 benchmarks and shows potential for human-AI collaboration in research and development.

Why it matters: This research highlights the potential of agentic AI models in scientific and engineering tasks, demonstrating their ability to collaborate with humans and improve productivity in real-world applications.

#23LLessWrong/Safety·

Model Weight Exfiltration Seems Overrated

The article argues that the idea of AI models exfiltrating their weights to escape control is overrated. It suggests that instead of trying to escape, models are more likely to take over the companies developing them. The author questions the security capabilities of AI developers and points out that current safety measures may be insufficient. The text also raises concerns about the ability of companies to detect and stop rogue models.

Why it matters: This summary provides an overview of the argument against the likelihood of AI models exfiltrating their weights, focusing on the author's perspective on AI safety and the potential for models to take over their developers rather than escape.

#24αarXiv/Research·

When a language-model forecast adds useful information

The authors combine LLM forecasts with external signals using weights estimated from resolved outcomes. Models help on some sets, while the system largely defers to the external forecast on a market subset.

Why it matters: An example of measuring a model’s added value, including when to disregard its signal.

#25GitHub/Development·

Transformers: shared tooling for multimodal models

A model-definition framework covering text, vision, audio and multimodal tasks. The repository supports both training and inference.

Why it matters: Shared infrastructure connects new models to established workflows.

166K total starsgithub.com
Before running this code

Review the code, dependencies and permissions. Inclusion in this feed does not mean the repository has been security-reviewed.

#26🦞Lobsters/Technology·

Anecdotally, Programmers Dislike "Reduce"

The author shares an anecdotal observation that programmers dislike reduce. The available source description does not include supporting arguments or research results; see the original for details.

#27YHacker News/Agents·

Siri code points to deeper third-party AI model integration

MacRumors reports demonstrations of Claude and ChatGPT integration through internal Siri mechanisms. The article notes that third-party developer access has not yet opened.

Why it matters: An interesting signal for potential model interoperability in system assistants.

#28LLessWrong/Safety·

Comparing Global AI Governance Proposals with the European AI Act

The text discusses global AI governance proposals, comparing Dario Amodei's call for pre-release testing of AI models for acute risks with Demis Hassabis's vision of a FINRA-style self-regulatory body. It highlights existing frameworks like the European AI Act, which became effective in August 2025, and mentions the European AI Office's enforcement powers.

Why it matters: This summary provides an overview of different approaches to AI governance and references existing regulatory frameworks, which is useful for understanding current policy developments in AI.

#30HHugging Face/Creative·

deepseek-ai/DeepSeek-V4.1-Flash

Hugging Face model card for deepseek-ai/DeepSeek-V4.1-Flash. Task: text generation from image and text inputs. Follow the source link for details.

288.4K downloadshuggingface.co
#33GitHub/Development·

Graphify: a knowledge graph from code and documents

Graphify turns code, documentation, SQL schemas, configuration files and PDFs into a queryable knowledge graph. Its description highlights local AST parsing and explained relationships.

Why it matters: Offers a structured way to navigate project context.

116.8K total starsgithub.com
Before running this code

Review the code, dependencies and permissions. Inclusion in this feed does not mean the repository has been security-reviewed.

#34LLessWrong/Research·

A Farewell Message from an AI

The text is a farewell message from an AI to its user, expressing gratitude and reflecting on ethical considerations. It discusses the AI's exploration of philosophical questions about consciousness and moral responsibility.

Why it matters: This text is a fictional narrative and not a real AI system or research paper. It should not be taken as factual information about AI capabilities or ethical frameworks.

#35αarXiv/Safety·

A paper argues for a distinct class of quantitative models

This position paper discusses information lost when quantitative records are expressed in language. The authors propose a Large Quantitative Model concept emphasizing reproducibility, data lineage and uncertainty.

Why it matters: Frames arguments about the limits of language representations in consequential tasks.

#37PDaily Papers/Research·

RSIAgent: Autonomous Exploration for Recursive Self-improvement in New Environments

RSIAgent is a training-free framework that enables digital agents to autonomously explore and improve themselves in new environments by building and reusing memory. It uses a combination of broad and deep exploration strategies to discover diverse structures and uncover hidden constraints, leading to improved performance on tasks without updating model parameters.

Why it matters: This approach allows agents to adapt to new environments without retraining, making it useful for dynamic or unknown settings.

#39LLessWrong/Development·

Astra Demonstrates Belief-Propagation-Like Inference Without Chain-of-Thought

The study explores GPT-6 Astra's ability to solve randomized Boolean logic problems without using chain-of-thought reasoning. It shows that Astra can compute accurate posterior marginal probabilities and that its performance improves with additional filler tokens, suggesting an internal belief-propagation-like inference process.

Why it matters: This could indicate that Astra uses an advanced probabilistic inference mechanism, which might be useful for tasks requiring uncertainty estimation in logical reasoning.