惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
Last Week in AI
Last Week in AI
博客园_首页
I
InfoQ
T
Tailwind CSS Blog
爱范儿
爱范儿
雷峰网
雷峰网
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
B
Blog
WordPress大学
WordPress大学
A
About on SuperTechFans
V
Visual Studio Blog
有赞技术团队
有赞技术团队
P
Proofpoint News Feed

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - hi2brain/second-brain: A free, invisible AI inte...
hi2brain · 2026-06-21 · via Hacker News - Newest: "AI"

Second Brain is a 100% free, invisible desktop assistant built to help professionals worldwide ace their job interviews. It runs quietly in the background, listening to the interview, and generates context-aware, first-person suggestions based on your own resume and the job description.

Powered by Groq's lightning-fast Llama-3 inference and Whisper-large-v3, the entire process—from voice capture to intelligent suggestion—happens in milliseconds.

✨ Features

  • Real-Time Voice Transcription: Uses Whisper-v3 via Groq API to transcribe the interviewer's speech with extremely high accuracy and speed.
  • Context-Aware Suggestions: Analyzes the ongoing conversation, your provided resume, and the job description to suggest the best possible answers.
  • Multi-Language Support: Fully localized interface and AI prompting for English, Brazilian Portuguese, European Portuguese, Spanish, French, and Italian.
  • Invisible Mode: Built with Electron, it can be minimized to stay out of the way while you focus on the video call.
  • Privacy First: Your resume, job description, and API keys are stored exclusively in your local machine's localStorage.

🚀 Quick Start (Download)

  1. Download the Installer: Get the latest Second Brain Setup .exe from our Releases page.

  2. Get a Free Groq API Key: Go to console.groq.com and generate a free API key. This is required for the ultra-fast AI engine.

  3. Install and Configure:

    • Open the app.
    • Paste your API Key.
    • Paste your Resume and the Job Description.
    • Select your language.
    • Click Start Interview and you're ready to go!

🛠️ Development

If you want to build from source or contribute:

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

git clone https://github.com/2brain/second-brain.git
cd second-brain

# Install dependencies
npm install

# Start the development server
npm run dev

Build for Production

# Compile and build the Electron installer
npm run dist

The installer will be generated inside the dist-installers folder.

🤝 Support the Project

Second Brain is open-source and free for the community. If this tool helped you land a job or nail an interview, consider buying us a coffee!

Buy Me A Coffee

❓ FAQ

1. Is it really 100% free? Yes! The application is open-source and entirely free. You only need to create a free account on Groq to get your API key.

2. Is my data safe? Do you save my resume? Your privacy is our absolute priority. We do not have a database. Your API key and your resume are saved strictly in your computer's localStorage. Nothing is sent to our servers.

3. What is the best way to fill in the "Resume" and "Job Description" fields? Simply copy and paste the entire raw text of your resume (PDF or LinkedIn) and the job description. Don't worry about formatting; the Second Brain AI will automatically organize your data in its memory to provide highly accurate and contextualized answers.

4. How can I test the system without being in a real interview? You can test it right now! Just open the app, click "Listen", and play a YouTube video of a mock interview on your speakers, or simply pretend to be the recruiter and ask a question out loud.

5. What if the system is not capturing audio? (Headset Warning) Second Brain listens to your system's default microphone. If you use noise-canceling headsets, your microphone might not capture the recruiter's voice coming from the headset speakers. Always test the system before an interview. If it's not capturing the recruiter's voice, change your computer's audio output to the speakers or adjust your system's audio routing settings.

6. Can the recruiter see or hear the AI? No. Second Brain runs as an independent window on your screen. It does not inject audio into your microphone feed and does not share your screen. It is completely invisible to the interviewer.

7. Why is the AI taking a few seconds to answer? The AI waits for the interviewer to finish a complete thought before generating an answer. It listens in 7-second blocks to ensure it understands the full question before giving you the script.

8. Does it work on Mac or Linux? Currently, the automated releases provide a .exe installer for Windows. However, developers can easily clone this repository and run npm run dist to build it natively for macOS or Linux.


📝 License

Distributed under a Custom Non-Commercial License. You are free to use and study the software, but commercial distribution or sale is strictly prohibited. See LICENSE for more information.