ax@ax-radar:~/all $ grep -v 'tier=excluded' stream.log
40 srcsignal 72%cycle 04:32

posts · 2026-06-21

20 items · updated 3m ago
RSS live
2026-06-21 · Sun
22:55
36d ago
Hacker News Frontpage· rssEN22:55 · 06·21
Fine-tuning Qwen 3:0.6B boosts question categorization accuracy from 10% to 79%
The author fine-tunes Qwen 3:0.6B (600M params) with Unsloth to classify household questions into categories like pool or hvac. Baseline prompting scored only 10% accuracy (13/131). After fine-tuning with ~850 samples and QLoRA, accuracy hit 79% (104/131). The post doesn't disclose training time or hardware specs.
#Fine-tuning#Qwen#Unsloth
editor take
Fine-tuning Qwen 3:0.6B with ~850 samples jumps accuracy from 10% to 79%, but training time and hardware are missing.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
22:47
36d ago
Product Hunt · AI· rssEN22:47 · 06·21
NeuralAgent 3.0: AI that operates your PC in ~285ms
NeuralAgent 3.0 is an AI that controls your entire computer—it sees your screen, opens apps, clicks buttons, and manages files. The headline feature is speed: each UI action takes ~285ms. It pairs a fast model for execution with a reasoning model for planning and error recovery. Works on Windows and macOS, desktop and browser. The post doesn't disclose pricing beyond mentioning free options.
#NeuralAgent#Khaled Shadid
editor take
NeuralAgent 3.0 claims ~285ms per UI action, but the post doesn't disclose pricing—I'd hold off on the hype.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
21:05
36d ago
Hacker News Frontpage· rssEN21:05 · 06·21
Recall: Give Claude Code durable local memory so you stop re-explaining your project every session
Recall is a fully offline tool that gives Claude Code persistent memory across sessions. It indexes your project files, structure, and preferences into a local vector store, then injects relevant context when a new session starts — cutting the token waste of re-explaining everything. The README doesn't spell out index refresh strategy or storage overhead.
#raiyanyahya#Claude Code
editor take
Recall gives Claude Code offline project memory so you stop re-explaining everything each session.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
18:04
37d ago
AI Chat-Group Daily (群聊日报)· atomZH18:04 · 06·21
AI productivity kills promotions; triple RTX 5060 Ti runs Qwen 3.6 27B locally
Two threads dominate the daily digest. First, a structural trap: an engineer at a mid-size firm used AI to become the org's top performer, praised for 'superhuman delivery speed,' yet was denied promotion twice. The root cause—fast delivery turned him from a 'brain' into a 'hand' in executives' eyes, scattering projects and making it impossible to tell a coherent promotion story. The discussion branched into 'ancient-style coding' to preserve judgment and the economics of coasting at a terminal level in big tech. Second, a hardware build: three $300 RTX 5060 Ti cards with 48GB VRAM run Qwen 3.6 27B at Q6 quantization, 256K context, 35 token/s output, paired with Hermes Agent for browser automation. WeChat's AI Agent 'XiaoWei' also entered beta, with one-sentence mini-program generation as the standout feature.
#Code#Agent#Qwen 3.6 27B#RTX 5060 Ti
editor take
AI supercharged his output, but execs saw a fast hand, not a brain—promotion denied twice. The trap is real.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
16:41
37d ago
Hacker News Frontpage· rssEN16:41 · 06·21
The Minimum Viable Unit of Saleable Software
The author runs the numbers on Jira and Salesforce: LLMs make building software cheaper, but not free. An engineer earning $200k/year can spend at most 4 hours per month maintaining a homegrown Jira clone to break even, yet the initial build takes weeks. The conclusion: there's a 'zone of viability' where buying beats building if pricing is reasonable and complexity is high enough. Below that threshold, building yourself is cheaper.
#Atlassian#Salesforce#Claude
editor take
A $200k engineer can spend at most 4 hours/month maintaining a self-built Jira clone to break even, but initial build takes weeks.
HKR breakdown
hook knowledge resonance
open source
60
SCORE
H1·K1·R0
16:14
37d ago
Hacker News Frontpage· rssEN16:14 · 06·21
AI Has Broken Hiring. Here’s How to Fix It.
Based on interviews with 120 talent leaders and analysis of 6,380 screening sessions, HBR argues generative AI has broken both resumes and live video interviews. Resumes are easily optimized, and real-time assistance tools can game interviews. The authors recommend replacing traditional interviews with work-sample tests. The post does not name specific tools or technical fixes.
#Harvard Business Review#Personnel
editor take
HBR analyzed 6,380 screening sessions and says AI broke resumes and video interviews. Their fix: work-sample tests.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
14:40
37d ago
TechCrunch AI· rssEN14:40 · 06·21
Beyond Siri: Practical AI features coming to iPhone in iOS 27
Apple is embedding AI into everyday apps in iOS 27, rather than relying solely on the revamped Siri. The post doesn't list specific features but says they focus on solving real-world problems without requiring new user habits.
#Apple#iOS 27
editor take
iOS 27 embeds AI into everyday apps instead of leaning on Siri, but the post doesn't name a single feature.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
10:11
37d ago
AI HOT (Curated Pool)· aihot-apiZH10:11 · 06·21
Meituan's tabbit international version offers free access to GPT-5.5, Claude Opus 4.8, and other flagship models
Meituan launched tabbit international, bundling GPT-5.5, Claude Opus 4.8, Gemini 3.5 Flash, and China-based Kimi-2.6, GLM-5.1, MiniMax-M3 into one app with no separate subscription required. The domestic version only includes China-based models; overseas models are exclusive to the international version. It's currently in a free promotion phase as Meituan aims to capture the AI entry point. The post doesn't say how long free access lasts or what the future pricing model will be.
#Meituan#tabbit#OpenAI
editor take
Meituan's tabbit international bundles GPT-5.5 and Claude Opus 4.8 for free, but the post doesn't say how long free access lasts or future pricing.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
07:13
37d ago
Product Hunt · AI· rssEN07:13 · 06·21
AgentX: Build and evaluate multi-agent systems with any LLM
AgentX is a multi-agent framework that lets you build collaborative AI teams with any LLM and comes with a built-in evaluation system. You can create test suites, run evals, compare performance and cost across multiple LLMs, and pinpoint issues before production. It brings a CI/CD-like workflow to agent development. The post doesn't disclose specific pricing or free-tier limits, only a "Free Options" label.
#AgentX#Product Hunt#Cloudflare#Benchmark
editor take
AgentX brings CI/CD-style eval to multi-agent dev—test suites, cost/latency comparisons across any LLM, before deploy.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
04:51
37d ago
AI HOT (Curated Pool)· aihot-apiZH04:51 · 06·21
Tencent Yuanbao Father's Day: Upload photos to generate a group photo with young dad
Tencent Yuanbao launched a Father's Day feature: upload a photo of your young dad and one of yourself, type a prompt like 'generate a group photo where I travel back X years to be with him,' and the app creates a nostalgic composite. The post focuses on the user experience, not the underlying model or tech specs.
#Vision#Tencent#Yuanbao
editor take
Tencent Yuanbao Father's Day feature: upload two photos + prompt to generate a nostalgic composite. Quality depends on photo and prompt detail.
HKR breakdown
hook knowledge resonance
open source
35
SCORE
H0·K0·R0
00:58
37d ago
Hacker News Frontpage· rssEN00:58 · 06·21
When I reject AI code even if it works
Vinicius Brasil argues the real bottleneck with coding agents is reviewing the generated diff, not generating it. He lists five reasons he rejects AI code—starting with “I can’t explain the approach in my own words”—and says he often discards all AI changes and starts over. The second attempt works better because the engineer, not the model, has consolidated the problem. Green CI doesn’t mean the solution is adequate, scalable, or extensible, and agents still need a great engineer to guide them.
#Vinicius Brasil
editor take
The useful bit: he frames the bottleneck as reviewing AI-generated diffs, not generating them—if you can't explain the approach or the diff dwarfs the problem, he scraps it and starts over.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
00:12
37d ago
Hacker News Frontpage· rssEN00:12 · 06·21
Delivery robots face backlash: pedestrians forced aside, bans spread
BBC reports delivery robots are sparking backlash in Chicago, San Francisco, Toronto, and Glendale. Resident John Roberts launched a petition to suspend robots citywide, gathering ~4,400 signatures. San Francisco restricted robot zones; Toronto banned sidewalk use since 2021. Glendale council considers a temporary ban over sidewalk obstruction, emergency vehicle blocking, and collisions. In Sheffield, UK, Uber Eats robots were vandalized. Operator Starship Technologies claims robots are safe and polite, but the post does not disclose specific accident data or safety test results.
#Starship Technologies#Uber Eats#BBC#Policy
editor take
BBC piece traces delivery robots from 'neat' to backlash: blocking sidewalks, emergency vehicles, collisions. Chicago petition for citywide suspension has ~4,400 signatures.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R1

more

feeds

admin