Tolan's AI-Enabled Engineering Interview Process

Tolan has redesigned their engineering interview process to reflect how engineers actually work with AI coding agents. Instead of traditional algorithmic questions, they focus on practical skills that matter when AI writes most production code.
The Interview Structure
Candidates spend a morning at their San Francisco office working on a small problem that Tolan has solved themselves. The problem comes from a bare-bones Figma file or short spec, typically representing a simple flow or lightweight feature that would normally take a day or two to build.
Candidates have just a few hours to work on the problem, which isn't enough time to create a polished product. The constraint is intentional—they want to see how candidates work within limitations.
AI Tools Encouraged
Candidates are explicitly encouraged to use AI to solve the problem. Tolan provides licenses for Claude, Codex, Cursor, or Gemini if needed. The key expectation is that candidates must balance LLM-generated code against their own judgment—even if they aren't writing the code, they own the output.
What they're looking for:
- How candidates approach the problem
- How they structure a solution
- How they think through constraints
- How they decide what actually matters
Evaluation Criteria
After the work session, there's a 20–30 minute conversation about what was created. Interviewers ask what candidates would improve if they had more time, what they'd change before sending for review, and what they'd change before shipping.
Red flags include:
- Candidates who use LLMs to think through how the project should be completed (like screenshotting Figma and asking Claude to solve it)
- Candidates who don't question unclear specs
- Candidates who say "I'm still not sure what this part does" but wouldn't change anything before human review
Positive signals include:
- Clarifying problem statements and exploring edge cases
- Recognizing tradeoffs
- Pointing out when something feels weird or doesn't seem right
- Showing creativity (like building a mini-game to entertain users during LLM response waits)
- Knowing when work isn't good enough and how to improve it
The core philosophy: In a world where implementation is getting easier, what matters most is judgment. Working code isn't the finish line—understanding and maintaining it is.
📖 Read the full source: HN AI Agents
👀 See Also

LibreOffice Online Development Resumes After Community Vote
The Document Foundation has resumed work on LibreOffice Online after a community vote nullified the 2022 freeze. TDF will reopen the repository for contributions but won't host servers—instead providing self-hostable tools.

Mistral AI Acquires Emmi AI to Build an Industrial Engineering AI Stack
Mistral AI acquires Emmi AI, integrating Physics AI models for industrial simulation across energy, automotive, semiconductors, and aerospace. The combined team of 30+ researchers will open a new office in Linz.

Qwen 35B-A3B as always-on agent on 16GB M4 Mac: disk I/O fails before RAM
Running Qwen 35B-A3B with llama.cpp on a 16GB M4 Mac works for batch inference, but an always-on agentic loop alongside Claude Code and Codex CLI causes SSD contention that leads to system instability and missed cron jobs, despite RAM being fine.

Open-source models match or beat Claude Opus 4.6 on benchmarks
DeepSeek V3.2, DeepSeek R1, Kimi K2.5, and MiniMax M2.5 outperform Claude Opus 4.6 on 4 out of 5 major benchmarks including MMLU-Pro, speed, tool use, and reasoning, while being significantly cheaper.