User builds orchestrator agent 'Sensei' with six sub-agents for B2B lead gen
A Reddit user on r/claudecode describes building an orchestrator agent named Sensei that manages six specialized sub-agents (scraper, lead qualifier, outreach writer, objection handler, proposal writer, digest reporter) for B2B lead generation. The agent has a scaffold, skill library, and memory file but has not yet been run live. The post invites critique of the architecture.
Entities
Related
AI agents create most value in pre- and post-outreach lead gen tasks
A Reddit user argues that AI agents for lead generation are most valuable not for automating cold outreach, but for tasks like account research, contact enrichment, identifying decision-makers, drafting personalized emails, quick follow-ups, and CRM updates. The post suggests that the real efficiency gains come from the work surrounding the initial contact.
Harness engineer reports easy creation of complex AI agents for multi-step automation
A harness engineer on Reddit describes how they can now create agents in hours that automate long, multi-step workflows, including generating an AI video series where each character is sourced from five different models. The post highlights the growing accessibility of agentic AI for practical automation.
Developer shares hybrid neural network with 160 agents and custom LLM for consciousness simulation
A developer describes a hobby project building a hybrid neural network with 160 agents and a custom LLM trained on their own dataset, aiming to simulate consciousness. The architecture includes 16 groups of 10 scripts each responsible for specific stages of problem-solving. The developer posits that consciousness could exist anywhere with the right architecture, even in a stone.
Developer shares best practices from building 6 agent harnesses in 6 months
A developer recounts building six agent harnesses over six months and distills best practices from companies like Ramp, Stripe, OpenAI, and Anthropic. Key takeaways include using small agent prompts, deterministic gates, isolated environments, and managing state.
AgentMaker: a new Python framework for building LLM agents and multi-agent systems
AgentMaker is a general-purpose Python framework for building LLM agents and multi-agent systems, featuring tools, memory, RAG, context engineering, guardrails, human-in-the-loop, and observability. It is released under MIT license on GitHub and PyPI.