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

OpenClaw: secrets

https://docs.openclaw.ai/cli/secrets
1•tosh•2m ago•0 comments

Show HN: Docsome – Single Markdown file to featured static documentation

https://docsome.guarana.studio/
1•ryuzyy•5m ago•0 comments

Elixir: Lazy BDDs with eager literal intersections

https://elixir-lang.org/blog/2026/02/26/eager-literal-intersections/
2•tosh•7m ago•0 comments

Pluralism and the Modern Poet

https://www.lrb.co.uk/the-paper/v48/n03/seamus-perry/pluralism-and-the-modern-poet
1•Caiero•9m ago•0 comments

Nano Banana 2 Is Really Coming! Here's How to Access It Early

1•zaaaaooo•12m ago•0 comments

Firefox's AI Kill Switch Is a Trap: How Mozilla Made AI Your Problem

https://www.quippd.com/writing/2026/02/09/firefoxs-ai-kill-switch-is-a-trap-how-mozilla-made-ai-y...
1•mimasama•12m ago•0 comments

Lessons from my overly-introspective, self-improving coding agent

https://ngrok.com/blog/bmo-self-improving-coding-agent
1•DropDead•12m ago•0 comments

Werner Herzog Between Fact and Fiction

https://www.thenation.com/article/culture/werner-herzog-future-truth/
2•Hooke•14m ago•0 comments

The Tech Job Apocalypse

https://vaggelismeklis.substack.com/p/the-tech-job-apocalypse
1•vmeklis•15m ago•0 comments

36yo: Career at home vs. Simple life abroad?

1•Slaboli•16m ago•2 comments

Pokémon at 30

https://www.bbc.com/news/articles/cpw0xw5nqglo
1•1659447091•18m ago•1 comments

Show HN: Lazycal – Google Calendar TUI

https://github.com/pranavkarthik10/lazycal
3•treexs•21m ago•0 comments

Flarehawk: AI-powered threat detection for Cloudflare environments

https://vigilba.se/HFtP0C1
1•itsilyas•21m ago•1 comments

Data Oriented Programming, Beyond Records

https://mail.openjdk.org/pipermail/amber-spec-experts/2026-February/004351.html
1•Tomte•30m ago•0 comments

The Future of Software Engineering Isn't What You Think

https://medium.com/@ahmad.al.dahle/the-future-of-software-engineering-isnt-what-you-think-96abb29...
1•clippit•31m ago•0 comments

Identified enterprises of the Russian military complex

https://map.osint-varta.com
1•dsab•32m ago•0 comments

Dutch telco Odido data breach

https://haveibeenpwned.com/Breach/Odido
1•HelloUsername•32m ago•0 comments

Context management and sort of subagents with Pi and /tree

https://stacktoheap.com/blog/2026/02/26/pi-tree-context-window-management/
1•manojlds•33m ago•0 comments

Build your own AI Agents in 4 Mins

1•Jamesfwdslash•35m ago•0 comments

We do need to get money moving differently

https://wilsoniumite.com/2026/02/27/we-really-do-need-to-get-money-moving-differently/
1•Wilsoniumite•35m ago•0 comments

PostgreSQL Statistics: Why queries run slow

https://boringsql.com/posts/postgresql-statistics/
2•radimm•38m ago•0 comments

Race Engineer for Daily Commute

https://testflight.apple.com/join/V21k2xYW
2•romaherman•38m ago•2 comments

The complete Manic Miner disassembly

https://skoolkit.ca/disassemblies/manic_miner/
1•sandebert•38m ago•0 comments

Show HN: A CAPTCHA based on 3D spatial recognition

https://spatial-captcha-frontend.vercel.app
1•Shining_S•39m ago•0 comments

OpenClaw Partners with VirusTotal for Skill Security

https://openclaw.ai/blog/virustotal-partnership
1•ashishyesale•41m ago•1 comments

Scarnon

https://github.com/ryan-allen/scarnon
1•incogvito•42m ago•0 comments

Sudo-Rs Breaks Sudo Tradition of Invisible Password Typing

https://www.xda-developers.com/sudo-rs-password-asterisk-entry/
1•worldsavior•43m ago•0 comments

Guardclaw – 7 layers between your AI agents and disaster

https://takeinterest.ai/guardclaw
1•TakeInterestInc•45m ago•1 comments

Show HN: What to Watch – aggregated ratings across streaming services

https://www.whattowatchapp.com
2•ProfessorPo•47m ago•1 comments

Let OpenClaw be your shipping manager

https://atoship.com/docs/integrations/openclaw
1•diablevv•49m ago•0 comments