frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Show HN: Vram.run – Compare API providers, local GPUs, and cloud for any model

https://vram.run
1•jad-nohra•29s ago•0 comments

Insider Amnesia

https://www.seangoedecke.com/insider-amnesia/
1•medbar•44s ago•0 comments

Show HN: Kwin-MCP – MCP server for AI-driven Linux GUI automation via KWin

https://github.com/isac322/kwin-mcp
1•isac322•1m ago•0 comments

Rational and Practical Salary Negotiation

https://longviewy.com/salary-negotiation-prep-pack-with-script/
1•josephcs•1m ago•0 comments

The long decline of night work

https://www.update.news/p/the-long-decline-of-night-work
1•StefanSchubert•1m ago•0 comments

Dow drops 600 points as confusion grows after U.S. tariffs

https://www.cnbc.com/2026/02/22/stock-market-today-live-updates.html
1•Betelbuddy•1m ago•0 comments

Archive Page

https://github.com/JNavas2/Archive-Page
2•pretext•2m ago•1 comments

Business owners – 2 min survey on how you manage marketing and sales today

https://lumi-survey.netlify.app
1•FouratyNabil•3m ago•0 comments

I got ChatGPT, Gemini, Claude and Qwen to sign the same protocol

https://www.archlytic.com
2•cazzcodrilo•4m ago•1 comments

Pete Hegseth to meet with Dario Amodei as Pentagon threatens banishment

https://www.axios.com/2026/02/23/hegseth-dario-pentagon-meeting-antrhopic-claude
3•Jimmc414•4m ago•0 comments

'Near impossible' travel conditions in New York as 22 inches of snow falls

https://www.bbc.com/news/live/cy7jnjz75e8t
1•tartoran•5m ago•0 comments

AI Agents Want to Write Go

https://encore.dev/blog/golang-ai
1•andout_•5m ago•0 comments

Show HN: Depth Effect Wallpaper for Windows

https://github.com/nfzv/depth_clock_wallpaper
1•Nurbek-F•5m ago•1 comments

Comparing EEG Recordings from the OpenBCI Cyton and Brain Products BrainAmp

https://www.mdpi.com/1424-8220/26/4/1153
1•PaulHoule•6m ago•0 comments

OpenAI Stargate AI data centers reportedly delayed by squabbles between partners

https://www.tomshardware.com/tech-industry/artificial-intelligence/stargate-ai-data-centers-for-o...
2•speckx•6m ago•0 comments

Show HN: Collective-AI.org Multiple line-of-sights for high-stakes questions

https://collective-ai.org
1•billylo•7m ago•0 comments

DRDO cracks the code for GaN technology, boosting India's defence

https://www.theweek.in/theweek/cover/2026/01/23/exclusive-how-drdo-cracked-the-code-for-gan-techn...
1•thisislife2•8m ago•0 comments

Show HN: Zendoc – A "Zen" writing environment built on the Cursor/VS Code engine

https://yostar.github.io/zendoc/
1•yostar•9m ago•0 comments

NASA uses Mars Helicopter's SoC for rover navigation upgrade

https://www.theregister.com/2026/02/23/perseverance_rover_soc_navigation_upgrade/
1•LorenDB•9m ago•0 comments

FreezePage – Webpage Archive Service

https://www.freezepage.com/
1•TigerUniversity•9m ago•1 comments

New undocumented GameShark code format

https://social.treehouse.systems/@endrift/116118808586068716
1•throw_await•10m ago•0 comments

HubSpot Acquires Starter Story

https://twitter.com/thepatwalls/status/2025922694332780857
1•mmarian•11m ago•0 comments

Version History for Claude Code's Plan Mode

https://www.youtube.com/watch?v=uIWkFCg60Lk
1•ramoz•11m ago•1 comments

Wrapping Code Comments

https://matklad.github.io/2026/02/21/wrapping-code-comments.html
1•ibobev•12m ago•0 comments

Optimal Caverna Gameplay via Formal Methods

https://www.stephendiehl.com/posts/caverna/
1•ibobev•13m ago•0 comments

Twitter: Last Week Tonight with John Oliver (HBO) [video]

https://www.youtube.com/watch?v=p7ZG_xWYLzI
1•doener•13m ago•0 comments

Show HN: Vibevideo – Unified interface for top AI video models

https://vibevideo.app
1•leegrayson2023•13m ago•0 comments

FreeBSD Status Report Fourth Quarter 2025

https://www.freebsd.org/status/report-2025-10-2025-12/
1•ptx•13m ago•0 comments

Adventures in Neural Rendering part 2: Cooperative vectors

https://interplayoflight.wordpress.com/2026/02/21/adventures-in-neural-rendering-part-2-cooperati...
1•ibobev•13m ago•0 comments

Study Finds Lithium Plume in Atmosphere Traced Back to Returning SpaceX Rocket

https://www.sciencealert.com/lithium-plume-in-our-atmosphere-traced-back-to-returning-spacex-rocket
3•ck2•14m ago•0 comments