注册并分享邀请链接,可获得视频播放与邀请奖励。

与「Replay」相关的搜索结果

Replay 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 Replay 的内容
开发系统最极致高效的Agents.md,没有之一: # AGENTS.md ## Core Principles - Choose the simplest implementation that fully satisfies the current requirements. Avoid unnecessary abstraction, configuration, indirection, or speculative extensibility. - Make the smallest necessary change that fixes the root cause. Do not refactor unrelated modules or change strategy semantics unless explicitly requested. - Grow the system in layers. Start from the smallest working end-to-end version and add new capabilities incrementally. Never replace a working system with unfinished complexity. - Reuse existing project components before creating new ones. Prefer extending proven modules over introducing parallel implementations. - Prefer well-maintained libraries when they reduce overall complexity or improve reliability. Do not reimplement common functionality without a clear benefit. - Keep components modular with clearly defined responsibilities. Avoid unnecessary coupling between strategy logic, execution, accounting, replay, and infrastructure. - Design for long-term maintainability once a feature or strategy has been validated. Do not over-engineer speculative ideas before evidence exists. --- ## Strategy Development - Validate hypotheses with historical replay before introducing forward-only logic whenever historical validation is possible. - Every trading strategy must progress through Replay → Shadow → Canary → Live. Do not skip validation stages. - Base design decisions on measurable evidence rather than intuition. Optimize only after demonstrating that an edge exists. - Treat every strategy as an independent contract. Do not silently alter frozen behavior without explicit authorization. --- ## Existing Systems - Do not break running Shadow or Live systems for unrelated work. - Preserve compatibility only when required by active production or validation workflows. Otherwise, remove obsolete code instead of accumulating compatibility layers. - Reuse existing infrastructure whenever possible, including replay engines, accounting, execution, wallet management, order book handling, logging, monitoring, and daemon frameworks. --- ## Engineering Standards - Prefer deterministic behavior over hidden automation. - Fail loudly when assumptions are violated. Do not silently ignore errors or fall back to unexpected behavior. - Keep configuration minimal. Introduce new configuration only when behavior genuinely needs to vary. - Remove dead code instead of leaving unused paths behind. - Write code that is easy to inspect, replay, test, and reason about. - Keep implementation consistent with existing project architecture unless an architectural change is explicitly requested. --- ## Scope Discipline - Implement only the requested scope. - Do not introduce unrelated optimizations, redesigns, migrations, or feature expansions. - Non-blocking findings outside the requested scope may be noted separately but must not be merged into the current task. - Consider a task complete once its agreed acceptance criteria are satisfied. Treat subsequent improvements as separate work items.
显示更多
0
10
201
39
转发到社区
On July 14, the Department of the Navy released its Strategy to Weaponize Data and AI: a roadmap to an AI-first Fleet that can "out-learn and out-fight any adversary." Within a week, our team answered with working code. The Navy's new strategy frames data and AI as warfighting assets on par with weapons and munitions, and it prizes one thing above all: turning information into decisions, fast. That is exactly the problem our GURU architecture was built for. So when two Navy SBIR topics called for AI-driven maritime tracking and adaptive sensor management, we pointed at the sea what we had already proven in orbit. The video below shows both prototypes, back to back. First, GURU MarineGuard: 787 real vessels from public NOAA data, replayed through a cascade of learned models that forecast each ship's movement, flag deviations from its learned pattern of life, and hand analysts a ranked review queue instead of an unfiltered flood. The full stack runs on a laptop. Second, an adaptive sensor resource manager add-on to MarineGuard: it measures each radar's marginal contribution to each track, projects the consequence of releasing a sensor task before proposing it, and then waits for the operator. Advisory by design. Both inherit their DNA from OrbitGuard, our system watching 14,710 space objects at the SDA TAP Lab with 94 to 96 percent maneuver-detection accuracy. Same architecture, new domain, days not years. These are prototypes, and we say so on screen. The trajectories are real. The sensor numbers are deliberately notional. No score is a threat call. Showing your assumptions is a capability, not a caveat, and national-security guidance now demands exactly that: AI that is reliable, robust, steerable, and controllable under rigorous test and evaluation. Our doctrine was written for that bar. Learned models accelerate and rank. Validated references confirm and decide. Humans stay in command. One architecture. Space, maritime, autonomous engineering, regulated nuclear autonomy. This is simply the latest sign of what this team fields, fast, where mistakes are not allowed. Sailors, engineers, program folks: what mission should GURU learn next? #DefenseTech# #ArtificialIntelligence# #MaritimeDomainAwareness#
显示更多
Grok Build new update brings a guided /tutorial tour, smarter search tool overrides, live workflow progress with one-click failed-run resume, and a wide reliability pass across workflows, voice, and tools Release Notes: v0.2.112 Breaking Changes: • CLI version policy now has separate soft update floors/ceilings and hard startup requirements Features: • New /tutorial slash command opens an opt-in nine-topic onboarding tour of Grok. • New tool_overrides option lets you set date cutoffs and domain allowlists for the agent's built-in search tools. • New toolOverrides option lets you set date cutoffs and domain allowlists for the agent's built-in search tools. • New config options let you add query parameters or environment-backed headers to custom model providers and control which variables reach shell tools. • Terminal and environment fixes are now consolidated under the /doctor command with clearer guidance. • Marketplace add now rejects non-git URLs at add time instead of failing later. • Slash commands can now show optional bracket tags (e.g. [new]) via config or remote settings. • Queued prompts now offer an [edit] mouse button alongside Send now and cancel. • Voice shortcut toggle in settings can disable the Ctrl+Space/F8 keybind without disabling voice entirely. • Image edit can now use a remotely configured model slug instead of the hardcoded default. • `grok doctor fix` can now repair common tmux clipboard and passthrough problems. • Per-provider auth helpers now work on Windows and can run from a configurable working directory. • /resume now shows only native Grok sessions by default and shows a hint when external sessions are hidden. • `grok --resume` can now resume a session by its title as well as by ID. • Workflows overlay now shows live per-agent progress and automatically follows the active phase. • Workflow runs that failed can now be resumed; scratch file limits were also increased. • Hooks can now be defined in config.toml in addition to JSON files. • Clicking the "still running" status now opens the tasks pane. Bug Fixes: • File attachments now appear correctly when resuming or replaying conversations. • Terminal output from remote clients is now recorded so read-file hints and monitors function correctly. • Background shell commands now correctly report their real exit codes instead of always showing -1. • Marketplace source refreshes no longer hang the TUI or trap you in the extensions modal. • Background task tray now correctly clears killed tasks and keeps task descriptions after reconnect. • Dashboard overlay now correctly returns after forking a dashboard-attached session. • Linux voice dictation now works on PipeWire versions before 1.6. • Fork from a rewound session now copies the correct live-branch history. • Account pane now shows name and email even after the access token expires. • Voice mode now lets you edit already-dictated text without closing the microphone. • Fixed startup hangs on Linux after concurrent launches or rapid restarts. • MCP tools now appear without restart after enrolling or updating a managed service. • Plugin subagents now see the same MCP tools as the parent session. • Copy confirmations now show shorter messages when the clipboard succeeds. • Repeated identical tool calls now end the turn silently instead of showing a stop banner. • Web search now defaults to grok-4.5. • Voice dictation text is no longer dropped when pressing Enter to send. • Bash mode (`!`) now shows yellow prefix and action label in minimal mode. • Parked turns no longer spam duplicate "Worked for" markers in the transcript.
显示更多
We’re excited to release AgentDebugX, an open-source toolkit for debugging LLM agents. Instead of only replaying traces, it closes the loop: Detect → Attribute → Recover → Rerun. Paper, code, demo & website below 🧵
显示更多
Customers asked, we answered. See why Cisco is the fastest growing Microsoft Teams Rooms OEM and learn how you can harness this opportunity. Watch the Cisco Live US session replay:
显示更多
🎥 Every replay feels even better.
0
0
26
16
转发到社区
"Sometimes a session replay can literally be four hours long... trying to watch all of that doesn't scale." @OliverKorzen from @ThisWeeknAI chats with @datadoghq Sr. PM Abhi Motgi about how AI Summaries make Session Replay much faster to navigate. Get a summary of what the user was trying to do, where they hit friction, and how the session ended - then jump straight to the important moments with AI Smart Chapters and hyperlinks that take you directly to the events worth investigating. Watch the full walkthrough on YouTube 👉
显示更多
England were robbed and the game needs to be replayed. Cheating Bastards 😂
0
78
732
27
转发到社区
New broadcasting guidelines for women's athletics have been released to crack down on camera angles and slow-motion replays that ‘sexualıze’ athletes
0
1.6K
9K
300
转发到社区
New broadcasting guidelines for women's athletics have been released to crack down on camera angles and slow-motion replays that ‘sexualize’ athletes The guidelines highlight shots broadcasters are urged to avoid
显示更多
0
5.4K
72.6K
2.6K
转发到社区